CVE 5.5 MEDIUM

Craft CMS has a host header injection leading to SSRF via resource-js endpoint_CVE-2026-41130

5.5 / 10
MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:P

Description

Craft CMS is a content management system (CMS). In versions on the 4.x branch through 4.17.8 and the 5.x branch through 5.9.14, the `resource-js` endpoint in Craft CMS allows unauthenticated requests to proxy remote JavaScript resources.
When `trustedHosts` is not explicitly restricted (default configuration), the application trusts the client-supplied Host header. This allows an attacker to control the derived `baseUrl`, which is used in prefix validation inside `actionResourceJs()`. By supplying a malicious Host header, the attacker can make the server issue arbitrary HTTP requests, leading to Server-Side Request Forgery (SSRF). Versions 4.17.9 and 5.9.15 patch the issue.

Basic Information

ID CVE-2026-41130
Source GitHub_M
Published Apr 21, 2026 at 23:36

Affected Product

Vendor craftcms
Product cms
Version >= 5.0.0-RC1, < 5.9.15
Affected Versions craftcms cms >= 5.0.0-RC1, < 5.9.15
craftcms cms >= 4.0.0-RC1, < 4.17.9

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.