Plack::App::Prerender versions before 0.3.0 for Perl can proxy to an arbitrary host via unvalidated REQUEST_URI concatenation in call
Summary
| CVE | CVE-2026-17552 |
|---|---|
| State | PUBLISHED |
| Assigner | CPANSec |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-07-27 18:16:54 UTC |
| Updated | 2026-07-27 18:16:54 UTC |
| Description | Plack::App::Prerender versions before 0.3.0 for Perl can proxy to an arbitrary host via unvalidated REQUEST_URI concatenation in call. When the rewrite base is a plain string, the REQUEST_URI is appended to it, with no check that the path starts with a forward slash ('/'). When the rewrite base does not contain a path (which is the standard given in the SYNOPSIS), an attacker can create a request that changes the hostname. A request target starting with an at-sign ('@') changes the base to a RFC 3986 userinfo component. For example, a rewrite base of "https://example.com" with the submitted request "GET @192.168.1.2/" will send a request to "https://[email protected]/", with the rendered content returned to the attacker. This allows an attacker to access internal or restricted hosts that only the webserver has access to. |
Risk And Classification
Problem Types: CWE-918 | CWE-918 CWE-918 Server-Side Request Forgery (SSRF)
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | RRWO | PlackAppPrerender | affected 0.3.0 custom | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| metacpan.org/release/RRWO/Plack-App-Prerender-v0.3.0/changes | 9b29abf9-4ab0-4765-b253-1875cd9b441e | metacpan.org | |
| github.com/robrwo/perl-Plack-App-Prerender/security/advisories/GHSA-6x4w... | 9b29abf9-4ab0-4765-b253-1875cd9b441e | github.com | |
| github.com/robrwo/perl-Plack-App-Prerender/commit/2d793dd69e2b6f4e469618... | 9b29abf9-4ab0-4765-b253-1875cd9b441e | github.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
Additional Advisory Data
Solutions
CNA: Upgrade to version 0.3.0 or later.
Workarounds
CNA: For deployments that cannot be upgraded, change the rewrite to a function that validates the path before appending it.
There are currently no legacy QID mappings associated with this CVE.