---
id: CVE-2026-54242
title: Statamic Vulnerable to Server-Side Request Forgery via Glide (DNS rebinding)
summary: Statamic Vulnerable to Server-Side Request Forgery via Glide (DNS rebinding)
severity: medium
cvss: 4.9
cwe:
  - CWE-367
  - CWE-918
vendor: statamic
product: statamic/cms
ecosystem: composer
affected:
  - statamic/cms < 5.73.24
  - 'statamic/cms >= 6.0.0, < 6.20.1'
patched:
  - statamic/cms 5.73.24
  - statamic/cms 6.20.1
published: '2026-06-26'
updated: '2026-06-26'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-v5c4-wcpj-x73m'
references:
  - url: 'https://github.com/statamic/cms/security/advisories/GHSA-v5c4-wcpj-x73m'
  - url: 'https://github.com/advisories/GHSA-v5c4-wcpj-x73m'
tags:
  - ghsa
  - composer
ingestedAt: '2026-06-29T13:24:35.080Z'
epss: 0.00226
epssPercentile: 0.11881
---

## Overview

### Impact

The Glide image proxy's URL validation 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. This could 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.


### Patches

This has been fixed in 5.73.24 and 6.20.1.

## Affected packages

- `statamic/cms < 5.73.24`
- `statamic/cms >= 6.0.0, < 6.20.1`

## Remediation

Upgrade to a patched release:

- `statamic/cms 5.73.24`
- `statamic/cms 6.20.1`
