Cyber Resilience

CVE-2025-34193

Vasion Virtual Appliance Application

Public PoC
Published
19 September 2025
Modified
29 September 2025
Patch / advisory
CVSS Score v4 7.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0073 51th percentile
Risk Priority 36 floored blend · peak EPSS

Summary

CVE-2025-34193 is a high-severity Improper Handling of Exceptional Conditions (CWE-755) vulnerability in Vasion Virtual Appliance Application. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Compromise Software Dependencies and Development Tools (T1195.001); ranked in the top 49% 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 map to SA-22 (Unsupported System Components) and SC-24 (Fail in Known State) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-34193 affects Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 25.1.102 and Application versions prior to 25.1.1413. The vulnerability stems from Windows client components, including PrinterInstallerClientInterface.exe, PrinterInstallerClient.exe, and PrinterInstallerClientLauncher.exe, that lack modern compile-time and runtime exploit mitigations such as Data Execution Prevention (DEP), Address Space Layout Randomization (ASLR), Control Flow Guard (CFG), and stack-protection. These 32-bit binaries rely on outdated runtimes like Pascal/Delphi and Python 2, which are no longer commonly maintained. Processes such as PrinterInstallerClient.exe and PrinterInstallerClientLauncher.exe run with elevated NT AUTHORITY\SYSTEM privileges, and the client automatically downloads and installs printer drivers, heightening exposure to memory corruption risks (associated with CWE-755 and CWE-1104). The issue carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

Unauthenticated attackers on the network can exploit this vulnerability with low complexity and no user interaction required. By leveraging crafted driver content or malicious inputs, adversaries could trigger memory-corruption primitives, potentially leading to remote or local code execution and privilege escalation to SYSTEM level.

Vendor security bulletins at help.printerlogic.com/saas/Print/Security/Security-Bulletins.htm and help.printerlogic.com/va/Print/Security/Security-Bulletins.htm confirm remediation, though the exact patch introduction date is unclear; affected users should upgrade to Virtual Appliance Host 25.1.102 or later and Application 25.1.1413 or later. Additional analysis appears in Pierre Kim's blog post on 83 Vasion/PrinterLogic vulnerabilities and VulnCheck's advisory on insecure Windows components.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 25.1.102 and Application versions prior to 25.1.1413 include Windows client components (PrinterInstallerClientInterface.exe, PrinterInstallerClient.exe, PrinterInstallerClientLauncher.exe) that lack modern compile-time and runtime exploit mitigations and rely on outdated runtimes. These binaries are…

more

built as 32-bit, without Data Execution Prevention (DEP), Address Space Layout Randomization (ASLR), Control Flow Guard (CFG), or stack-protection, and they incorporate legacy technologies (Pascal/Delphi and Python 2) which are no longer commonly maintained. Several of these processes run with elevated privileges (NT AUTHORITY\SYSTEM for PrinterInstallerClient.exe and PrinterInstallerClientLauncher.exe), and the client automatically downloads and installs printer drivers. The absence of modern memory safety mitigations and the use of unmaintained runtimes substantially increase the risk that memory-corruption or other exploit primitives — for example from crafted driver content or maliciously crafted inputs — can be turned into remote or local code execution and privilege escalation to SYSTEM. This vulnerability has been confirmed to be remediated, but it is unclear as to when the patch was introduced.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1195.001 Compromise Software Dependencies and Development Tools Initial Access
Adversaries may manipulate software dependencies and development tools prior to receipt by a final consumer for the purpose of data or system compromise.
T1195 Supply Chain Compromise Initial Access
Adversaries may manipulate products or product delivery mechanisms prior to receipt by a final consumer for the purpose of data or system compromise.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1489 Service Stop Impact
Adversaries may stop or disable services on a system to render those services unavailable to legitimate users.
T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-34235Same product: Microsoft Windows
CVE-2025-34194Same product: Microsoft Windows
CVE-2025-34195Same product: Microsoft Windows
CVE-2025-34196Same product: Microsoft Windows
CVE-2025-34212Same product: Vasion Virtual Appliance Application
CVE-2023-3280Same product: Microsoft Windows
CVE-2025-34209Same product: Vasion Virtual Appliance Application
CVE-2025-34224Same product: Vasion Virtual Appliance Application
CVE-2025-34228Same product: Vasion Virtual Appliance Application
CVE-2025-34233Same product: Vasion Virtual Appliance Application

Affected Assets

vasion
virtual appliance application
all versions
vasion
virtual appliance host
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)
  • V15.1.2

Mitigating Controls (NIST 800-53 r5) AI

SA-22 directly requires replacing components once vendor support ends, structurally preventing reliance on unmaintained third-party code.

Requires the system to fail to a known safe state on specified failures, limiting the impact of unhandled exceptional conditions.

Mandates explicit fail-safe procedures triggered by indicated failures, structurally preventing unhandled or mishandled exceptional conditions.

Requires generation of appropriate error messages on exceptional conditions, directly enforcing correct handling rather than silent or incorrect behavior.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices explicitly require proper exception and error handling during design and coding.

GV.RM-04 partial match
prevents

GV.RM-04's high-level risk-response criteria can indirectly discourage unmaintained third-party use via policy, but alone removes none of the concrete supply-chain or maintenance decisions that produce CWE-1104.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development and acceptance verifies correct handling of exceptional conditions.

finds

A maintained asset inventory plus scheduled scanning and patching directly reduces the window during which known vulnerable third-party components remain exploitable.

prevents

Periodic validation, certification demands, and life-cycle monitoring of supplier components help surface and replace unmaintained third-party elements before they become exploitable liabilities.

degrades

Documented operating procedures may specify exception handling but do not guarantee implementation.

A.8.15 Logging partial match
finds

Logging captures unhandled exceptions, aiding detection but not preventing the weakness.

finds

Monitoring can surface unhandled exceptions but does not enforce proper handling.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248521 OL 8 must be a vendor-supported release. prevents CWE-1104

References