CVE-2025-34233: Vasion Print (formerly PrinterLogic) Insecure Use of file_get_contents()
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 protection mechanism failure vulnerability within the file_get_contents() function. When an administrator configures a printer’s hostname (or similar callback field), the value is passed unchecked to PHP’s file_get_contents()/cURL functions, which follow redirects and impose no allow‑list, scheme, or IP‑range restrictions. An admin‑level attacker can therefore point the hostname to a malicious web server that issues a 301 redirect to internal endpoints such as the AWS EC2 metadata service. The server follows the redirect, retrieves the metadata, and returns or stores the credentials, enabling the attacker to steal cloud IAM keys, enumerate internal services, and pivot further into the SaaS infrastructure. 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-34233 is a high-impact server-side request issue in Vasion Print, formerly PrinterLogic. A malicious or compromised administrator could set a printer-related hostname or callback value that causes the server to fetch unintended internal resources, potentially exposing cloud credentials or internal service data.
Executive priority
Treat as high priority for environments using Vasion Print. It is not described as actively exploited, but a compromised administrator account could turn this into cloud credential exposure and deeper infrastructure risk.
Technical view
The flaw is described as CWE-918 in Vasion Print VA/SaaS. Unchecked administrator-controlled hostname-like input reaches PHP file_get_contents()/cURL, with redirects followed and no allow-list, scheme, or IP-range restrictions. Sources say VA Host before 25.1.102 and Application before 25.1.1413 are affected.
Likely exposure
Exposure is most likely in Vasion Print Virtual Appliance Host or Application deployments running below the stated fixed versions, especially where many administrators exist or admin accounts may be compromised. The source bundle indicates VA/SaaS relevance, but contains limited affected-version metadata.
Exploitation context
No source in the bundle states active exploitation, and the CVE is not marked KEV. Exploitation requires administrator-level privileges, which lowers broad internet risk, but impact is serious because successful abuse could expose cloud IAM credentials and enable internal pivoting.
Researcher notes
Evidence supports SSRF-like behavior through unrestricted server-side fetches from admin-controlled fields. Patch timing is unclear beyond the stated fixed-version thresholds and vendor bulletin references. Avoid assuming non-VA products, unauthenticated exploitability, or public exploitation from this bundle alone.
Mitigation direction
Check Vasion’s VA and SaaS security bulletins for exact remediation guidance.
Upgrade VA Host to 25.1.102 or later where applicable.
Upgrade Print Application to 25.1.1413 or later where applicable.
Restrict Vasion Print administrator access to trusted personnel only.
Review suspicious printer hostname or callback configurations.
Rotate cloud credentials if logs suggest exposure.
Validation and detection
Inventory all Vasion Print VA and SaaS deployments.
Compare installed versions against 25.1.102 and 25.1.1413 thresholds.
Review admin accounts and recent administrator configuration changes.
Inspect printer hostname or callback fields for unexpected destinations.
Check server egress and cloud audit logs for unusual internal-resource access.
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-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.
1CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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-918 · source CWE mapping
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.