---
id: CVE-2026-72784
title: >-
  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
summary: >-
  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…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'
cwe:
  - CWE-918
published: '2026-08-11'
updated: '2026-09-08'
sourceUpdated: '2026-09-08T20:32:39.347'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72784'
references:
  - url: 'https://github.com/craftcms/cms/security/advisories/GHSA-2mx8-9ww7-p27x'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/craft-cms-rc1-before-ssrf-via-graphql-asset-mutation
    label: disclosure@vulncheck.com
tags:
  - nvd
epss: 0.00242
epssPercentile: 0.13758
ingestedAt: '2026-09-08T21:11:12.275Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
