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
    • 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-2026-32952

CVE-2026-32952: go-ntlmssp Denial of Service Vulnerability

CVE-2026-32952 is a denial of service vulnerability in go-ntlmssp that allows attackers to crash Go processes through malicious NTLM challenges. This article covers technical details, affected versions, and patches.

Published: April 30, 2026

CVE-2026-32952 Overview

CVE-2026-32952 is an Integer Overflow vulnerability affecting go-ntlmssp, a Go package that provides NTLM/Negotiate authentication over HTTP. Prior to version 0.1.1, a malicious NTLM challenge message can cause a slice out of bounds panic, which can crash any Go process using ntlmssp.Negotiator as an HTTP transport. This vulnerability allows remote attackers to trigger a denial of service condition through specially crafted NTLM challenge messages sent over the network.

Critical Impact

Remote attackers can crash Go applications using go-ntlmssp for NTLM authentication by sending malicious challenge messages, causing service disruption.

Affected Products

  • go-ntlmssp versions prior to 0.1.1
  • Go applications using ntlmssp.Negotiator as an HTTP transport
  • Services implementing NTLM/Negotiate authentication via the affected library

Discovery Timeline

  • 2026-04-24 - CVE CVE-2026-32952 published to NVD
  • 2026-04-24 - Last updated in NVD database

Technical Details for CVE-2026-32952

Vulnerability Analysis

This vulnerability stems from an integer overflow condition (CWE-190) in the go-ntlmssp package's handling of NTLM challenge messages. When the package processes incoming NTLM challenge messages during authentication negotiation, insufficient bounds checking on message field lengths can lead to an integer overflow. This overflow subsequently causes a slice out of bounds panic when attempting to access memory regions beyond the allocated buffer.

The vulnerability is particularly concerning because it can be triggered remotely by any attacker who can send NTLM challenge messages to an affected application. Since the attack requires no authentication and no user interaction, it represents a straightforward denial of service vector. Any Go application that implements NTLM authentication using the ntlmssp.Negotiator HTTP transport is potentially vulnerable.

Root Cause

The root cause is an integer overflow vulnerability (CWE-190) in the NTLM challenge message parsing logic. When calculating buffer offsets or lengths from fields within the NTLM challenge message, the code does not properly validate that the resulting values will not overflow or exceed the bounds of the allocated slice. A malicious actor can craft an NTLM challenge message with specially chosen field values that trigger the integer overflow, causing the subsequent slice access to panic with an out of bounds error.

Attack Vector

The attack is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Intercepting or initiating an NTLM authentication exchange with a vulnerable application
  2. Sending a maliciously crafted NTLM challenge message with field values designed to trigger the integer overflow
  3. The vulnerable application parses the challenge message, encounters the overflow condition, and panics
  4. The Go process crashes, resulting in denial of service

The vulnerability is exploited through malformed NTLM Type 2 (Challenge) messages. When a client application using go-ntlmssp receives such a message, the parsing routine fails to properly validate numeric fields, leading to the slice bounds violation.

For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory GHSA-pjcq-xvwq-hhpj.

Detection Methods for CVE-2026-32952

Indicators of Compromise

  • Unexpected application crashes or restarts in Go services using NTLM authentication
  • Panic stack traces showing slice bounds violations in ntlmssp package code
  • Unusual NTLM challenge messages with abnormal field lengths in network traffic
  • Increased connection attempts to NTLM-authenticated endpoints from suspicious sources

Detection Strategies

  • Monitor application logs for Go panic messages originating from the ntlmssp package
  • Implement network intrusion detection rules to identify malformed NTLM challenge messages
  • Use dependency scanning tools to identify applications using go-ntlmssp versions prior to 0.1.1
  • Deploy application performance monitoring to detect unexpected process terminations

Monitoring Recommendations

  • Enable verbose logging for NTLM authentication events in affected applications
  • Set up alerting for repeated application crashes or restarts
  • Monitor network traffic for anomalous NTLM authentication patterns
  • Review crash dumps for evidence of slice out of bounds panics in NTLM-related code paths

How to Mitigate CVE-2026-32952

Immediate Actions Required

  • Update go-ntlmssp to version 0.1.1 or later immediately
  • Audit all Go applications to identify dependencies on the vulnerable package version
  • Implement application restart policies to minimize service downtime during attacks
  • Consider temporarily disabling NTLM authentication if patching is not immediately possible

Patch Information

The vulnerability has been patched in go-ntlmssp version 0.1.1. Organizations should update their Go module dependencies to include the fixed version. The patch addresses the integer overflow condition by implementing proper bounds checking on NTLM challenge message fields before slice access operations.

For patch details, see the GitHub Release v0.1.1.

Workarounds

  • Implement network-level filtering to reject malformed NTLM messages before they reach the application
  • Deploy a reverse proxy or web application firewall to inspect NTLM authentication traffic
  • Consider using alternative authentication mechanisms if NTLM is not strictly required
  • Implement application-level rate limiting on authentication endpoints to reduce attack impact
bash
# Update go-ntlmssp to patched version
go get github.com/Azure/go-ntlmssp@v0.1.1

# Verify the updated version in go.mod
grep go-ntlmssp go.mod
# Expected output: github.com/Azure/go-ntlmssp v0.1.1

# Run go mod tidy to clean up dependencies
go mod tidy

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGo Ntlmssp

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-190
  • Technical References
  • GitHub Release v0.1.1

  • GitHub Security Advisory GHSA-pjcq-xvwq-hhpj
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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