Arbitrary file upload in Grav

CVE-2026-58654

The Grav API plugin (getgrav/grav-plugin-api) 1.0.0 contains an unrestricted file upload vulnerability in the avatar upload endpoint (/api/v1/users/user/avatar). The endpoint validates only the client-declared MIME type (getClientMediaType) beginning with 'image/' and does not inspect the actual file content or restrict the resulting extension, allowing an authenticated user to store arbitrary content — including PHP code, SVG with embedded JavaScript, and polyglot payloads — under user/accounts/avatars/ with predictable filenames. Direct HTTP access to the stored files is blocked by .htaccess (returns 403), but the files persist on disk and could lead to remote code execution or stored XSS in the presence of a path traversal flaw or server misconfiguration. Fixed in 1.0.1.

Vulnerability class: Unrestricted File Upload

EPSS: 0.003 (18.1th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 4.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N.

Affected products

  • Grav — versions 0, 1.0.1

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-58654?
CVE-2026-58654 is a medium-severity vulnerability in Grav, classified under Unrestricted Upload of File with Dangerous Type. CVSS score: 4.3/10. Published 2026-07-08.
How severe is CVE-2026-58654?
Medium severity. CVSS v3 base score is 4.3 out of 10.