Cyber Posture

CVE-2025-34212

CriticalPublic PoC

Published: 29 September 2025

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

Summary

CVE-2025-34212 is a critical-severity Download of Code Without Integrity Check (CWE-494) vulnerability in Vasion Virtual Appliance Application. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Compromise Software Dependencies and Development Tools (T1195.001); ranked in the top 28.5% 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-6 (Least Privilege) and CM-14 (Signed Components).

Threat & Defense at a Glance

What attackers do: exploitation maps to Compromise Software Dependencies and Development Tools (T1195.001) and 1 other technique. AI-specific risk: MITRE ATLAS AI Supply Chain Compromise (AML.T0010). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SR-11 requires verification of component authenticity prior to use, directly addressing the unverified third-party image pulls and unsigned VirtualBox Extension Pack downloads that enable supply chain compromise.

prevent

CM-14 mandates digital signatures for software and firmware components before installation or execution, comprehensively mitigating the lack of signature validation in the build pipeline.

prevent

AC-6 enforces least privilege, preventing remote code execution as root by restricting excessive NOPASSWD sudo privileges granted to the Jenkins account for mount/umount operations.

MITRE ATT&CK Enterprise TechniquesAI

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.002 Compromise Software Supply Chain Initial Access
Adversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise.
Why these techniques?

CI/CD weaknesses (unverified third-party images, HTTP downloads without integrity checks, Jenkins NOPASSWD sudo) enable compromise of software dependencies/development tools (T1195.001) and software supply chain (T1195.002) via supply chain attacks, MITM, malicious firmware injection, and RCE on the build host.

MITRE ATLAS TechniquesAI

MITRE ATLAS techniques

AML.T0010: AI Supply Chain Compromise

NVD Description

Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 22.0.843 and Application prior to version 20.0.1923 (VA/SaaS deployments) possess CI/CD weaknesses: the build pulls an unverified third-party image, downloads the VirtualBox Extension Pack over plain HTTP without signature validation,…

more

and grants the jenkins account NOPASSWD for mount/umount. Together these allow supply chain or man-in-the-middle compromise of the build pipeline, injection of malicious firmware, and remote code execution as root on the CI host. This vulnerability has been identified by the vendor as: V-2023-007 — Supply Chain Attack.

Deeper analysisAI

CVE-2025-34212 is a high-severity supply chain vulnerability (CVSS 9.8) affecting Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22.0.843 and Application versions prior to 20.0.1923 in VA/SaaS deployments. It stems from multiple CI/CD weaknesses, including pulling an unverified third-party image during builds, downloading the VirtualBox Extension Pack over plain HTTP without signature validation, and granting the Jenkins account NOPASSWD sudo privileges for mount and umount operations (mapped to CWE-494 and CWE-732). These flaws, identified by the vendor as V-2023-007 Supply Chain Attack, enable compromise of the build pipeline.

The vulnerability is exploitable remotely by unauthenticated attackers (AV:N/AC:L/PR:N/UI:N/S:U) via supply chain attacks or man-in-the-middle interception. Attackers can tamper with the third-party image or Extension Pack to inject malicious firmware, leading to remote code execution as root on the CI host and potential downstream compromise of affected Virtual Appliance instances.

Vendor security bulletins at help.printerlogic.com detail mitigations, recommending upgrades to Virtual Appliance Host 22.0.843 or later and Application 20.0.1923 or later. Additional analysis from researchers, including Pierre Kim's blog and VulnCheck advisory, confirms the issue and emphasizes securing build pipelines against these risks.

Details

CWE(s)

Affected Products

vasion
virtual appliance application
≤ 20.0.1923
vasion
virtual appliance host
≤ 22.0.843

CVEs Like This One

CVE-2025-34206Same product: Vasion Virtual Appliance Application
CVE-2025-34216Same product: Vasion Virtual Appliance Application
CVE-2025-34224Same product: Vasion Virtual Appliance Application
CVE-2025-34202Same product: Vasion Virtual Appliance Application
CVE-2025-34228Same product: Vasion Virtual Appliance Application
CVE-2025-34222Same product: Vasion Virtual Appliance Application
CVE-2025-34204Same product: Vasion Virtual Appliance Application
CVE-2025-34205Same product: Vasion Virtual Appliance Application
CVE-2025-34221Same product: Vasion Virtual Appliance Application
CVE-2025-34215Same product: Vasion Virtual Appliance Application

References