Vulnerability Description
Craft CMS versions >= 5.0.0-RC1 before 5.10.6 and >= 4.0.0-RC1 before 4.18.2 contain a server-side request forgery vulnerability in the GraphQL save<Volume>Asset mutation, which fetches an attacker-supplied URL server-side. The anti-SSRF validation is incomplete: validateIp() does not cover CGNAT (100.64.0.0/10) or NAT64 (64:ff9b::/96) ranges, and the only IP check runs after the request has already been issued. An attacker holding a GraphQL token scoped only to asset-creation permissions can disclose internal HTTP content from CGNAT/NAT64 targets, force outbound GET requests to internal hosts (including RFC1918, loopback, and metadata endpoints), and enumerate internal services.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/craftcms/cms/security/advisories/GHSA-2mx8-9ww7-p27x
- https://www.vulncheck.com/advisories/craft-cms-rc1-before-ssrf-via-graphql-asset
FAQ
What is CVE-2026-72784?
CVE-2026-72784 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Craft CMS versions >= 5.0.0-RC1 before 5.10.6 and >= 4.0.0-RC1 before 4.18.2 contain a server-side request forgery vulnerability in the GraphQL save<Volume>Asset mutation, which fetches an attacker-su...
How severe is CVE-2026-72784?
CVE-2026-72784 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72784?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.