The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2026-33123

CVE-2026-33123: Pypdf_project Pypdf DOS Vulnerability

CVE-2026-33123 is a denial of service vulnerability in Pypdf_project Pypdf that allows attackers to cause long runtimes and excessive memory usage. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33123 Overview

pypdf is a free and open-source pure-python PDF library widely used for parsing, manipulating, and generating PDF documents. A resource exhaustion vulnerability exists in versions prior to 6.9.1 that allows an attacker to craft a malicious PDF file which leads to long runtimes and/or large memory usage when processed by the library. The vulnerability specifically manifests when accessing an array-based stream containing many entries, enabling denial of service conditions against applications using pypdf.

Critical Impact

Applications processing untrusted PDF files using vulnerable pypdf versions may experience denial of service through CPU and memory exhaustion, potentially affecting service availability and system stability.

Affected Products

  • pypdf versions prior to 6.9.1
  • Applications and services using pypdf for PDF processing
  • Python environments with vulnerable pypdf installations

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-33123 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-33123

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), a type of denial of service vulnerability that occurs when an application fails to properly limit resource allocation. In the context of pypdf, the library does not adequately constrain processing when handling PDF array-based streams with excessive entries.

When pypdf parses a maliciously crafted PDF file containing an array-based stream with a large number of entries, the library attempts to process all elements without implementing appropriate resource boundaries. This results in algorithmic complexity issues where processing time and memory consumption scale disproportionately with input size, enabling an attacker to trigger denial of service conditions with relatively small malicious files.

The attack requires local access, meaning an attacker must be able to supply a malicious PDF file to an application using the vulnerable pypdf library. This could occur through file upload functionality, email attachment processing, document management systems, or any workflow that processes user-supplied PDF documents.

Root Cause

The root cause of this vulnerability lies in the insufficient bounds checking and resource management when processing array-based streams within PDF documents. The pypdf library's stream parsing logic did not implement adequate safeguards to prevent excessive resource consumption when encountering arrays with abnormally large numbers of entries. Without proper limits on iteration depth or memory allocation thresholds, the library becomes susceptible to algorithmic complexity attacks.

Attack Vector

The attack vector requires local access where an attacker provides a specially crafted PDF file to an application using a vulnerable pypdf version. The malicious PDF contains an array-based stream with an exceptionally large number of entries designed to trigger resource exhaustion.

When the target application attempts to parse or process the malicious PDF, pypdf enters a processing loop that consumes excessive CPU cycles and/or memory. Depending on the application's architecture and deployment environment, this can result in:

  • Application hangs or crashes
  • Service unavailability for legitimate users
  • System-wide resource exhaustion affecting co-hosted services
  • Potential cascading failures in distributed systems

The vulnerability mechanism involves crafting PDF structures that exploit the array stream parsing functionality. For detailed technical information about the vulnerable code paths and fix implementation, refer to the GitHub Pull Request #3686 and Security Advisory GHSA-qpxp-75px-xjcp.

Detection Methods for CVE-2026-33123

Indicators of Compromise

  • Unusual CPU spikes during PDF processing operations
  • Excessive memory consumption by Python processes handling PDF files
  • Application timeouts or hangs when processing specific PDF documents
  • Error logs indicating memory exhaustion or process termination during PDF parsing

Detection Strategies

  • Monitor resource utilization patterns for PDF processing workflows to identify anomalous consumption
  • Implement file analysis scanning for PDFs with unusually large array structures before processing
  • Deploy application-level timeout mechanisms to detect and terminate long-running PDF operations
  • Audit dependency versions to identify applications using pypdf versions prior to 6.9.1

Monitoring Recommendations

  • Configure alerting on Python process memory and CPU thresholds during PDF processing
  • Implement request timeout monitoring for services that accept PDF uploads
  • Review application logs for patterns indicating repeated resource exhaustion events
  • Deploy SentinelOne agents to monitor for process behavior anomalies associated with resource exhaustion attacks

How to Mitigate CVE-2026-33123

Immediate Actions Required

  • Upgrade pypdf to version 6.9.1 or later immediately across all affected systems
  • Audit all applications and services that process PDF files to identify pypdf dependencies
  • Implement resource limits (memory caps, CPU time limits) for PDF processing operations as a defense-in-depth measure
  • Consider isolating PDF processing in sandboxed environments or containers with strict resource quotas

Patch Information

The vulnerability has been addressed in pypdf version 6.9.1. Organizations should upgrade to this version or later to remediate the vulnerability. The fix implements proper resource management and bounds checking for array-based stream processing.

Upgrade using pip:

bash
pip install --upgrade pypdf>=6.9.1

For detailed information about the fix, see the GitHub Release 6.9.1.

Workarounds

  • Implement processing timeouts at the application level to terminate long-running PDF operations
  • Apply memory limits to processes handling PDF files using OS-level controls or container resource constraints
  • Pre-screen uploaded PDF files using file size limits and structural analysis before processing with pypdf
  • Deploy PDF processing in isolated environments to prevent resource exhaustion from affecting critical services
bash
# Example: Running pypdf processing with resource limits using timeout and ulimit
# Set memory limit to 512MB and timeout to 30 seconds
ulimit -v 524288 && timeout 30 python process_pdf.py input.pdf

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPypdf

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Release 6.9.1
  • Vendor Resources
  • GitHub Pull Request

  • GitHub Security Advisory GHSA-qpxp-75px-xjcp
  • Related CVEs
  • CVE-2026-33699: Pypdf_project Pypdf DOS Vulnerability

  • CVE-2026-31826: pypdf Library DoS Vulnerability

  • CVE-2026-28804: Pypdf_project Pypdf DOS Vulnerability

  • CVE-2026-28351: Pypdf_project Pypdf DOS Vulnerability
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