Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. craftcms/cms
  4. ›
  5. CVE-2026-41129

CVE-2026-41129: Server-Side Request Forgery (SSRF) in Craft CMS with Asset Uploads Mutations

April 14, 2026 (updated April 24, 2026)

Required Permissions

The exploitation requires a few permissions to be enabled in the used GraphQL schema:

  • “Edit assets in the volume”
  • “Create assets in the volume”

Details

The implementation fails to restrict the URL Scheme. While the application is intended to “upload assets”, there is no whitelist forcing http or https. This allows attackers to use the Gopher protocol to wrap raw TCP commands.

Impact: Combined with the DWORD bypass, an attacker can hit internal services without triggering any “127.0.0.1” string-matching filters.

Example Payload: gopher://2130706433:6379/_FLUSHALL (Targets local Redis via DWORD).

Remediation Strategy

To prevent mathematical IP obfuscation, the application must normalize the hostname before validation.

References

  • github.com/advisories/GHSA-3m9m-24vh-39wx
  • github.com/craftcms/cms
  • github.com/craftcms/cms/commit/d20aecfaa0eae076c4154be3b17e1f9fa05ce46f
  • github.com/craftcms/cms/security/advisories/GHSA-3m9m-24vh-39wx
  • nvd.nist.gov/vuln/detail/CVE-2026-41129

Code Behaviors & Features

Detect and mitigate CVE-2026-41129 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 4.0.0-RC1 before 4.17.9, all versions starting from 5.0.0-RC1 before 5.9.15

Fixed versions

  • 5.9.15
  • 4.17.9

Solution

Upgrade to versions 4.17.9, 5.9.15 or above.

Impact 5.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

packagist/craftcms/cms/CVE-2026-41129.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:19:29 +0000.