Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-25076

CVE-2023-25076: Sniproxy Buffer Overflow RCE Vulnerability

CVE-2023-25076 is a buffer overflow remote code execution vulnerability in Sniproxy affecting version 0.6.0-2 and master branch. Attackers can exploit wildcard backend host handling to execute arbitrary code.

Published: February 4, 2026

CVE-2023-25076 Overview

CVE-2023-25076 is a buffer overflow vulnerability in SNIProxy, a transparent TLS proxy server that routes connections based on the hostname contained in the initial TLS Client Hello message. The vulnerability exists in the handling of wildcard backend hosts and can be exploited through specially crafted HTTP or TLS packets to achieve arbitrary code execution on affected systems.

Critical Impact

This vulnerability enables remote attackers to execute arbitrary code on systems running vulnerable SNIProxy versions without authentication or user interaction, potentially leading to complete system compromise.

Affected Products

  • SNIProxy 0.6.0-2
  • SNIProxy 0.6.1 (prior to patched version)
  • SNIProxy master branch (commit: 822bb80df9b7b345cc9eba55df74a07b498819ba)

Discovery Timeline

  • 2023-03-16 - SNIProxy 0.6.1 released with fix for buffer overflow
  • 2023-03-30 - CVE-2023-25076 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-25076

Vulnerability Analysis

This buffer overflow vulnerability (CWE-120) affects SNIProxy's address module, specifically in the code path responsible for processing wildcard backend host configurations. When the proxy handles incoming HTTP or TLS connections, it parses the hostname from the request to determine the appropriate backend server routing. The vulnerable code fails to properly validate the length of input data before copying it into a fixed-size buffer, allowing an attacker to overflow the buffer boundaries.

The network-accessible nature of this vulnerability is particularly concerning for organizations using SNIProxy as a front-end proxy for TLS termination or traffic routing. An attacker can craft malicious packets that exploit this overflow condition, potentially overwriting adjacent memory and gaining control of program execution flow.

Root Cause

The root cause is a classic buffer overflow condition in the address handling module of SNIProxy. When processing wildcard backend host configurations, the software does not adequately check the bounds of input data before performing memory copy operations. This allows data to be written beyond the allocated buffer space, corrupting adjacent memory regions including potential return addresses or function pointers.

Attack Vector

The attack can be executed remotely over the network by sending specially crafted HTTP or TLS packets to an SNIProxy instance. The attacker does not require any authentication or privileges to exploit this vulnerability. The attack flow involves:

  1. Attacker identifies an exposed SNIProxy service
  2. Crafts a malicious HTTP or TLS packet with oversized hostname data
  3. Sends the packet to the target SNIProxy server
  4. The buffer overflow occurs during hostname processing
  5. Attacker achieves arbitrary code execution with the privileges of the SNIProxy process
text
+2023-03-16  Dustin Lundquist <dustin@null-ptr.net>
+	0.6.1 Release
+
+	* Fix buffer overflow in address module
+	* Fix tests
+
 2018-12-05  Dustin Lundquist <dustin@null-ptr.net>
 	0.6.0 Release

Source: GitHub Commit Update

Detection Methods for CVE-2023-25076

Indicators of Compromise

  • Unusual crash logs or core dumps from the SNIProxy process
  • Abnormally long hostnames in TLS/HTTP request logs
  • Unexpected child processes spawned by the SNIProxy service
  • Network connections to suspicious external IP addresses originating from the proxy server

Detection Strategies

  • Monitor SNIProxy process for unexpected terminations or restarts that may indicate exploitation attempts
  • Implement network intrusion detection rules to identify packets with abnormally long hostnames in TLS Client Hello messages
  • Deploy application-level logging to capture and analyze incoming connection metadata
  • Use memory protection tools like Address Sanitizer during testing to detect buffer overflow conditions

Monitoring Recommendations

  • Enable verbose logging on SNIProxy instances to capture connection details
  • Set up alerts for SNIProxy service crashes or unexpected restarts
  • Monitor system resource utilization for anomalies that may indicate post-exploitation activity
  • Review network traffic patterns for connections with oversized TLS handshake data

How to Mitigate CVE-2023-25076

Immediate Actions Required

  • Upgrade SNIProxy to version 0.6.1 or later immediately
  • If immediate patching is not possible, consider temporarily disabling the SNIProxy service
  • Implement network-level filtering to restrict access to SNIProxy from untrusted sources
  • Review system logs for signs of exploitation attempts

Patch Information

The vulnerability has been addressed in SNIProxy version 0.6.1, released on March 16, 2023. The fix corrects the buffer overflow condition in the address module. The patch is available through the official GitHub Commit Update. Debian users can apply the fix through Debian Security Advisory DSA-5413 or the Debian LTS Security Advisory.

For detailed technical information about the vulnerability, refer to the Talos Intelligence Vulnerability Report.

Workarounds

  • Restrict network access to SNIProxy using firewall rules to only allow trusted source IP addresses
  • Deploy SNIProxy behind a web application firewall (WAF) that can filter malformed requests
  • Consider using an alternative proxy solution until patching can be completed
  • Implement network segmentation to limit the blast radius if exploitation occurs
text
# Version update in configure.ac showing the fix
AC_PREREQ([2.60])
-AC_INIT([sniproxy], [0.6.0])
+AC_INIT([sniproxy], [0.6.1])
AC_CONFIG_SRCDIR([src/sniproxy.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([subdir-objects])

Source: GitHub Commit Update

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSniproxy

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability33.63%

  • 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-120
  • Technical References
  • Debian LTS Security Advisory

  • Debian Security Advisory DSA-5413

  • Talos Intelligence Vulnerability Report
  • Vendor Resources
  • GitHub Commit Update

  • Talos Intelligence Vulnerability Report
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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