Input validation error in Craft CMS - CVE-2026-41130
Published: June 16, 2026
Craft CMS
Detailed vulnerability description
The vulnerability allows a remote attacker to perform server-side request forgery.
The vulnerability exists due to improper input validation in AppController::actionResourceJs() when handling requests to the resource-js endpoint with a crafted Host header and url parameter. A remote attacker can send a specially crafted request to perform server-side request forgery.
Exploitation requires the default configuration where trustedHosts is not explicitly restricted.