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-2026-33753

CVE-2026-33753: rfc3161-client Auth Bypass Vulnerability

CVE-2026-33753 is an authorization bypass flaw in rfc3161-client that allows attackers to impersonate trusted TimeStamping Authorities by exploiting certificate verification logic. This article covers technical details, affected versions, impact, and mitigation.

Published: April 9, 2026

CVE-2026-33753 Overview

CVE-2026-33753 is an Authorization Bypass vulnerability affecting the rfc3161-client Python library, which implements the Time-Stamp Protocol (TSP) as described in RFC 3161. Prior to version 1.0.6, the library's signature verification mechanism contains a critical logic flaw that allows attackers to impersonate a trusted TimeStamping Authority (TSA).

The vulnerability stems from improper certificate validation (CWE-295) in how the library extracts the leaf certificate from an unordered PKCS#7 bag of certificates. An attacker can exploit this by appending a spoofed certificate that matches the target common_name and Extended Key Usage (EKU) requirements. This causes the library to verify authorization rules against the forged certificate while validating the cryptographic signature against an actual trusted TSA (such as FreeTSA), thereby completely bypassing the intended TSA authorization pinning.

Critical Impact

Attackers can impersonate any trusted TimeStamping Authority by exploiting the certificate extraction logic flaw, undermining the integrity guarantees of timestamped documents and signatures.

Affected Products

  • rfc3161-client Python library versions prior to 1.0.6
  • Applications relying on rfc3161-client for TSA certificate pinning
  • Systems using Time-Stamp Protocol verification with unordered PKCS#7 certificate bags

Discovery Timeline

  • 2026-04-08 - CVE CVE-2026-33753 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-33753

Vulnerability Analysis

This authorization bypass vulnerability allows attackers to circumvent TSA certificate pinning mechanisms in the rfc3161-client library. The fundamental issue lies in the library's handling of PKCS#7 certificate bags, which are inherently unordered collections. When extracting the leaf certificate for authorization verification, the library does not properly ensure that the certificate used for authorization checks is the same certificate that actually signed the timestamp response.

The attack exploits a desynchronization between two distinct verification steps: authorization verification (checking common_name and EKU attributes) and cryptographic signature verification. By appending a carefully crafted certificate to the PKCS#7 bag, attackers can cause the library to perform authorization checks against the spoofed certificate while the cryptographic signature validates against a legitimate TSA certificate also present in the bag.

Root Cause

The root cause is improper certificate validation (CWE-295) in the leaf certificate extraction logic. The library fails to maintain a consistent binding between the certificate used for authorization policy checks and the certificate used for cryptographic signature verification. When processing an unordered PKCS#7 certificate bag, the extraction algorithm may select different certificates for different verification purposes, creating a window for certificate substitution attacks.

Attack Vector

The attack requires local access to craft and inject a malicious timestamp response. An attacker constructs a PKCS#7 structure containing:

  1. A legitimate timestamp response signed by a trusted TSA (e.g., FreeTSA)
  2. A spoofed certificate with the common_name and EKU values matching the target TSA being impersonated

When the victim application verifies this response, the library's flawed extraction logic causes it to check authorization policies against the attacker's spoofed certificate while validating the cryptographic signature against the legitimate TSA certificate. This allows the attacker to bypass TSA pinning and make timestamps appear to originate from an arbitrary TSA of their choosing.

The exploitation mechanism involves crafting a PKCS#7 structure with multiple certificates in the certificate bag. The attacker includes both a legitimate TSA certificate (for signature validation) and a forged certificate matching the target TSA's identity attributes. Due to the unordered nature of the certificate bag and the library's flawed extraction logic, authorization checks occur against the forged certificate while cryptographic validation succeeds against the legitimate certificate. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33753

Indicators of Compromise

  • Timestamp responses containing multiple certificates in the PKCS#7 bag with matching common_name values
  • Unexpected certificates appearing in timestamp verification logs
  • Timestamp responses where the signing certificate differs from expected TSA certificates
  • Applications accepting timestamps from TSAs not in the configured allowlist

Detection Strategies

  • Audit installed Python packages for rfc3161-client versions prior to 1.0.6 using pip list or dependency scanning tools
  • Implement additional certificate chain validation that ensures consistent certificate usage across authorization and signature verification
  • Monitor for timestamp responses with unusually large certificate bags
  • Review application logs for certificate extraction anomalies during TSP verification

Monitoring Recommendations

  • Deploy software composition analysis (SCA) tools to track vulnerable rfc3161-client installations
  • Enable verbose logging in applications using rfc3161-client to capture certificate details during verification
  • Establish baseline metrics for typical PKCS#7 certificate bag sizes in timestamp responses
  • Configure alerts for timestamp verification failures or anomalies that may indicate exploitation attempts

How to Mitigate CVE-2026-33753

Immediate Actions Required

  • Upgrade rfc3161-client to version 1.0.6 or later immediately
  • Audit all applications using rfc3161-client to identify vulnerable deployments
  • Review recent timestamp verifications for potential compromise if exploitation is suspected
  • Implement additional TSA certificate validation at the application layer as defense-in-depth

Patch Information

The vulnerability is fixed in rfc3161-client version 1.0.6. The patch addresses the certificate extraction logic to ensure that the same certificate is consistently used for both authorization policy verification and cryptographic signature validation. Upgrade using:

bash
pip install --upgrade rfc3161-client>=1.0.6

For more details on the fix, refer to the GitHub Security Advisory.

Workarounds

  • Pin specific TSA certificates at the application layer rather than relying solely on common_name matching
  • Implement additional verification that extracts and compares the actual signing certificate against expected values
  • Consider using alternative timestamp verification libraries until the upgrade can be completed
  • Restrict timestamp acceptance to only known-good TSA certificate fingerprints
bash
# Check current rfc3161-client version
pip show rfc3161-client

# Upgrade to patched version
pip install --upgrade rfc3161-client>=1.0.6

# Verify upgrade was successful
pip show rfc3161-client | grep Version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRfc3161 Client

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-52556: rfc3161-client Signature Bypass 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