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
    • 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-37788

CVE-2023-37788: Goproxy v1.1 DoS Vulnerability

CVE-2023-37788 is a denial of service vulnerability in Goproxy v1.1 that can disrupt service availability through unspecified attack vectors. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-37788 Overview

CVE-2023-37788 is a Denial of Service (DoS) vulnerability discovered in goproxy v1.1, a popular HTTP proxy library written in Go. The vulnerability allows remote attackers to cause service disruption through unspecified attack vectors, potentially rendering applications that rely on goproxy unresponsive or unavailable.

Critical Impact

Applications using the affected goproxy version are susceptible to Denial of Service attacks that can be triggered remotely without authentication, potentially causing complete service unavailability.

Affected Products

  • goproxy_project goproxy v1.1
  • Applications and services built using goproxy v1.1 as a dependency
  • HTTP proxy implementations leveraging the vulnerable goproxy library

Discovery Timeline

  • 2023-07-18 - CVE-2023-37788 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-37788

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), indicating that the goproxy library fails to properly manage system resources under certain conditions. The vulnerability enables attackers to exhaust server resources through network-based attacks without requiring any privileges or user interaction.

The network-accessible nature of this vulnerability makes it particularly concerning for internet-facing proxy services. Attackers can trigger the DoS condition remotely, and the lack of authentication requirements lowers the barrier for exploitation significantly. When successfully exploited, the vulnerability impacts the availability of the affected system while confidentiality and integrity remain unaffected.

Root Cause

The root cause of CVE-2023-37788 lies in improper resource management within the goproxy library. The vulnerability stems from the library's failure to implement adequate controls against resource exhaustion scenarios, allowing malicious inputs or connection patterns to consume excessive system resources. This aligns with CWE-400 (Uncontrolled Resource Consumption), where the software does not properly restrict the size or amount of resources that are requested or influenced by an actor.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no local access to the target system. An attacker can exploit this vulnerability by sending specially crafted requests to a service running the vulnerable goproxy library. The attack does not require authentication or user interaction, making it relatively straightforward to execute.

The vulnerability mechanism involves triggering resource exhaustion conditions within the proxy handling logic. For detailed technical information about the specific attack vectors, refer to GitHub Issue #502 in the goproxy repository.

Detection Methods for CVE-2023-37788

Indicators of Compromise

  • Unusual spikes in memory or CPU consumption on systems running goproxy-based services
  • Increased connection timeouts or service unavailability without corresponding legitimate traffic increases
  • Abnormal patterns in proxy request logs indicating potential exploitation attempts

Detection Strategies

  • Monitor application dependencies and flag any usage of goproxy version 1.1
  • Implement network traffic analysis to detect unusual request patterns targeting proxy endpoints
  • Deploy application performance monitoring to detect resource exhaustion conditions
  • Review proxy access logs for anomalous connection patterns or malformed requests

Monitoring Recommendations

  • Configure alerting thresholds for memory and CPU utilization on systems running goproxy
  • Implement connection rate limiting and monitoring at the network perimeter
  • Enable detailed logging for proxy services to capture request metadata for forensic analysis
  • Monitor for service restarts or crashes that may indicate exploitation attempts

How to Mitigate CVE-2023-37788

Immediate Actions Required

  • Audit your applications and dependencies to identify usage of goproxy v1.1
  • Upgrade to a patched version of goproxy if available
  • Implement rate limiting and connection throttling as a defensive measure
  • Consider deploying a Web Application Firewall (WAF) in front of affected services

Patch Information

Review the goproxy GitHub repository for the latest releases and security updates. Check GitHub Issue #502 for details on the vulnerability and any associated fixes. Organizations should update their Go module dependencies to incorporate the latest secure version of the library.

Workarounds

  • Implement network-level rate limiting to reduce the impact of potential DoS attacks
  • Deploy reverse proxy or load balancer with connection limits in front of vulnerable services
  • Consider isolating goproxy-based services in a resource-constrained environment to limit blast radius
  • Monitor and automatically restart services that become unresponsive as a temporary mitigation
bash
# Example: Implement connection rate limiting with iptables
# Limit new connections to 50 per second per source IP
iptables -A INPUT -p tcp --dport 8080 -m state --state NEW -m recent --set
iptables -A INPUT -p tcp --dport 8080 -m state --state NEW -m recent --update --seconds 1 --hitcount 50 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGoproxy

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.17%

  • 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-400
  • Technical References
  • GitHub goproxy Repository

  • GitHub Issue #502
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 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