CVE-2025-34231
29.09.2025, 21:15
Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.1.102and Application prior to version 25.1.1413(VA/SaaS deployments) contain a blind and non-blind server-side request forgery (SSRF) vulnerability. The '/var/www/app/console_release/hp/badgeSetup.php' script is reachable from the Internet without any authentication and builds URLs from usercontrolled parameters before invoking either the custom processCurl() function or PHPs file_get_contents(); in both cases the hostname/URL is taken directly from the request with no whitelist, scheme restriction, IPrange validation, or outboundnetwork filtering. Consequently, any unauthenticated attacker can force the server to issue arbitrary HTTP requests to internal resources. This enables internal network reconnaissance, credential leakage, pivoting, and data exfiltration.This vulnerability has been confirmed to be remediated, but it is unclear as to when the patch was introduced.
| Vendor | Product | Version |
|---|---|---|
| vasion | virtual_appliance_application | 𝑥 < 25.1.1413 |
| vasion | virtual_appliance_host | 𝑥 < 25.1.102 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-306 - Missing Authentication for Critical FunctionThe product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
- CWE-918 - Server-Side Request Forgery (SSRF)The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
References