CVE-2026-61456

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.
Configurations

No configuration.

History

10 Jul 2026, 16:16

Type Values Removed Values Added
References () https://github.com/getgrav/grav/security/advisories/GHSA-7vhm-8x52-2r5p - () https://github.com/getgrav/grav/security/advisories/GHSA-7vhm-8x52-2r5p -

10 Jul 2026, 15:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-10 15:16

Updated : 2026-07-10 17:41


NVD link : CVE-2026-61456

Mitre link : CVE-2026-61456

CVE.ORG link : CVE-2026-61456


JSON object : View

Products Affected

No product.

CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')