CVE-2025-34231: Vasion Print (formerly PrinterLogic) SSRF via HP badgeSetup.php
Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.1.102 and 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 user‑controlled parameters before invoking either the custom processCurl() function or PHP’s file_get_contents(); in both cases the hostname/URL is taken directly from the request with no whitelist, scheme restriction, IP‑range validation, or outbound‑network 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.
Security readout for executives and security teams
Plain-English summary
This flaw lets an unauthenticated Internet user make a vulnerable Vasion Print server request internal URLs on their behalf. That can expose internal services or credentials and support follow-on activity, even if the attacker cannot directly reach the internal network.
Executive priority
Treat as high priority for externally reachable deployments because exploitation requires no account and can turn the print server into a bridge toward internal resources.
Technical view
CVE-2025-34231 is an SSRF in Vasion Print badgeSetup.php. User-controlled request parameters are used to build outbound URLs passed to processCurl() or file_get_contents() without host allowlisting, scheme restriction, IP-range checks, or outbound filtering. Affected versions are Virtual Appliance Host before 25.1.102 and Application before 25.1.1413.
Likely exposure
Exposure is most likely where Vasion Print, formerly PrinterLogic, VA or SaaS deployments run affected versions and expose the vulnerable HP badge setup script to the Internet without authentication.
Exploitation context
Sources describe unauthenticated blind and non-blind SSRF with potential for internal reconnaissance, credential leakage, pivoting, and data exfiltration. The bundle does not cite CISA KEV listing or confirmed active exploitation.
Researcher notes
Evidence is source-bundle limited. The issue is mapped to CWE-918 and CWE-306 with CVSS 4.0 score 8.8. The bundle says remediation is confirmed but patch introduction timing is unclear.
Mitigation direction
Upgrade Virtual Appliance Host to 25.1.102 or later.
Upgrade Vasion Print Application to 25.1.1413 or later.
Check Vasion security bulletins for current remediation guidance.
Restrict Internet exposure to administrative or setup paths where possible.
Apply outbound egress filtering from the Vasion server.
Validation and detection
Inventory Vasion Print VA and SaaS deployments and record component versions.
Confirm versions are at or above the remediated releases.
Review web logs for unauthenticated access to badgeSetup.php.
Review outbound HTTP logs for unusual internal or metadata-service requests.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
CWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-306 · source CWE mapping
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.