Workers - SSRF vulnerability in @opennextjs/cloudflare proactively mitigated for all Cloudflare customers
1y ago
Source
CloudflareWorkers - SSRF vulnerability in @opennextjs/cloudflare proactively mitigated for all Cloudflare customerscloudflare.comMitigations have been put in place for all existing and future deployments of sites with the Cloudflare adapter for Open Next in response to an identified Server-Side Request Forgery (SSRF) vulnerability in the @opennextjs/cloudflare package. The vulnerability stemmed from an unimplemented feature in the Cloudflare adapter for Open Next, which allowed users to proxy arbitrary remote content via the /_next/image endpoint. This issue allowed attackers to load remote resources from arbitrary hosts under the victim site's domain for any site deployed using the Cloudflare adapter for Open Next. For example: . In this example, attacker-controlled content from attacker.com is served through the victim site's domain ( victim-site.com ), violating the same-origin policy and potentially misleading users or other services. References: , Impact SSRF via unrestricted remote URL loading Arbitrary remote content loading Potential internal service exposure or phishing risks through domain abuse Mitigation The following mitigations have been put in place: Server side updates to Cloudflare's platform to restrict the content loaded via the /_next/image endpoint to images. The update automatically mitigates the issue for all existing and any future sites deployed to Cloudflare using the affected version of the Cloudflare adapter for Open Next Root cause fix: Pull request #727 to the Cloudflare adapter for Open Next. The patched version of the adapter has been released as @opennextjs/[email protected] Package dependency update: Pull request cloudflare/workers-sdk#9608 to create-cloudflare (c3) to use the fixed version of the Cloudflare adapter for Open Next. The patched version of create-cloudflare has been published as [email protected] . In addition to the automatic mitigation deployed on Cloudflare's platform, we encourage affected users to upgrade to @opennext/cloudflare v1.3.0 and use the remotePatterns filter in Next config if they need to allow-list external urls with images assets.
You might also wanna read
Comprehensive Guide to SSRF Testing: From URL Parameters to Cloud Metadata Exploitation
This article is a comprehensive guide on Server-Side Request Forgery (SSRF) testing, covering the full attack surface beyond classic URL par
undercodetesting.com·20d agoEarly Exploitation of React2Shell Vulnerability (CVE-2025-55182) Targets Critical Infrastructure
The article details early exploitation activity following the public disclosure of the critical React2Shell vulnerability (CVE-2025-55182).
CF-Shield – An open source tool to protect any website with Cloudflare
github.com·1y ago
Cloudflare's response to the "Copy Fail" Linux kernel vulnerability (CVE-2026-31431)
Cloudflare's security and engineering teams responded to the "Copy Fail" Linux kernel local privilege escalation vulnerability (CVE-2026-314
CISA Orders Emergency Patching for Actively Exploited Cisco Unified CM SSRF Vulnerability
CISA has ordered urgent patching for an actively exploited SSRF vulnerability (CVE-2026-20230) in Cisco Unified Communications Manager and U
How Cloudflare hardens Workers security with V8 sandboxes and CPU memory protection
Cloudflare details the security hardening measures for its Workers serverless platform, focusing on defense-in-depth strategies. The article

Comments
Sign in to join the conversation.
No comments yet. Be the first.