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-2022-32149

CVE-2022-32149: Golang Text DOS Vulnerability

CVE-2022-32149 is a denial of service vulnerability in Golang Text caused by specially crafted Accept-Language headers. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-32149 Overview

CVE-2022-32149 is a denial of service vulnerability in the Golang text package that allows attackers to exploit the ParseAcceptLanguage function. By crafting a malicious Accept-Language HTTP header, an attacker can cause the parser to consume excessive processing time, leading to service degradation or complete denial of service for applications that rely on this package for language negotiation.

Critical Impact

Applications using the Golang text package's ParseAcceptLanguage function are vulnerable to resource exhaustion attacks through specially crafted HTTP headers, potentially causing service unavailability.

Affected Products

  • Golang Text package (vulnerable versions prior to security patch)
  • Applications utilizing golang.org/x/text/language for Accept-Language parsing
  • Web services implementing HTTP language negotiation with the affected library

Discovery Timeline

  • 2022-10-14 - CVE-2022-32149 published to NVD
  • 2025-05-15 - Last updated in NVD database

Technical Details for CVE-2022-32149

Vulnerability Analysis

This vulnerability is classified under CWE-772 (Missing Release of Resource after Effective Lifetime), indicating that the parsing function fails to properly manage computational resources when processing malformed input. The ParseAcceptLanguage function in the Golang text package does not adequately validate or limit the complexity of incoming Accept-Language header values before processing them.

When a web application receives HTTP requests with Accept-Language headers, it typically uses the ParseAcceptLanguage function to determine the client's preferred languages. The vulnerability allows an attacker to construct header values that trigger excessive parsing operations, consuming CPU cycles disproportionate to the input size.

Root Cause

The root cause lies in insufficient input validation and algorithmic complexity within the ParseAcceptLanguage function. The parser does not implement proper bounds checking or early termination when encountering pathologically crafted input strings. This allows attackers to submit header values that cause the parser to enter computationally expensive code paths, resulting in an algorithmic complexity attack.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending HTTP requests with specially crafted Accept-Language headers to any web service that processes these headers using the vulnerable Golang text package.

The attack methodology involves:

  1. Identifying target applications that use the Golang text package for language parsing
  2. Crafting malicious Accept-Language header values designed to maximize parsing time
  3. Sending multiple requests with these crafted headers to exhaust server resources
  4. Sustained attacks can lead to service degradation or complete denial of service

For detailed technical information about the vulnerability mechanism, see the Go.dev Issue Tracker Entry and the official Go.dev Vulnerability Report GO-2022-1059.

Detection Methods for CVE-2022-32149

Indicators of Compromise

  • Unusually long or complex Accept-Language HTTP headers in web server logs
  • Elevated CPU utilization in application processes handling HTTP requests
  • Increased response latency correlating with language parsing operations
  • Application timeouts or service degradation during header processing

Detection Strategies

  • Monitor HTTP request logs for abnormally large or repetitive Accept-Language header values
  • Implement application performance monitoring (APM) to detect CPU spikes during request handling
  • Deploy web application firewall (WAF) rules to flag requests with excessively complex Accept-Language headers
  • Use dependency scanning tools to identify applications using vulnerable versions of golang.org/x/text

Monitoring Recommendations

  • Configure alerting thresholds for CPU utilization spikes in web-facing services
  • Implement request rate limiting on endpoints that process language headers
  • Enable detailed logging for HTTP header parsing operations during incident response
  • Regularly audit dependencies using govulncheck or similar Go vulnerability scanners

How to Mitigate CVE-2022-32149

Immediate Actions Required

  • Update the Golang text package to a patched version immediately
  • Review all applications using golang.org/x/text/language for ParseAcceptLanguage usage
  • Implement input validation on Accept-Language headers at the web server or load balancer level
  • Consider implementing request timeouts for header parsing operations

Patch Information

The Go team has released a fix for this vulnerability. The patch is available at the Go.dev Change Log Entry. Organizations should update their dependencies to incorporate this security fix. Additional vendor guidance is available in the NetApp Security Advisory ntap-20230203-0006 for affected NetApp products.

To update the affected package, run:

bash
go get -u golang.org/x/text

Workarounds

  • Implement header length limits at the reverse proxy or load balancer level before requests reach the application
  • Add middleware to validate and sanitize Accept-Language headers before passing them to the parser
  • Configure request timeouts to prevent long-running parsing operations from consuming resources
  • Consider implementing a fixed language preference rather than dynamic parsing for critical services
bash
# Example nginx configuration to limit header size
# Add to http or server block
large_client_header_buffers 4 8k;

# Alternatively, use a location block to reject oversized Accept-Language headers
# This helps mitigate DoS attacks targeting header parsing

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGolang

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-772
  • Technical References
  • Go.dev Issue Tracker Entry

  • Google Groups Announcement

  • NetApp Security Advisory ntap-20230203-0006
  • Vendor Resources
  • Go.dev Change Log Entry

  • Go.dev Vulnerability Report GO-2022-1059
  • Related CVEs
  • CVE-2025-47911: Go html.Parse DoS Vulnerability

  • CVE-2025-58190: Golang x/net/html DoS Vulnerability

  • CVE-2025-58187: Golang Go DOS Vulnerability

  • CVE-2025-58188: Golang Go DOS 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