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
    • 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-2023-33733

CVE-2023-33733: Reportlab RCE Vulnerability

CVE-2023-33733 is a remote code execution vulnerability in Reportlab up to v3.6.12 that allows attackers to execute arbitrary code via crafted PDF files. This article covers technical details, affected versions, and mitigations.

Published: February 11, 2026

CVE-2023-33733 Overview

CVE-2023-33733 is a code injection vulnerability affecting ReportLab, a popular Python library used for generating PDF documents. The vulnerability allows attackers to execute arbitrary code by supplying a specially crafted PDF file. ReportLab versions up to and including v3.6.12 are vulnerable to this attack, which requires user interaction to open or process the malicious file.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code on the target system, potentially leading to complete system compromise, data theft, or further lateral movement within the network.

Affected Products

  • ReportLab versions up to and including v3.6.12
  • Applications and systems using vulnerable ReportLab library versions
  • Linux distributions packaging vulnerable ReportLab versions (Fedora, Debian)

Discovery Timeline

  • June 5, 2023 - CVE-2023-33733 published to NVD
  • January 8, 2025 - Last updated in NVD database

Technical Details for CVE-2023-33733

Vulnerability Analysis

This vulnerability is classified as Code Injection (CWE-94), which occurs when an application fails to properly sanitize or validate input before processing it in a way that allows code execution. In the context of ReportLab, the library improperly handles certain elements within PDF files, allowing attackers to inject and execute arbitrary Python code when the malicious PDF is processed.

The attack requires local access and user interaction—a victim must open or process the crafted PDF file using a vulnerable version of ReportLab. Once triggered, the attacker gains the ability to execute code with the same privileges as the user or application processing the PDF, potentially leading to full system compromise.

Root Cause

The root cause of CVE-2023-33733 lies in insufficient input validation within ReportLab's PDF parsing and processing routines. The library fails to properly sanitize certain PDF content elements before evaluating or executing them, creating an opportunity for attackers to embed malicious code within what appears to be a legitimate PDF document.

This type of vulnerability commonly arises when libraries that handle complex document formats trust input data without adequate verification, particularly when dealing with embedded scripts, expressions, or dynamic content within documents.

Attack Vector

The attack vector for CVE-2023-33733 involves crafting a malicious PDF file containing embedded code that exploits the parsing weakness in ReportLab. The attack scenario typically unfolds as follows:

  1. An attacker creates a specially crafted PDF file containing malicious Python code embedded in a vulnerable parsing element
  2. The malicious PDF is delivered to a target through various means (email attachment, web download, shared drive, etc.)
  3. When the victim opens or processes the PDF using an application that leverages the vulnerable ReportLab library, the embedded code is executed
  4. The attacker's code runs with the permissions of the user or application, enabling various post-exploitation activities

A proof-of-concept demonstrating this vulnerability is available in the GitHub PoC Repository. Security teams should review this repository to understand the exploitation mechanics and develop appropriate detection strategies.

Detection Methods for CVE-2023-33733

Indicators of Compromise

  • Unusual process spawning from applications that utilize ReportLab for PDF processing
  • Unexpected network connections initiated during PDF file operations
  • Suspicious Python code execution patterns following PDF file access
  • Abnormal file system modifications occurring in proximity to PDF processing events

Detection Strategies

  • Monitor for applications using ReportLab library versions at or below 3.6.12 through software inventory scans
  • Implement file integrity monitoring on systems that process PDF files using Python-based tooling
  • Deploy endpoint detection rules to identify suspicious code execution patterns following PDF file operations
  • Utilize behavioral analysis to detect anomalous process trees originating from PDF processing applications

Monitoring Recommendations

  • Enable verbose logging for applications that utilize ReportLab for PDF generation or processing
  • Configure SIEM alerts for unusual Python interpreter activity correlated with PDF file access events
  • Monitor for outbound network connections from systems that process untrusted PDF files
  • Implement sandboxing for PDF processing operations to contain potential exploitation attempts

How to Mitigate CVE-2023-33733

Immediate Actions Required

  • Upgrade ReportLab to a patched version greater than v3.6.12 immediately
  • Audit systems and applications to identify all instances of vulnerable ReportLab installations
  • Restrict processing of untrusted PDF files until patching is complete
  • Implement network segmentation to limit potential lateral movement from compromised PDF processing systems

Patch Information

Security patches addressing CVE-2023-33733 have been released through various distribution channels. Administrators should update ReportLab to the latest available version that addresses this vulnerability. Distribution-specific patches are available through:

  • Fedora Package Announcements containing updated packages
  • Debian LTS Security Advisory with patched versions for supported releases

For Python environments using pip, update using: pip install --upgrade reportlab

Workarounds

  • Implement strict input validation on all PDF files before processing with ReportLab
  • Run PDF processing operations in isolated sandboxed environments with limited system access
  • Disable or restrict PDF processing functionality in applications where it is not strictly required
  • Apply principle of least privilege to applications and services that process PDF files
bash
# Update ReportLab via pip to latest patched version
pip install --upgrade reportlab

# Verify installed version
pip show reportlab | grep Version

# For system-wide installations on Debian/Ubuntu
sudo apt update && sudo apt install --only-upgrade python3-reportlab

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechReportlab

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability24.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-94
  • Technical References
  • GitHub PoC Repository

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Debian LTS Announcement
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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