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-41723

CVE-2022-41723: Golang Go HTTP/2 DOS Vulnerability

CVE-2022-41723 is a denial of service vulnerability in Golang Go that allows attackers to cause excessive CPU consumption through malicious HTTP/2 streams. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-41723 Overview

CVE-2022-41723 is a denial of service vulnerability affecting Go's HTTP/2 implementation, specifically within the HPACK decoder component. A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests. This vulnerability poses a significant risk to any Go-based web server or application utilizing HTTP/2, as attackers can exploit it remotely without authentication to exhaust server resources.

Critical Impact

Remote attackers can cause complete service unavailability by sending specially crafted HTTP/2 requests that trigger excessive CPU consumption in the HPACK decoder, requiring minimal resources on the attacker's side.

Affected Products

  • Golang Go (versions prior to patched releases)
  • Golang HPACK module
  • Golang HTTP2 module

Discovery Timeline

  • February 28, 2023 - CVE-2022-41723 published to NVD
  • May 5, 2025 - Last updated in NVD database

Technical Details for CVE-2022-41723

Vulnerability Analysis

This vulnerability resides in Go's net/http2/hpack package, which handles HPACK header compression for HTTP/2 connections. HPACK is the compression format used to efficiently encode HTTP headers in HTTP/2. The flaw allows an attacker to craft malicious HTTP/2 streams that exploit inefficiencies in the HPACK decoder's processing logic.

When processing these specially crafted streams, the decoder enters a state of excessive CPU consumption. The vulnerability is particularly concerning because the attack requires minimal bandwidth and resources from the attacker's perspective—a small number of small requests can be sufficient to degrade or completely deny service to legitimate users.

The vulnerability affects any Go application that accepts HTTP/2 connections, including web servers, API gateways, microservices, and reverse proxies built with Go's standard library or the golang.org/x/net/http2 package.

Root Cause

The root cause lies in the HPACK decoder's handling of certain compressed header representations. When parsing specific malformed or carefully constructed HPACK-encoded data, the decoder fails to efficiently process the input, leading to algorithmic complexity issues that manifest as excessive CPU usage. This represents a resource exhaustion vulnerability where computational resources are disproportionately consumed relative to the size of the input data.

Attack Vector

The attack is network-based and can be executed remotely without any authentication or user interaction. An attacker needs only to establish an HTTP/2 connection to a vulnerable server and send crafted HPACK-encoded headers. The attack characteristics include:

The attacker initiates HTTP/2 connections to target servers accepting HTTP/2 traffic. Through these connections, malicious HTTP/2 frames containing specially crafted HPACK-encoded headers are transmitted. The server's HPACK decoder processes these headers, consuming excessive CPU cycles. With sufficient malicious requests, the server becomes unresponsive to legitimate traffic.

The asymmetric nature of this attack makes it particularly dangerous—attackers can cause significant impact with minimal resources.

Detection Methods for CVE-2022-41723

Indicators of Compromise

  • Unusual CPU spikes on servers handling HTTP/2 traffic, particularly in processes running Go applications
  • Abnormal patterns in HTTP/2 connection establishment followed by header-heavy requests with minimal body content
  • Service degradation or unresponsiveness correlating with increased HTTP/2 traffic volume
  • Log entries indicating connection timeouts or resource exhaustion on HTTP/2 endpoints

Detection Strategies

  • Monitor CPU utilization metrics for Go-based services, alerting on sustained high CPU usage without corresponding increases in legitimate throughput
  • Implement network traffic analysis to identify anomalous HTTP/2 HPACK-encoded header patterns
  • Deploy application performance monitoring (APM) to track request processing times and identify requests causing disproportionate resource consumption
  • Use SentinelOne's behavioral AI to detect and flag processes exhibiting resource exhaustion patterns indicative of DoS attacks

Monitoring Recommendations

  • Establish baseline metrics for normal HTTP/2 traffic patterns and CPU utilization on Go services
  • Configure rate limiting on HTTP/2 connections at the load balancer or reverse proxy level
  • Implement connection throttling to limit the impact of potential abuse from single sources
  • Review logs from web application firewalls (WAFs) for blocked or flagged HTTP/2 traffic anomalies

How to Mitigate CVE-2022-41723

Immediate Actions Required

  • Update Go to version 1.19.6 or 1.20.1 or later, which contain the fix for this vulnerability
  • Update the golang.org/x/net/http2 package to version 0.7.0 or later
  • Update the golang.org/x/net/http2/hpack package to version 0.7.0 or later
  • If immediate patching is not possible, consider temporarily disabling HTTP/2 support and falling back to HTTP/1.1

Patch Information

The Go security team has released patches addressing this vulnerability. The fixes are available in the following changesets:

  • Go.dev Change Log Entry #468135 - Initial patch for the HPACK decoder
  • Go.dev Change Log Entry #468295 - Additional fixes

For detailed vulnerability information, refer to the Go.dev Vulnerability Report GO-2023-1571. The official announcement is available via the Golang Announcement Group Post.

Multiple Linux distributions have also released updated packages including Fedora, Gentoo, and others. Organizations using containerized Go applications should rebuild container images with patched Go versions.

Workarounds

  • Implement rate limiting on incoming HTTP/2 connections to reduce the potential impact of exploitation attempts
  • Configure reverse proxies or load balancers in front of Go services to filter and limit HTTP/2 traffic
  • Monitor and set resource limits (CPU, memory) for Go processes using container orchestration or system-level controls
  • Consider disabling HTTP/2 support temporarily if your application can function adequately over HTTP/1.1
bash
# Verify Go version includes the patch
go version

# Update Go modules to get patched http2/hpack packages
go get -u golang.org/x/net/http2@v0.7.0
go mod tidy

# Rebuild your application with the updated dependencies
go build -o myapp ./...

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.23%

  • 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
  • NVD-CWE-Other
  • Technical References
  • Go.dev Issue #57855

  • Fedora Package Announcement #4BUK2ZI

  • Fedora Package Announcement #4MA5XS5

  • Fedora Package Announcement #REMHVVIB

  • Fedora Package Announcement #RGW7GE2

  • Fedora Package Announcement #RLBQ3A7

  • Fedora Package Announcement #T7N5GV4

  • Fedora Package Announcement #XX3IMUTZ

  • Gentoo GLSA 202311-09

  • Couchbase Security Alerts

  • NetApp Advisory NTAP-20230331-0010
  • Vendor Resources
  • Go.dev Change Log Entry #468135

  • Go.dev Change Log Entry #468295

  • Golang Announcement Group Post

  • Go.dev Vulnerability Report GO-2023-1571
  • 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