Vulnerability Description
The Grav API plugin (getgrav/grav-plugin-api) before 1.0.3 fails to sanitize SVG files uploaded through the POST /api/v1/media endpoint. The HandlesMediaUploads::processUploadedFile() method validates only the file extension and never invokes Security::sanitizeSVG(), so an authenticated attacker with the api.media.write permission can upload an SVG containing arbitrary JavaScript. The file is stored unmodified and served with Content-Type: image/svg+xml; when an administrator opens it in a browser (directly or via <object>/<iframe>), the embedded script executes in their session context, enabling cookie theft and session hijacking.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-7vhm-8x52-2r5p
- https://www.vulncheck.com/advisories/grav-before-stored-xss-via-svg-upload-api
- https://github.com/getgrav/grav/security/advisories/GHSA-7vhm-8x52-2r5p
FAQ
What is CVE-2026-61456?
CVE-2026-61456 is a vulnerability with a CVSS score of 4.6 (MEDIUM). The Grav API plugin (getgrav/grav-plugin-api) before 1.0.3 fails to sanitize SVG files uploaded through the POST /api/v1/media endpoint. The HandlesMediaUploads::processUploadedFile() method validates...
How severe is CVE-2026-61456?
CVE-2026-61456 has been rated MEDIUM with a CVSS base score of 4.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-61456?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.