CVE-2026-62386
HIGH
7.5
CVSS 3.1
Description
The Grav API plugin (getgrav/grav-plugin-api) before 1.0.0-rc.16 accepts JWT access tokens through the ?token= URL query parameter on every API route (JwtAuthenticator::extractBearerToken fallback). Because tokens are embedded in URLs, they are logged verbatim in web server access logs, leaked via the Referer header, stored in browser history, and captured by upstream proxy and CDN logs, exposing valid admin access tokens. A leaked token grants unauthorized API access, including reading configuration and user data, creating admin accounts, modifying system settings, and deleting pages.
Metadata
Severity & Metrics
7.5
HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Affected products (1)
| Vendor | Product | Platform | Versions |
|---|---|---|---|
| getgrav | grav | — | 0 < 1.0.0-rc.16, 1.0.0-rc.16 |
Weakness (CWE)
| CWE | Source | Description |
|---|---|---|
| CWE-598 | cna | Use of GET Request Method With Sensitive Query Strings |
CVSS scores (2)
| Score | Severity | Version | Source | Vector |
|---|---|---|---|---|
| 8.2 | HIGH | 4.0 | cna | CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N |
| 7.5 | HIGH | 3.1 | cna | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
References (2)
- GitHub Security Advisory (GHSA-4hpj-wmpw-ghwq) https://github.com/getgrav/grav/security/advisories/GHSA-4hpj-wmpw-ghwq
- VulnCheck Advisory: Grav < 1.0.0-rc.16 Authentication Bypass via token URL Parameter https://www.vulncheck.com/advisories/grav-rc-16-authentication-bypass-via-token-url-parameter