CVE-2025-34228: Vasion Print (formerly PrinterLogic) SSRF via Lexmark update.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 server-side request forgery (SSRF) vulnerability. The `/var/www/app/console_release/lexmark/update.php` script is reachable from the internet without any authentication. The PHP script builds URLs from user‑controlled values and then invokes either 'curl_exec()` or `file_get_contents()` without proper validation. Because the endpoint is unauthenticated, any remote attacker can supply a hostname and cause the server to issue requests to internal resources. This enables internal network reconnaissance, potential pivoting, or 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
CVE-2025-34228 lets an unauthenticated internet user make vulnerable Vasion Print systems send server-side requests to internal destinations. For executives, the concern is not direct public data theft alone; it is exposure of internal services through a trusted print management server.
Executive priority
Treat as a high-priority remediation for internet-facing deployments. The business risk is internal network exposure through a print management system, even without evidence of active exploitation in the supplied sources.
Technical view
The exposed /var/www/app/console_release/lexmark/update.php script in affected Vasion Print VA/SaaS deployments builds request URLs from user-controlled input and calls curl_exec() or file_get_contents() without adequate validation. Sources classify this as SSRF with missing authentication, CWE-918 and CWE-306, CVSS 8.8.
Likely exposure
Organizations running Vasion Print Virtual Appliance Host before 25.1.102 or Application before 25.1.1413 are the stated exposure group. Risk is highest where the affected endpoint is internet reachable.
Exploitation context
The sources describe unauthenticated remote reachability and potential internal reconnaissance, pivoting, or data exfiltration. The bundle does not cite CISA KEV listing or confirmed active exploitation.
Researcher notes
Evidence supports unauthenticated SSRF in the Lexmark update PHP path and remediation in named product versions. Patch introduction timing is unclear in the supplied bundle, so avoid assuming when customers became protected.
Mitigation direction
Update Vasion Print VA Host to 25.1.102 or later where applicable.
Update Vasion Print Application to 25.1.1413 or later where applicable.
Review Vasion VA and SaaS security bulletins for deployment-specific remediation guidance.
Restrict internet access to Vasion Print administrative and console endpoints.
Limit outbound server access to only required destinations where operationally feasible.
Validation and detection
Inventory Vasion Print VA/SaaS deployments and record exact component versions.
Confirm no vulnerable internet-facing /console_release/lexmark/update.php endpoint remains exposed.
Review web logs for unauthenticated requests to the Lexmark update script.
Review egress logs for unusual requests from Vasion servers to internal services.
Validate remediation status against Vasion security bulletin guidance.
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 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.