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.
References
Configurations
No configuration.
History
23 Jul 2026, 20:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/getgrav/grav/security/advisories/GHSA-4hpj-wmpw-ghwq - |
17 Jul 2026, 02:18
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-17 02:18
Updated : 2026-07-23 20:17
NVD link : CVE-2026-62386
Mitre link : CVE-2026-62386
CVE.ORG link : CVE-2026-62386
JSON object : View
Products Affected
No product.
CWE
CWE-598
Use of GET Request Method With Sensitive Query Strings
