Skip to main content

CVE-2026-17552

| EUVDEUVD-2026-49394 CRITICAL
Server-Side Request Forgery (SSRF) (CWE-918)
2026-07-27 9b29abf9-4ab0-4765-b253-1875cd9b441e
9.1
CVSS 3.1 · Vendor: 9b29abf9-4ab0-4765-b253-1875cd9b441e
Share

Severity by source

Vendor (9b29abf9-4ab0-4765-b253-1875cd9b441e) PRIMARY
9.1 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Primary rating from Vendor (9b29abf9-4ab0-4765-b253-1875cd9b441e) · only source for this CVE.

CVSS VectorVendor: 9b29abf9-4ab0-4765-b253-1875cd9b441e

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

5
Source Code Evidence Fetched
Jul 28, 2026 - 15:41 vuln.today
Analysis Generated
Jul 28, 2026 - 15:41 vuln.today
Patch available
Jul 27, 2026 - 19:02 EUVD
CVE Published
Jul 27, 2026 - 18:16 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 27, 2026 - 18:16 cve.org
CRITICAL 9.1

DescriptionCVE.org

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://example.com@192.168.1.2/", 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.

AnalysisAI

Server-side request forgery in Plack::App::Prerender before 0.3.0 allows unauthenticated remote attackers to proxy requests to arbitrary internal hosts by crafting a request URI starting with '@'. The application appends the raw REQUEST_URI to a plain string rewrite base without validating the path, enabling an attacker to change the destination authority and access restricted resources. No public exploit is known, and active exploitation has not been observed.

Share

CVE-2026-17552 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy