CVE-2025-58179: Astro Cloudflare adapter is vulnerable to Server-Side Request Forgery via /_image endpoint

Published Sep 4, 2025
·
Updated

Summary

When using Astro's Cloudflare adapter (@astrojs/cloudflare) configured with output: 'server' while using the default imageService: 'compile', the generated image optimization endpoint doesn't check the URLs it receives, allowing content from unauthorized third-party domains to be served.

Details

On-demand rendered sites built with Astro include an /image endpoint, which returns optimized versions of images.

The /image endpoint is restricted to processing local images bundled with the site and also supports remote images from domains the site developer has manually authorized (using the image.domains or image.remotePatterns options).

However, a bug in impacted versions of the @astrojs/cloudflare adapter for deployment on Cloudflare’s infrastructure, allows an attacker to bypass the third-party domain restrictions and serve any content from the vulnerable origin.

PoC

1. Create a new minimal Astro project (astro@5.13.3)

2. Configure it to use the Cloudflare adapter (@astrojs/cloudflare@12.6.5) and server output:

js // astro.config.mjs import { defineConfig } from 'astro/config'; import cloudflare from '@astrojs/cloudflare';

export default defineConfig({ output: 'server', adapter: cloudflare(), });

3. Deploy to Cloudflare Pages or Workers

4. Append /image?href=https://placehold.co/600x400 to the deployment URL.

7. This will serve the placeholder image from the unauthorised placehold.co domain.

Impact

Allows a non-authorized third-party to create URLs on an impacted site’s origin that serve unauthorized content. This includes the risk of server-side request forgery (SSRF) and by extension cross-site scripting (XSS) if a user follows a link to a maliciously crafted URL.

Other sources

Astro is a web framework for content-driven websites. Versions 11.0.3 through 12.6.5 are vulnerable to SSRF when using Astro's Cloudflare adapter. When configured with output: 'server' while using the default imageService: 'compile', the generated image optimization endpoint doesn't check the URLs it receives, allowing content from unauthorized third-party domains to be served. a A bug in impacted versions of the @astrojs/cloudflare adapter for deployment on Cloudflare’s infrastructure, allows an attacker to bypass the third-party domain restrictions and serve any content from the vulnerable origin. This issue is fixed in version 12.6.6.

MITRE

Affected Software

2 affected componentsFixes available
npm/@astrojs/cloudflare>=11.0.3<12.6.6
12.6.6
astro \@astrojs\/cloudflare Node.js>=11.0.3<12.6.6

Event History

Sep 4, 2025
Advisory Published
via GitHub·07:24 PM
Data Sourced
via GitHub·07:24 PM
DescriptionSeverityWeaknessAffected Software
CVE Published
via MITRE·11:36 PM
Data Sourced
via MITRE·11:36 PM
DescriptionSeverityWeakness
Sep 5, 2025
Data Sourced
via NVD·12:15 AM
RemedyDescriptionSeverityWeaknessAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2025-58179?

CVE-2025-58179 is classified as a moderate severity vulnerability due to its potential for unauthorized access to third-party content.

2

How do I fix CVE-2025-58179?

To remediate CVE-2025-58179, update the @astrojs/cloudflare package to version 12.6.6 or later.

3

Which versions of @astrojs/cloudflare are affected by CVE-2025-58179?

CVE-2025-58179 affects @astrojs/cloudflare versions between 11.0.3 and 12.6.5.

4

What is the impact of exploiting CVE-2025-58179?

Exploiting CVE-2025-58179 can lead to unauthorized access and use of content from unverified third-party domains.

5

Is CVE-2025-58179 related to image optimization?

Yes, CVE-2025-58179 specifically impacts the image optimization endpoint when configured with the default settings in the Cloudflare adapter.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203