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-2024-54662

CVE-2024-54662: Dante SOCKS Server Auth Bypass Flaw

CVE-2024-54662 is an authentication bypass vulnerability in Dante SOCKS server versions 1.4.0 through 1.4.3, caused by incorrect access control in sockd.conf configurations. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 8, 2026

CVE-2024-54662 Overview

CVE-2024-54662 is a critical access control vulnerability affecting Dante, a widely-used SOCKS proxy implementation. The vulnerability exists in Dante versions 1.4.0 through 1.4.3 and has been fixed in version 1.4.4. The flaw stems from incorrect access control enforcement in certain sockd.conf configurations involving the socksmethod directive, potentially allowing unauthorized network access through the proxy server.

Critical Impact

Attackers can exploit misconfigured Dante proxy servers to bypass authentication and access control mechanisms, potentially gaining unauthorized network access with high confidentiality and integrity impact.

Affected Products

  • Dante versions 1.4.0 through 1.4.3
  • Systems running vulnerable Dante SOCKS proxy configurations
  • Network environments relying on socksmethod authentication in sockd.conf

Discovery Timeline

  • 2024-12-16 - Inet releases security advisory detailing the vulnerability
  • 2024-12-17 - CVE-2024-54662 published to NVD
  • 2024-12-18 - Last updated in NVD database

Technical Details for CVE-2024-54662

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization), indicating that the Dante SOCKS proxy fails to properly enforce access control policies under specific configuration scenarios. When certain socksmethod settings are configured in sockd.conf, the proxy incorrectly processes authorization checks, allowing connections that should otherwise be denied.

The network-accessible nature of this vulnerability means attackers can exploit it remotely without requiring authentication or user interaction. Successful exploitation can result in unauthorized access to protected network resources and the ability to modify or intercept network traffic passing through the compromised proxy.

Root Cause

The root cause lies in the improper handling of authentication method configurations within the Dante daemon (sockd). When specific combinations of socksmethod directives are present in the configuration file, the access control logic fails to correctly validate client permissions, creating a bypass condition. This represents a flaw in the authorization decision-making process that should restrict connections based on the configured authentication requirements.

Attack Vector

The attack vector is network-based, requiring the attacker to have network access to the vulnerable Dante proxy server. Exploitation does not require authentication, privileges, or user interaction. An attacker can craft SOCKS connection requests that exploit the misconfigured access control logic, bypassing the intended authentication requirements and gaining unauthorized proxy access.

The vulnerability specifically affects configurations where socksmethod is used to define authentication requirements. When the authorization checks are bypassed, attackers can utilize the proxy to:

  • Access internal network resources that should be protected
  • Route malicious traffic through the compromised proxy
  • Potentially intercept or modify data passing through the proxy

Detection Methods for CVE-2024-54662

Indicators of Compromise

  • Unexpected or unauthorized SOCKS connections originating from external sources
  • Unusual traffic patterns through the Dante proxy from unrecognized clients
  • Authentication bypass attempts visible in proxy logs when authentication should be required

Detection Strategies

  • Review sockd.conf configuration files for vulnerable socksmethod configurations
  • Monitor Dante proxy logs for connections that bypass expected authentication mechanisms
  • Implement network monitoring to detect anomalous proxy usage patterns
  • Conduct configuration audits to identify affected Dante installations

Monitoring Recommendations

  • Enable verbose logging in Dante to capture connection authentication details
  • Implement alerting for connections from unexpected source IP addresses
  • Monitor for sudden increases in proxy traffic volume that may indicate exploitation
  • Deploy network intrusion detection signatures for SOCKS protocol anomalies

How to Mitigate CVE-2024-54662

Immediate Actions Required

  • Upgrade Dante to version 1.4.4 or later immediately
  • Review and audit all sockd.conf configurations for socksmethod directives
  • Restrict network access to Dante proxy servers using firewall rules
  • Monitor proxy logs for signs of unauthorized access

Patch Information

Inet has released Dante version 1.4.4 which addresses this access control vulnerability. Organizations should upgrade to this patched version as soon as possible. The official security advisory is available at the Inet Security Advisory 2024-12-16 page. Additional product documentation can be found at the Dante Proxy Documentation site.

Workarounds

  • Implement network-level access controls (firewalls, ACLs) to restrict who can connect to the Dante proxy
  • Review and strengthen socksmethod configurations to ensure proper authentication is enforced
  • Consider temporarily disabling the Dante proxy if immediate patching is not possible
  • Deploy additional authentication layers such as VPN requirements for proxy access
bash
# Verify Dante version and upgrade if vulnerable
sockd -v
# If version shows 1.4.0-1.4.3, upgrade immediately

# Restrict proxy access at the firewall level
iptables -A INPUT -p tcp --dport 1080 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 1080 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDante

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • Dante Proxy Documentation

  • Inet Security Advisory 2024-12-16
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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