๐Ÿ” CVE Alert

CVE-2026-24059

UNKNOWN 0.0

Gitea runner registration-token GET endpoint performs a write under a read-only token scope

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The GET /api/v1/user/actions/runners/registration-token endpoint (and its owner- and repository-level equivalents) creates a new runner registration token if none exists, yet the API scope middleware classifies it as read-only because it is a GET request. A holder of a leaked read:user-scoped token can therefore mint a registration token and register a malicious Actions runner that executes workflow jobs with access to repository secrets and source code.

CWE CWE-269
Vendor gitea
Product gitea open source git server
Published Aug 13, 2026
Stay Ahead of the Next One

Get instant alerts for gitea gitea open source git server

Be the first to know when new unknown vulnerabilities affecting gitea gitea open source git server are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Gitea / Gitea Open Source Git Server
0 < 1.25.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/go-gitea/gitea/security/advisories/GHSA-v43r-86x9-8523 github.com: https://github.com/go-gitea/gitea/pull/36801 github.com: https://github.com/go-gitea/gitea/releases/tag/v1.25.5 blog.gitea.com: https://blog.gitea.com/release-of-1.25.5/

Credits

๐Ÿ” CsEnox