
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-24733 is an Improper Input Validation vulnerability in Apache Tomcat that allows unauthenticated remote attackers to bypass HTTP method-based security constraints. Tomcat failed to restrict HTTP/0.9 requests to the GET method, enabling attackers to send a specification-invalid HEAD request over HTTP/0.9 to access URIs where GET is denied but HEAD is permitted. Affected versions include Apache Tomcat 11.0.0-M1 through 11.0.14, 10.1.0-M1 through 10.1.49, and 9.0.0.M1 through 9.0.112, as well as older end-of-life versions. The vulnerability was published on February 17, 2026, with a CVSS v3.1 base score of 3.7 (Low) (Apache Mailing List, IBM Advisory).
The root cause is classified as CWE-20 (Improper Input Validation): Tomcat's HTTP/0.9 request handling did not enforce the protocol specification's restriction that HTTP/0.9 only supports GET requests. An attacker can craft a HEAD request using the HTTP/0.9 protocol (which is technically invalid per the specification) and send it to a URI protected by a security constraint that allows HEAD but denies GET. Because Tomcat processes the HTTP/0.9 HEAD request without enforcing the method restriction, the security constraint check is bypassed and the server responds with the resource content. No authentication or special privileges are required, but exploitation requires a specific security constraint configuration — the target URI must explicitly allow HEAD while denying GET — making this a high-complexity attack (Apache Mailing List, IBM Advisory).
Successful exploitation allows an attacker to gain unauthorized read access to resources that should be restricted by HTTP method-based security constraints, resulting in a low integrity impact (unauthorized access to protected data). There is no direct confidentiality or availability impact as scored, though the bypass could expose sensitive application data or administrative endpoints that were intended to be inaccessible via GET. The scope is limited to the affected Tomcat instance; lateral movement potential is low, but the bypass could serve as a stepping stone to further reconnaissance or data exfiltration depending on what resources are protected (IBM Advisory, Apache Mailing List).
HEAD /restricted-resource\r\n over a raw socket connection to the server.HEAD /path\r\n with no HTTP/1.x suffix); unusual HEAD requests to URIs that normally return 403 for GET.localhost_access_log) showing HEAD requests to sensitive or restricted URIs with HTTP/0.9 protocol notation or missing protocol version; 200-series responses to HEAD requests on URIs that return 403 for GET from the same source IP.Apache has released patched versions that fix this issue: Apache Tomcat 11.0.15 or later, 10.1.50 or later, and 9.0.113 or later. Upgrading to one of these versions is the recommended remediation (Apache Mailing List). As an interim workaround, administrators should review security constraints and avoid configurations that allow HEAD while denying GET on the same URI, or add explicit denials for HEAD where GET is also denied. IBM has also released patches for affected products including IBM DevOps Solution Workbench and IBM Storage Defender Copy Data Management (IBM Advisory, IBM Storage Defender Advisory). Consider implementing additional network-layer controls to block or log anomalous HTTP/0.9 requests.
The vulnerability received moderate coverage from security news outlets, with articles from CyberSecurityNews, SecurityOnline, and eSecurity Planet highlighting the HTTP/0.9 protocol bypass mechanism (CyberSecurityNews, SecurityOnline). The Hacker News weekly recap briefly mentioned the vulnerability alongside other security issues. Community sentiment on social media (LinkedIn, Bluesky, Mastodon) was generally measured, noting the low CVSS score but flagging the unusual HTTP/0.9 exploitation vector as technically interesting. The vulnerability was also picked up by Linux distribution security teams, resulting in updates for openSUSE, Mageia, and Amazon Linux 2.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."