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
    • 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-27533

CVE-2023-27533: Haxx Curl TELNET Protocol RCE Vulnerability

CVE-2023-27533 is a remote code execution vulnerability in Haxx Curl's TELNET protocol that allows attackers to exploit improper input validation during server negotiation. This article covers technical details, affected versions, and mitigation strategies.

Published: February 4, 2026

CVE-2023-27533 Overview

A vulnerability in input validation exists in curl versions prior to 8.0 during communication using the TELNET protocol. This flaw may allow an attacker to pass on maliciously crafted user names and "telnet options" during server negotiation. The lack of proper input scrubbing allows an attacker to send content or perform option negotiation without the application's intent. This vulnerability could be exploited if an application allows user input, thereby enabling attackers to execute arbitrary code on the system.

Critical Impact

Improper input validation in curl's TELNET protocol handling enables attackers to inject malicious content during server negotiation, potentially leading to arbitrary code execution on affected systems.

Affected Products

  • Haxx curl (versions prior to 8.0)
  • Fedora Project Fedora
  • NetApp Active IQ Unified Manager
  • NetApp Clustered Data ONTAP 9.0
  • NetApp H300S, H500S, H700S, H410S (firmware and hardware)
  • Splunk Universal Forwarder

Discovery Timeline

  • March 30, 2023 - CVE-2023-27533 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-27533

Vulnerability Analysis

This vulnerability stems from insufficient input validation within curl's TELNET protocol implementation. When curl establishes a TELNET connection, it processes user-supplied data including usernames and telnet options during the negotiation phase with the remote server. Due to improper sanitization, an attacker can embed malicious content within these fields that gets passed directly to the server without adequate filtering.

The vulnerability is classified under CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component) and CWE-75 (Failure to Sanitize Special Elements into a Different Plane). These classifications indicate that the core issue lies in curl's failure to properly neutralize user-controllable input before using it in protocol communications.

The attack requires user interaction, typically in scenarios where an application using libcurl accepts user-provided URLs or connection parameters and passes them to curl for processing without additional validation.

Root Cause

The root cause of CVE-2023-27533 is the absence of proper input scrubbing in curl's TELNET protocol handler. When processing user-supplied credentials and telnet options, the implementation fails to sanitize special characters and control sequences that have semantic meaning in the TELNET protocol. This allows attackers to inject arbitrary telnet commands or options that the application did not intend to send.

The vulnerable code path processes user input during the TELNET negotiation phase without verifying that the input contains only safe, expected characters. This oversight enables attackers to manipulate the protocol conversation between the client and server.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker can exploit this flaw through the following attack scenario:

  1. The attacker crafts a malicious TELNET URL or connection parameters containing specially crafted username or telnet option values
  2. A victim application or user invokes curl with these attacker-controlled parameters
  3. During the TELNET negotiation with the server, the malicious payload is transmitted without sanitization
  4. The injected content can alter the negotiation behavior, send unintended commands, or manipulate the session

The exploitation mechanism involves embedding control characters or protocol-specific sequences within the username or option fields. For detailed technical information about the exploitation technique, refer to the HackerOne Report #1891474 where this vulnerability was originally reported.

Detection Methods for CVE-2023-27533

Indicators of Compromise

  • Unusual TELNET connection attempts originating from applications that typically don't use TELNET
  • Network traffic containing malformed or suspicious TELNET option negotiation sequences
  • Log entries showing curl invocations with unusually long or encoded usernames in TELNET URLs
  • Unexpected telnet option negotiations containing non-standard or malicious payloads

Detection Strategies

  • Monitor for curl processes initiating TELNET connections with suspicious command-line arguments
  • Implement network-level inspection for anomalous TELNET protocol exchanges during connection negotiation
  • Deploy endpoint detection rules to identify curl invocations targeting TELNET URLs with encoded or special characters in user fields
  • Review application logs for user-supplied input being passed to curl TELNET connections

Monitoring Recommendations

  • Enable verbose logging for applications utilizing libcurl to capture connection parameters
  • Implement network security monitoring for outbound TELNET traffic (port 23) from unexpected sources
  • Configure SIEM rules to alert on curl processes with TELNET protocol usage patterns
  • Establish baseline behavior for TELNET usage in your environment to detect anomalous activity

How to Mitigate CVE-2023-27533

Immediate Actions Required

  • Upgrade curl to version 8.0 or later which contains the fix for this vulnerability
  • Audit applications that use libcurl to identify any that accept user input for TELNET connections
  • Implement input validation at the application level before passing user data to curl
  • Consider disabling TELNET protocol support in curl if not required for business operations

Patch Information

The vulnerability is resolved in curl version 8.0 and later releases. Organizations should upgrade their curl installations to the patched version as soon as possible. Multiple vendors have released updates addressing this vulnerability:

  • Debian LTS Advisory April 2023
  • Fedora Package Announcement
  • Gentoo GLSA 202310-12
  • NetApp Security Advisory NTAP-20230420-0011

Workarounds

  • Disable TELNET protocol support in curl by compiling without TELNET support or using configuration options to restrict protocol usage
  • Implement strict input validation for any user-supplied data before passing to curl, rejecting special characters and control sequences
  • Use application-level firewalls or proxies to inspect and sanitize TELNET connection parameters
  • Restrict curl's protocol options using --proto flag to allow only required protocols and explicitly exclude telnet
bash
# Restrict curl to only use secure protocols, excluding telnet
curl --proto '=https,ftps' [URL]

# Alternatively, explicitly deny telnet protocol
curl --proto '-telnet' [URL]

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechHaxx Curl

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.10%

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

  • CWE-74
  • Technical References
  • HackerOne Report #1891474

  • Debian LTS Advisory April 2023

  • Fedora Package Announcement

  • Gentoo GLSA 202310-12

  • NetApp Security Advisory NTAP-20230420-0011
  • Related CVEs
  • CVE-2026-1965: Haxx Curl Auth Bypass Vulnerability

  • CVE-2026-3783: Haxx Curl Information Disclosure Vulnerability

  • CVE-2026-3784: Haxx Curl Auth Bypass Vulnerability

  • CVE-2026-3805: Haxx Curl Use-After-Free 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