Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-1403

CVE-2025-1403: IBM Qiskit DOS Vulnerability

CVE-2025-1403 is a denial of service vulnerability in IBM Qiskit SDK versions 0.45.0 through 1.2.4. Attackers can exploit malformed QPY files to trigger segfaults. This article covers technical details, affected versions, and mitigations.

Published: April 22, 2026

CVE-2025-1403 Overview

CVE-2025-1403 is an Insecure Deserialization vulnerability affecting IBM Qiskit SDK versions 0.45.0 through 1.2.4. The vulnerability allows a remote attacker to cause a denial of service by crafting a malicious QPY file containing a malformed symengine serialization stream. When processed, this malicious file triggers a segmentation fault within the symengine library, crashing the application.

Critical Impact

Remote attackers can crash Qiskit SDK applications without authentication by supplying specially crafted QPY files, potentially disrupting quantum computing workflows and research operations.

Affected Products

  • IBM Qiskit SDK versions 0.45.0 through 1.2.4
  • Applications utilizing Qiskit's QPY file parsing functionality
  • Quantum computing workflows that accept external QPY files

Discovery Timeline

  • 2025-02-21 - CVE-2025-1403 published to NVD
  • 2025-09-30 - Last updated in NVD database

Technical Details for CVE-2025-1403

Vulnerability Analysis

This vulnerability stems from improper handling of serialized data within Qiskit's QPY file format. QPY (Qiskit Python Serialization) is a binary format used for serializing and deserializing quantum circuits in Qiskit. The vulnerability specifically occurs during the deserialization process when the symengine library attempts to parse a malformed serialization stream.

The attack exploits the trust placed in QPY file contents without adequate validation. When Qiskit loads a QPY file, it passes serialized symengine expressions to the symengine library for reconstruction. A carefully crafted malformed stream can cause the symengine library to access invalid memory locations, resulting in a segmentation fault that terminates the entire process.

This vulnerability is classified under CWE-502 (Deserialization of Untrusted Data), as the core issue lies in processing untrusted serialized content without sufficient validation of the data stream's integrity and format compliance.

Root Cause

The root cause is insufficient validation of symengine serialization streams within QPY files before they are passed to the symengine library for deserialization. The QPY parser does not adequately verify the structural integrity or bounds of the serialized data, allowing malformed streams to reach the underlying symengine deserialization routines and trigger memory access violations.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious QPY file with a corrupted symengine serialization stream
  2. Delivering this file to a target system running a vulnerable Qiskit version
  3. Triggering the application to load or process the malicious QPY file
  4. The segfault occurs during deserialization, causing immediate application crash

The vulnerability is particularly concerning in scenarios where Qiskit applications accept QPY files from untrusted sources, such as collaborative quantum computing platforms, file-sharing services, or API endpoints that process user-submitted quantum circuit files.

Detection Methods for CVE-2025-1403

Indicators of Compromise

  • Unexpected application crashes with segmentation fault signals in Qiskit-based services
  • Core dumps containing symengine library stack traces during QPY file processing
  • Unusual QPY file uploads or processing requests from external sources
  • Repeated service restarts or watchdog triggers in quantum computing workflows

Detection Strategies

  • Monitor application logs for SIGSEGV signals occurring during QPY file operations
  • Implement file integrity checking on QPY files before processing
  • Deploy application-level monitoring to detect abnormal crash patterns in Qiskit services
  • Review system logs for core dumps associated with symengine library functions

Monitoring Recommendations

  • Enable crash reporting and alerting for Qiskit-based applications
  • Implement rate limiting on endpoints that accept QPY file uploads
  • Monitor for patterns of malformed file submissions that could indicate probing attempts
  • Deploy SentinelOne Singularity to detect and alert on application crash patterns indicative of exploitation attempts

How to Mitigate CVE-2025-1403

Immediate Actions Required

  • Upgrade Qiskit SDK to version 1.2.5 or later immediately
  • Audit all applications and workflows that process QPY files from external sources
  • Implement input validation to reject suspiciously formatted QPY files before processing
  • Consider isolating QPY file processing in sandboxed environments to limit crash impact

Patch Information

IBM has released a security patch addressing this vulnerability. Organizations should upgrade to Qiskit SDK version 1.2.5 or later, which includes fixes for the malformed symengine serialization handling. Detailed patch information and upgrade instructions are available in the IBM Support Advisory.

Workarounds

  • Restrict QPY file uploads to trusted sources only until patching is complete
  • Implement file scanning and validation checks before passing QPY files to Qiskit
  • Run Qiskit applications in isolated containers with automatic restart capabilities to limit DoS impact
  • Consider temporarily disabling QPY file import functionality for untrusted inputs if business requirements permit
bash
# Upgrade Qiskit to patched version
pip install --upgrade qiskit>=1.2.5

# Verify installed version
python -c "import qiskit; print(qiskit.__version__)"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIbm Qiskit

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2025-2000: IBM Qiskit RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English