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-2024-27922

CVE-2024-27922: Tomphttp Bare Server Info Disclosure Flaw

CVE-2024-27922 is an information disclosure vulnerability in Tomphttp Tomp Bare Server caused by insecure HTTP request handling that may expose users to web traffic manipulation. This article covers affected versions and fixes.

Published: April 8, 2026

CVE-2024-27922 Overview

CVE-2024-27922 is an HTTP Request Smuggling vulnerability affecting the @tomphttp/bare-server-node package, which implements the TompHTTP bare server. This vulnerability stems from insecure handling of HTTP requests, potentially exposing users to manipulation of their web traffic. The flaw relates to CWE-444 (Inconsistent Interpretation of HTTP Requests), allowing attackers to exploit discrepancies in how HTTP requests are processed.

Critical Impact

This vulnerability allows remote attackers to manipulate HTTP request handling without authentication, potentially leading to complete compromise of affected systems with impacts to confidentiality, integrity, and availability.

Affected Products

  • tomphttp tomp_bare_server versions prior to 2.0.2
  • @tomphttp/bare-server-node npm package

Discovery Timeline

  • 2024-03-21 - CVE CVE-2024-27922 published to NVD
  • 2026-01-02 - Last updated in NVD database

Technical Details for CVE-2024-27922

Vulnerability Analysis

This vulnerability is classified as HTTP Request Smuggling (CWE-444), which occurs when front-end and back-end servers interpret HTTP request boundaries differently. In the context of the @tomphttp/bare-server-node package, the insecure handling of HTTP requests creates an opportunity for attackers to craft malicious requests that bypass security controls or manipulate traffic flow.

HTTP Request Smuggling vulnerabilities are particularly dangerous because they can be exploited remotely over the network without requiring any privileges or user interaction. The impact may vary depending on how the package is deployed, but exploitation could potentially lead to cache poisoning, session hijacking, request hijacking, or bypassing security controls.

Root Cause

The root cause lies in the inconsistent interpretation of HTTP requests within the @tomphttp/bare-server-node package. The package fails to properly validate and sanitize HTTP request components, leading to ambiguous parsing behavior. This inconsistency can be exploited when the bare server is deployed behind proxies or load balancers that interpret requests differently.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can send specially crafted HTTP requests to a server running a vulnerable version of the @tomphttp/bare-server-node package. By exploiting differences in how HTTP request boundaries are interpreted, the attacker can:

  1. Smuggle malicious requests through front-end security controls
  2. Poison web caches with malicious content
  3. Hijack other users' requests or responses
  4. Bypass access controls and security filters

The vulnerability manifests in the HTTP request parsing logic of the bare server implementation. For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2024-27922

Indicators of Compromise

  • Unusual HTTP request patterns with ambiguous Content-Length or Transfer-Encoding headers
  • Unexpected cache behavior or cache poisoning indicators
  • Anomalous HTTP response splitting or request boundary issues in server logs
  • Multiple HTTP requests combined in unexpected ways in access logs

Detection Strategies

  • Monitor network traffic for malformed HTTP requests with conflicting Content-Length and Transfer-Encoding headers
  • Implement web application firewall (WAF) rules to detect HTTP Request Smuggling patterns
  • Review application logs for signs of request desynchronization or unexpected request handling
  • Use security scanning tools to identify vulnerable versions of @tomphttp/bare-server-node

Monitoring Recommendations

  • Enable detailed HTTP request logging on servers running the affected package
  • Configure intrusion detection systems to alert on HTTP Request Smuggling patterns
  • Monitor for unusual traffic patterns that may indicate exploitation attempts
  • Regularly audit npm dependencies for vulnerable package versions using tools like npm audit

How to Mitigate CVE-2024-27922

Immediate Actions Required

  • Update @tomphttp/bare-server-node to version 2.0.2 or later immediately
  • Review system logs for signs of potential exploitation
  • Consider temporarily isolating affected systems until patches are applied
  • Audit all deployments using the vulnerable package for potential compromise

Patch Information

The vulnerability has been patched in version 2.0.2 of the @tomphttp/bare-server-node package. Organizations should upgrade to this version or later to remediate the vulnerability. The fix addresses the insecure HTTP request handling that allowed request smuggling attacks.

For more information about the patch, see the GitHub Security Advisory.

Workarounds

  • No specific workaround strategies have been disclosed by the vendor
  • As an interim measure, consider placing a properly configured reverse proxy in front of the affected server to normalize HTTP requests
  • Implement strict HTTP request validation at the network perimeter using a WAF
  • Limit network exposure of systems running the vulnerable package until patching is complete
bash
# Update @tomphttp/bare-server-node to patched version
npm update @tomphttp/bare-server-node@2.0.2

# Verify installed version
npm list @tomphttp/bare-server-node

# Alternative: Use npm audit to check for vulnerabilities
npm audit

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTomphttp

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.54%

  • 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-444
  • Vendor Resources
  • GitHub Security Advisory
  • 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