A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-2379

CVE-2024-2379: Haxx Curl Certificate Verification Bypass

CVE-2024-2379 is a certificate verification bypass flaw in Haxx Curl built with wolfSSL that skips validation for QUIC connections. This post covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-2379 Overview

CVE-2024-2379 is a certificate validation bypass vulnerability in libcurl that affects QUIC connections when built with wolfSSL as the TLS backend. When libcurl is configured to use an unknown or invalid cipher suite or elliptic curve, the error handling path incorrectly skips certificate verification and returns a success status. This allows connections to proceed without validating the server's TLS certificate, potentially enabling man-in-the-middle attacks against applications using affected curl builds.

Critical Impact

Applications using libcurl with wolfSSL for QUIC connections may accept invalid or malicious TLS certificates when specific cipher/curve configuration errors occur, bypassing all certificate-based security controls.

Affected Products

  • Haxx curl 8.6.0
  • Apple macOS (multiple versions)
  • NetApp Active IQ Unified Manager
  • NetApp ONTAP Select Deploy Administration Utility
  • NetApp HCI Compute Node and Bootstrap OS
  • NetApp H-Series Storage Systems (H300S, H410S, H500S, H610C, H610S, H615C, H700S)

Discovery Timeline

  • 2024-03-27 - CVE-2024-2379 published to NVD
  • 2025-07-30 - Last updated in NVD database

Technical Details for CVE-2024-2379

Vulnerability Analysis

This vulnerability (CWE-295: Improper Certificate Validation) exists in the error handling logic within libcurl's QUIC connection implementation when using wolfSSL. The flaw occurs specifically during TLS handshake initialization when an application specifies cipher suites or elliptic curves that wolfSSL does not recognize or support.

Under normal operation, libcurl performs rigorous certificate verification to ensure the authenticity of remote servers. However, when the cipher/curve configuration fails validation, the error path contains a logic flaw that causes the verification step to be bypassed entirely. Instead of properly propagating the error and aborting the connection, the function returns an OK status, allowing the connection to proceed with an unverified certificate.

This behavior fundamentally undermines TLS security for affected connections, as the entire trust model depends on proper certificate validation to prevent impersonation attacks.

Root Cause

The root cause is improper error handling in libcurl's QUIC/wolfSSL integration layer. When CURLE_SSL_CIPHER or similar errors are generated due to invalid cipher/curve configuration, the code path that handles these errors fails to maintain the certificate verification requirement. The error recovery logic incorrectly assumes the connection should continue, bypassing the certificate validation step that would normally occur.

This represents a classic case of error path divergence, where exceptional conditions lead to security-critical code being skipped. The vulnerable code path was introduced in curl 8.6.0's QUIC support enhancements.

Attack Vector

The attack requires network-level access and user interaction to exploit successfully. An attacker positioned to intercept network traffic (man-in-the-middle position) could potentially exploit this vulnerability in the following scenario:

  1. The victim application uses libcurl built with wolfSSL for QUIC connections
  2. The application's curl configuration specifies an unsupported or malformed cipher/curve option
  3. The attacker intercepts the QUIC connection and presents a malicious certificate
  4. Due to the verification bypass, curl accepts the fraudulent certificate
  5. The attacker can now decrypt, inspect, and modify traffic between the client and intended server

The vulnerability requires specific build configurations (wolfSSL backend) and connection parameters (QUIC protocol with problematic cipher/curve settings) to be exploitable. The original report was submitted via HackerOne Report #2410774.

Detection Methods for CVE-2024-2379

Indicators of Compromise

  • Unexpected TLS certificate warnings or errors in application logs followed by successful connections
  • Network traffic analysis showing QUIC connections to known-bad or untrusted certificate authorities
  • Applications built with libcurl/wolfSSL exhibiting connection behavior inconsistent with strict certificate validation
  • Log entries indicating cipher or curve configuration errors during QUIC handshakes

Detection Strategies

  • Audit curl build configurations to identify installations using wolfSSL as the TLS backend
  • Monitor for curl/libcurl error messages containing cipher or curve-related warnings
  • Implement network monitoring to detect QUIC traffic with unusual certificate chains
  • Review application configurations that explicitly set cipher suites or elliptic curves for curl connections

Monitoring Recommendations

  • Enable verbose logging for curl operations to capture TLS handshake details
  • Implement certificate transparency log monitoring for unexpected certificates
  • Deploy network sensors capable of inspecting QUIC traffic metadata
  • Set up alerts for applications using known vulnerable curl versions with wolfSSL

How to Mitigate CVE-2024-2379

Immediate Actions Required

  • Update curl/libcurl to a patched version that addresses the certificate verification bypass
  • Review and validate cipher suite and curve configurations to ensure they use known-supported values
  • Consider temporarily disabling QUIC connections in affected applications until patches are applied
  • Implement certificate pinning at the application level as an additional defense layer

Patch Information

Security patches are available from multiple vendors. Refer to the CURL Security Advisory for CVE-2024-2379 for the official fix from the curl project. Apple has released patches in macOS updates documented in Apple Support Article HT214118, HT214119, and HT214120. NetApp customers should consult the NetApp Security Advisory NTAP-20240531-0001 for affected product-specific guidance.

Workarounds

  • Use alternative TLS backends (OpenSSL, GnuTLS) instead of wolfSSL for QUIC connections
  • Implement application-level certificate validation independent of curl's verification
  • Restrict curl configurations to explicitly supported cipher suites and curves only
  • Deploy network security controls to validate TLS certificates at the network layer
bash
# Verify curl build configuration and TLS backend
curl --version | grep -i "ssl\|tls\|wolfssl\|quic"

# Check for affected version
curl --version | head -1

# Example: Rebuild curl with OpenSSL instead of wolfSSL if necessary
# ./configure --with-openssl --without-wolfssl

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechHaxx Curl

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-295
  • Technical References
  • Full Disclosure Mailing List - Jul 18

  • Full Disclosure Mailing List - Jul 19

  • Full Disclosure Mailing List - Jul 20

  • OpenWall OSS-Security Discussion - Mar 27

  • HackerOne Report #2410774

  • NetApp Security Advisory NTAP-20240531-0001
  • Vendor Resources
  • CURL Security CVE-2024-2379

  • CURL Security JSON CVE-2024-2379

  • Apple Support Article HT214118

  • Apple Support Article HT214119

  • Apple Support Article HT214120
  • Related CVEs
  • CVE-2026-6276: Haxx Curl Information Disclosure Flaw

  • CVE-2026-6429: Haxx Curl Information Disclosure Flaw

  • CVE-2026-7009: Haxx Curl Information Disclosure Flaw

  • CVE-2026-6253: Haxx Curl 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