banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-2022-42916

CVE-2022-42916: Haxx Curl HSTS Auth Bypass Vulnerability

CVE-2022-42916 is an authentication bypass flaw in Haxx Curl that allows attackers to bypass HSTS protections using IDN characters. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 18, 2026

CVE-2022-42916 Overview

CVE-2022-42916 is a security vulnerability in curl that allows attackers to bypass HSTS (HTTP Strict Transport Security) protection by exploiting IDN (Internationalized Domain Name) character conversion. When curl processes URLs containing certain Unicode characters, the HSTS check can be circumvented, causing the client to use insecure HTTP instead of HTTPS even when HSTS protection should enforce secure connections.

The vulnerability stems from improper handling of IDN characters during URL parsing. Specifically, an attacker can use the UTF-8 character U+3002 (IDEOGRAPHIC FULL STOP) instead of the standard ASCII period (U+002E) in domain names. During IDN conversion, these characters are replaced with their ASCII equivalents, but this conversion occurs after the HSTS check, effectively bypassing the security mechanism.

Critical Impact

Attackers can force curl to transmit sensitive data over unencrypted HTTP connections by bypassing HSTS protection, potentially exposing credentials, session tokens, and other sensitive information to network-based attackers.

Affected Products

  • Haxx curl versions 7.77.0 through 7.85.0
  • Fedora Project Fedora 35, 36, and 37
  • Apple macOS (multiple versions)
  • Splunk Universal Forwarder (multiple versions including 9.1.0)

Discovery Timeline

  • 2022-10-29 - CVE CVE-2022-42916 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2022-42916

Vulnerability Analysis

This vulnerability represents a protocol security bypass affecting curl's HSTS implementation. The root cause lies in the order of operations during URL processing—specifically, the HSTS lookup occurs before IDN character normalization, creating a window where specially crafted domain names can evade HSTS enforcement.

When a user or application configures curl to use HSTS (via the --hsts option or CURLOPT_HSTS API), curl maintains a cache of domains that should only be accessed via HTTPS. However, when an attacker supplies a URL containing IDN characters like the ideographic full stop (。) instead of a regular period (.), the HSTS cache lookup fails to match the entry because the characters differ at the byte level. Subsequently, the IDN conversion normalizes the domain name to ASCII, but by this point the HSTS check has already passed, allowing the connection to proceed over HTTP.

This attack requires the attacker to control or influence the URL that curl processes, which could occur through various scenarios such as URL redirection, man-in-the-middle attacks modifying responses, or applications that accept user-provided URLs.

Root Cause

The vulnerability is classified under CWE-319 (Cleartext Transmission of Sensitive Information). The root cause is a logic flaw in curl's HSTS implementation where the security check operates on the raw URL before IDN normalization. This creates a mismatch between the domain name as checked against the HSTS cache and the actual domain name after IDN processing, allowing bypass of the transport security enforcement mechanism.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker positioned on the network path can exploit this vulnerability by:

  1. Intercepting legitimate HTTPS redirect responses
  2. Modifying the redirect URL to use IDN-encoded characters that normalize to the target domain
  3. curl processes the crafted URL, fails to match it against the HSTS cache, and connects via HTTP
  4. The attacker can then intercept, read, or modify the unencrypted traffic

The exploitation leverages Unicode normalization behavior to create visually similar but technically different domain representations that bypass security checks.

Detection Methods for CVE-2022-42916

Indicators of Compromise

  • Unexpected HTTP (non-HTTPS) connections to domains that should enforce HSTS
  • Network traffic containing URLs with Unicode full stop characters (U+3002) in domain names
  • Log entries showing curl connecting to HTTP endpoints for known HTTPS-only domains

Detection Strategies

  • Monitor for curl processes initiating HTTP connections to sensitive domains that have HSTS policies
  • Implement network-level inspection for URLs containing IDN characters in security-sensitive contexts
  • Audit curl version deployments across infrastructure to identify vulnerable installations (7.77.0 - 7.85.0)
  • Review application logs for unusual URL patterns containing non-ASCII characters in domain portions

Monitoring Recommendations

  • Deploy network monitoring to flag HTTP traffic to domains with known HSTS policies
  • Implement version tracking for curl installations across all systems and containers
  • Configure alerting for any curl instances running versions between 7.77.0 and 7.85.0
  • Monitor for IDN-related URL patterns in web application firewall logs

How to Mitigate CVE-2022-42916

Immediate Actions Required

  • Upgrade curl to version 7.86.0 or later immediately on all affected systems
  • Audit all applications and systems that embed or use libcurl for vulnerable versions
  • Review Splunk Universal Forwarder deployments and apply vendor patches
  • For macOS systems, apply the latest security updates from Apple (reference Apple Support Article HT213604 and HT213605)

Patch Information

The vulnerability was addressed in curl version 7.86.0, released on October 26, 2022. The fix ensures that IDN normalization occurs before HSTS cache lookups, eliminating the bypass vector. Organizations should upgrade to this version or later to remediate the vulnerability.

Vendor-specific patches are available:

  • curl Official Security Advisory
  • Gentoo GLSA 2022-12-01
  • NetApp Security Advisory NTAP-20221209-0010
  • Fedora packages have been updated via Fedora Package Announcements

Workarounds

  • Disable HSTS support in curl if the feature is not strictly required and upgrade is not immediately possible
  • Implement network-level HTTPS enforcement (e.g., firewall rules blocking HTTP to sensitive domains)
  • Use application-level URL validation to reject URLs containing IDN characters before passing to curl
  • Deploy TLS inspection to enforce encrypted connections regardless of client behavior
bash
# Verify curl version and upgrade if vulnerable
curl --version | head -1
# If version is between 7.77.0 and 7.85.0, upgrade immediately

# On Debian/Ubuntu systems
sudo apt update && sudo apt upgrade curl

# On RHEL/CentOS/Fedora systems
sudo dnf update curl

# Verify the upgraded version
curl --version | head -1

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCurl

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-319
  • Technical References
  • Full Disclosure January 19, 2023

  • Full Disclosure January 20, 2023

  • OSS-Security December 21, 2022

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 2022-12-01

  • NetApp Security Advisory NTAP-20221209-0010

  • Apple Support Article HT213604

  • Apple Support Article HT213605
  • Vendor Resources
  • curl CVE-2022-42916 Documentation
  • Related CVEs
  • CVE-2025-15224: curl SSH Auth Bypass Vulnerability

  • CVE-2025-11563: Curl Wcurl Path Traversal Vulnerability

  • CVE-2025-13034: libcurl Information Disclosure Vulnerability

  • CVE-2025-14524: curl OAuth2 Token Disclosure 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
  • English
  • 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