CVE-2026-58654 PUBLISHED

Grav - Arbitrary File Upload via Avatar Endpoint

Assigner: VulnCheck
Reserved: 01.07.2026 Published: 08.07.2026 Updated: 08.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor Grav
Product Grav
Versions Default: unaffected
  • affected from 0 to 1.0.1 (excl.)
  • Version 1.0.1 is unaffected

Credits

  • nicl4ssic reporter

References

Problem Types

  • Unrestricted Upload of File with Dangerous Type CWE