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-37920

CVE-2023-37920: Certifi Information Disclosure Vulnerability

CVE-2023-37920 is an information disclosure vulnerability in Certifi that involves compromised e-Tugra root certificates. This article covers the security risks, affected versions, and mitigation strategies.

Updated: May 15, 2026

CVE-2023-37920 Overview

CVE-2023-37920 affects Certifi, a Python package providing a curated collection of Root Certificates used to validate the trustworthiness of SSL certificates while verifying the identity of Transport Layer Security (TLS) hosts. Versions of Certifi prior to 2023.07.22 include e-Tugra root certificates in the trust store. e-Tugra was the subject of a security investigation after reports of issues in its certificate issuance systems. Certifi 2023.07.22 removes the e-Tugra root certificates from the bundled root store, eliminating the implicit trust relationship. The flaw is classified under CWE-345: Insufficient Verification of Data Authenticity.

Critical Impact

Applications using vulnerable Certifi versions implicitly trust certificates chaining to e-Tugra roots, enabling potential man-in-the-middle interception of TLS traffic if those roots are misused.

Affected Products

  • Certifi Python package versions prior to 2023.07.22
  • Fedora 38
  • NetApp Active IQ Unified Manager, Management Services for Element Software, Management Services for NetApp HCI, ONTAP Mediator, ONTAP Select Deploy Administration Utility, and SolidFire & HCI Storage Node

Discovery Timeline

  • 2023-07-25 - CVE-2023-37920 published to the National Vulnerability Database (NVD)
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-37920

Vulnerability Analysis

Certifi ships a Mozilla-derived bundle of Root Certificate Authorities (CAs) that Python HTTP clients such as requests and urllib3 use to validate TLS server certificates. The bundle in versions prior to 2023.07.22 includes root certificates operated by e-Tugra. Following a public discussion on the Mozilla dev-security-policy list regarding security issues in e-Tugra's systems, Mozilla and downstream consumers moved to distrust those roots.

Any Python application relying on the affected Certifi bundle accepts server certificates that chain to an e-Tugra root as valid. If the certificate authority issues a certificate to an unauthorized party, an attacker can present that certificate to clients and complete a TLS handshake without triggering validation errors. This breaks the integrity guarantees the TLS Public Key Infrastructure (PKI) is intended to provide.

Root Cause

The root cause is insufficient verification of data authenticity in the trust store itself. Certifi inherited the e-Tugra roots from upstream sources before the investigation concluded. Trust in a certificate authority is binary inside the bundle — once a root is present, every certificate chaining to it is accepted. The fix is the commit 8fb96ed81f71e7097ed11bc4d9b19afd7ea5c909, which removes the e-Tugra roots from cacert.pem.

Attack Vector

Exploitation requires an attacker capable of obtaining a certificate issued under an e-Tugra root, either through misissuance, compromise, or insider abuse. With such a certificate, the attacker positions themselves between the Python client and the target host (for example, via DNS hijacking, BGP manipulation, or a hostile network). The vulnerable Certifi bundle validates the chain, and the client establishes a TLS session with the attacker, exposing credentials, API tokens, and application data. See the GitHub Security Advisory GHSA-xqr8-7jwr-rhp7 for additional technical detail.

Detection Methods for CVE-2023-37920

Indicators of Compromise

  • TLS sessions from Python services terminating at endpoints whose certificate chains to an e-Tugra root
  • Outbound HTTPS connections to unexpected destinations from services that depend on requests, urllib3, httpx, or other libraries that consume Certifi
  • Presence of cacert.pem files from Certifi releases earlier than 2023.07.22 in deployed application bundles or container images

Detection Strategies

  • Inventory installed Python packages and flag any host where pip show certifi reports a version below 2023.07.22
  • Scan container images, virtual appliances, and frozen application bundles for the older cacert.pem file shipped by vulnerable Certifi releases
  • Inspect TLS traffic at egress and alert on certificates whose issuer Distinguished Name (DN) references e-Tugra

Monitoring Recommendations

  • Forward Software Bill of Materials (SBOM) and package inventory data into a centralized analytics platform to track Certifi versions across the estate
  • Monitor Certificate Transparency (CT) logs for certificates issued under e-Tugra roots that affect domains your organization communicates with
  • Track vendor advisories for downstream products, including the NetApp Security Advisory NTAP-20240912-0002 and the Fedora Package Announcement

How to Mitigate CVE-2023-37920

Immediate Actions Required

  • Upgrade Certifi to version 2023.07.22 or later across all Python environments, including virtual environments, container images, and packaged applications
  • Rebuild and redeploy container images that pin Certifi as a transitive dependency of libraries such as requests, httpx, or aiohttp
  • Apply vendor patches for NetApp products listed in NTAP-20240912-0002 and update Fedora 38 systems through the Fedora Package Announcement

Patch Information

The upstream fix is delivered in Certifi 2023.07.22 through commit 8fb96ed, which removes the e-Tugra root certificates from cacert.pem. Refer to the GitHub Security Advisory for the full advisory text and the Mozilla Dev Policy Discussion for the trust decision background.

Workarounds

  • If upgrading is not immediately possible, replace the bundled cacert.pem with a curated CA bundle that excludes e-Tugra roots and point SSL_CERT_FILE or REQUESTS_CA_BUNDLE at it
  • Enforce certificate pinning for critical outbound integrations so the application rejects any chain that does not match the expected issuer
  • Restrict egress traffic from Python workloads to known destinations, reducing the surface where a misissued certificate could be presented
bash
# Upgrade Certifi and verify the installed version
pip install --upgrade 'certifi>=2023.07.22'
python -c "import certifi; print(certifi.__version__); print(certifi.where())"

# Optional: override the CA bundle with a curated file that excludes e-Tugra
export SSL_CERT_FILE=/etc/ssl/certs/curated-ca-bundle.pem
export REQUESTS_CA_BUNDLE=/etc/ssl/certs/curated-ca-bundle.pem

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCertifi

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-345
  • Technical References
  • Mozilla Dev Policy Discussion

  • Fedora Package Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2024-39689: Certifi Information Disclosure Flaw

  • CVE-2022-23491: Certifi Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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