Cyber Posture

CVE-2025-2000

Critical

Published: 14 March 2025

Published
14 March 2025
Modified
18 August 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.0017 37.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may abuse Python commands and scripts for execution.

Security Summary

CVE-2025-2000 is a critical deserialization vulnerability (CWE-502) affecting the Qiskit quantum computing framework, specifically versions 0.18.0 through 1.4.1. The flaw resides in the `qiskit.qpy.load()` function, which processes QPY binary files in formats less than version 13. A maliciously crafted QPY file can embed arbitrary Python code that executes during deserialization without requiring privilege escalation. The vulnerability 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) and was published on 2025-03-14.

The attack scenario involves remote attackers with no privileges or user interaction, who can supply a specially constructed QPY payload to any Python process invoking the vulnerable `qiskit.qpy.load()` function. Successful exploitation allows execution of arbitrary Python code embedded in the file, enabling full compromise of the affected process with high impact on confidentiality, integrity, and availability.

Mitigation details are available in the IBM support advisory at https://www.ibm.com/support/pages/node/7185949.

Details

CWE(s)
CWE-502

Affected Products

ibm
qiskit
0.18.0 — 1.4.2

MITRE ATT&CK Enterprise Techniques

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.
T1059.006 Python Execution
Adversaries may abuse Python commands and scripts for execution.
Why these techniques?

The deserialization flaw in qiskit.qpy.load() allows remote attackers to supply a malicious QPY file that executes arbitrary Python code during processing (no auth or interaction required), directly enabling T1190 for exploiting a public-facing or network-accessible application and T1059.006 for Python interpreter execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References