CVE Catalog

CVE-2026-54242

MediumCVSS 4.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

13th percentile - higher than 13% of all known CVEs

Summary

Statamic before versions 5.73.24 and 6.20.1 contains a server-side request forgery (SSRF) vulnerability in the Glide image proxy. URL validation in `RemoteUrlValidator.php` and `GuzzleAdapter.php` can be bypassed via DNS rebinding. The hostname is first validated as publicly routable, but when the image is fetched, DNS is resolved again, allowing an attacker to rebind to an internal address after validation and make requests to internal resources, including loopback, private network, and cloud metadata endpoints.

Risk Assessment

The risk is the ability to scan internal networks, access sensitive services, and steal credentials from cloud metadata, potentially leading to privilege escalation.

Recommendation

It is recommended to immediately upgrade Statamic to version 5.73.24 or 6.20.1, which include a fix for the SSRF vulnerability.

Other vulnerabilities in Statamic

See all
Original NVD description (English source)

Statamic is a Laravel and Git powered content management system (CMS). Prior to 5.73.24 and 6.20.1, the Glide image proxy's URL validation in src/Imaging/RemoteUrlValidator.php and src/Imaging/GuzzleAdapter.php could be bypassed using DNS rebinding. The remote hostname was validated as publicly routable, but resolved again when the image was actually fetched, so an attacker controlling the hostname's DNS could rebind it to an internal address after validation and cause the server to make HTTP requests to internal addresses, including loopback, private network, and cloud metadata endpoints. This affects sites that pass user-supplied URLs to Glide. This issue is fixed in versions 5.73.24 and 6.20.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS