Cyber Posture

CVE-2025-34225

HighPublic PoC

Published: 29 September 2025

Published
29 September 2025
Modified
09 October 2025
KEV Added
Patch
CVSS Score 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score 0.0035 57.8th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-34225 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Vasion Virtual Appliance Application. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Remote System Discovery (T1018); ranked in the top 42.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-22 (Publicly Accessible Content) and SC-7 (Boundary Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Remote System Discovery (T1018) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Restricts publicly accessible content like the unauthenticated console_release directory containing exploitable PHP scripts that enable SSRF.

prevent

Enforces validation of user-controlled inputs used to build URLs in PHP scripts, preventing SSRF via malicious hostnames despite incomplete filter_var checks.

prevent

Monitors and controls communications at boundaries, including subnetwork separation, to block SSRF-induced requests to internal resources.

MITRE ATT&CK Enterprise TechniquesAI

T1018 Remote System Discovery Discovery
Adversaries may attempt to get a listing of other systems by IP address, hostname, or other logical identifier on a network that may be used for Lateral Movement from the current system.
T1046 Network Service Discovery Discovery
Adversaries may attempt to get a listing of services running on remote hosts and local network infrastructure devices, including those that may be vulnerable to remote software exploitation.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Unauthenticated SSRF in public-facing console_release directory (T1190) enables attackers to probe internal hosts (T1018: Remote System Discovery) and services (T1046: Network Service Discovery) for reconnaissance, pivoting, and potential data exfiltration.

NVD Description

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 `console_release` directory is reachable from the internet without any authentication. Inside that directory…

more

are dozens of PHP scripts that build URLs from user‑controlled values and then invoke either 'curl_exec()` or `file_get_contents()` without proper validation. Although many files attempt to mitigate SSRF by calling `filter_var', the checks are incomplete. 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.

Deeper analysisAI

CVE-2025-34225 is a server-side request forgery (SSRF) vulnerability affecting Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 25.1.102 and Application versions prior to 25.1.1413 in VA/SaaS deployments. The issue stems from the `console_release` directory being publicly accessible from the internet without authentication. This directory contains dozens of PHP scripts that construct URLs from user-controlled input and invoke `curl_exec()` or `file_get_contents()` functions. While some scripts attempt SSRF mitigation via `filter_var()` calls, these checks are incomplete, allowing forged requests. The vulnerability is associated with CWE-306 (Missing Authentication for Critical Function) and CWE-918 (SSRF), earning a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N).

Any unauthenticated remote attacker can exploit this vulnerability by supplying a malicious hostname to the exposed PHP endpoints, tricking the server into issuing requests to internal network resources. Successful exploitation enables internal network reconnaissance by probing for live hosts, services, or metadata endpoints; potential pivoting to other internal systems; or data exfiltration from restricted environments.

Vendor security bulletins for PrinterLogic SaaS and VA deployments confirm the vulnerability has been remediated, though the exact patch introduction version remains unclear. Additional details are available in advisories from VulnCheck and researcher Pierre Kim's analysis of 83 vulnerabilities in Vasion/PrinterLogic products. Security practitioners should verify deployments are updated to version 25.1.102 or later for the Virtual Appliance Host and 25.1.1413 or later for the Application.

Details

CWE(s)

Affected Products

vasion
virtual appliance application
≤ 25.1.1413
vasion
virtual appliance host
≤ 25.1.102

CVEs Like This One

CVE-2025-34228Same product: Vasion Virtual Appliance Application
CVE-2025-34231Same product: Vasion Virtual Appliance Application
CVE-2025-34224Same product: Vasion Virtual Appliance Application
CVE-2025-34218Same product: Vasion Virtual Appliance Application
CVE-2025-34221Same product: Vasion Virtual Appliance Application
CVE-2025-34215Same product: Vasion Virtual Appliance Application
CVE-2025-34216Same product: Vasion Virtual Appliance Application
CVE-2025-34223Same product: Vasion Virtual Appliance Application
CVE-2025-34222Same product: Vasion Virtual Appliance Application
CVE-2025-34207Same product: Vasion Virtual Appliance Application

References