6.5
CVE-2026-24059
- EPSS 0.3%
- Veröffentlicht 13.08.2026 16:48:52
- Zuletzt bearbeitet 14.08.2026 18:17:24
- CVE-Watchlists
- Unerledigt
Gitea runner registration-token GET endpoint performs a write under a read-only token scope
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.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerGitea
≫
Produkt
Gitea Open Source Git Server
Default Statusunaffected
Version
0
Version <
1.25.5
Status
affected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.3% | 0.231 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| CISA-ADP | 6.5 | 2.8 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
|
CWE-269 Improper Privilege Management
The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.
https://github.com/go-gitea/gitea/releases/tag/v1.25.5
https://blog.gitea.com/release-of-1.25.5/
https://github.com/go-gitea/gitea/security/advisories/GHSA-v43r-86x9-8523
https://github.com/go-gitea/gitea/pull/36801