CVE-2026-54242 PUBLISHED

Statamic: Server-Side Request Forgery via Glide (DNS rebinding)

Assigner: GitHub_M
Reserved: 12.06.2026 Published: 17.07.2026 Updated: 17.07.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N
CVSS Score: 4.9

Product Status

Vendor statamic
Product cms
Versions
  • Version < 5.73.24 is affected
  • Version >= 6.0.0, < 6.20.1 is affected

References

Problem Types

  • CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition CWE
  • CWE-918: Server-Side Request Forgery (SSRF) CWE