CyberRota Analysis
AI-GeneratedThe Grav API plugin prior to version 1.0.0-rc.16 is vulnerable due to its acceptance of JWT tokens via the URL query parameter, combined with a permissive CORS policy that allows unauthenticated cross-origin API requests. This flaw enables attackers to exploit leaked JWT tokens to create super-admin accounts and exfiltrate sensitive data. Organizations using this plugin should prioritize remediation to prevent unauthorized access and data breaches.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Grav API plugin before v1.0.0-rc.16 accepts JWT tokens via the ?token= URL query parameter and responds with Access-Control-Allow-Origin: *, allowing unauthenticated attackers to make fully authenticated cross-origin API requests from any malicious website. Attackers who obtain a leaked JWT token from access logs, proxy logs, browser history, or Referrer headers can create persistent backdoor super-admin accounts and exfiltrate sensitive configuration and user data.