← Vulnerability feed

Vulnerability record · CVE-2007-6203 · published 3 December 2007

CVE-2007-6203: Apache HTTP Server reflects unsanitized HTTP Method in 413 error, enabling XSS

Apache · Http Server

Apache HTTP Server 2.0.x and 2.2.x fails to sanitize the HTTP Method specifier when reflecting it in a "413 Request Entity Too Large" error message. This allows cross-site scripting style attacks through web client components that can send arbitrary headers, similar to CVE-2006-3918.

4.3 CVSS 2.0 Medium EPSS 81% · top 0.4% CWE-79 · Cross-site scripting
4.3CVSS 2.0 base score
81%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
62References, 4 tagged exploit
16 Jun 2026Last modified by NVD

Description

Apache HTTP Server 2.0.x and 2.2.x does not sanitize the HTTP Method specifier header from an HTTP request when it is reflected back in a "413 Request Entity Too Large" error message, which might allow cross-site scripting (XSS) style attacks using web client components that can send arbitrary headers in requests, as demonstrated via an HTTP request containing an invalid Content-length value, a similar issue to CVE-2006-3918.

AV:N/AC:M/Au:N/C:N/I:P/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

medium priorityCVSS score is medium (4.3) and the vulnerability requires user interaction, but public exploit code and high EPSS probability increase the risk.

What it is

Apache HTTP Server 2.0.x and 2.2.x fails to sanitize the HTTP Method specifier when reflecting it in a "413 Request Entity Too Large" error message. This allows cross-site scripting style attacks through web client components that can send arbitrary headers, similar to CVE-2006-3918.

Impact

An attacker can inject script into the error response, potentially executing code in the context of a victim's browser session. This could lead to session theft, content manipulation, or other client-side attacks.

Attack surface

The flaw is reachable over the network via a crafted HTTP request containing an invalid Content-length value that triggers the 413 error. No authentication is required, but user interaction is needed for the XSS to execute in a victim's browser.

Exploitation

Exploit code is publicly referenced, and EPSS indicates a high probability of exploitation activity, though the CVE is not listed in CISA KEV.

What to do

  • Apply the latest Apache HTTP Server updates or patches that address this issue.
  • Upgrade to a version of Apache HTTP Server that is no longer affected (consult vendor advisories for fixed versions).
  • If patching is not immediately possible, consider using a web application firewall (WAF) to filter malicious HTTP Method headers.
  • Ensure that error pages do not reflect unsanitized user input by customizing error responses.
  • Monitor vendor advisories for backported fixes from distributions such as Ubuntu, Gentoo, and Apple.

Detection

  • Inspect web server logs for requests with unusual or malformed HTTP Method values, especially those resulting in 413 status codes.
  • Deploy network signatures to detect HTTP requests containing script tags or other XSS payloads in the Method field.
  • Review error logs for repeated 413 errors from the same source, which may indicate scanning or exploitation attempts.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://docs.info.apple.com/article.html?artnum=307562
http://lists.apple.com/archives/security-announce/2008/Mar/msg00001.html
http://lists.opensuse.org/opensuse-security-announce/2008-04/msg00004.html
http://marc.info/?l=bugtraq&m=125631037611762&w=2
http://marc.info/?l=bugtraq&m=129190899612998&w=2
http://procheckup.com/Vulnerability_PR07-37.php Exploit
http://secunia.com/advisories/27906 Vendor Advisory
http://secunia.com/advisories/28196 Vendor Advisory
http://secunia.com/advisories/29348 Vendor Advisory
http://secunia.com/advisories/29420 Vendor Advisory
http://secunia.com/advisories/29640 Vendor Advisory
http://secunia.com/advisories/30356 Vendor Advisory
http://secunia.com/advisories/30732 Vendor Advisory
http://secunia.com/advisories/33105 Vendor Advisory
http://secunia.com/advisories/34219 Vendor Advisory
http://security.gentoo.org/glsa/glsa-200803-19.xml
http://securityreason.com/securityalert/3411
http://www-1.ibm.com/support/docview.wss?uid=swg1PK57952
http://www-1.ibm.com/support/docview.wss?uid=swg24019245
http://www.fujitsu.com/global/support/software/security/products-f/interstage-200807e.html
http://www.securityfocus.com/archive/1/484410/100/0/threaded
http://www.securityfocus.com/bid/26663 Exploit
http://www.securitytracker.com/id?1019030
http://www.ubuntu.com/usn/USN-731-1
http://www.vupen.com/english/advisories/2007/4060
http://www.vupen.com/english/advisories/2007/4301
http://www.vupen.com/english/advisories/2008/0924/references
http://www.vupen.com/english/advisories/2008/1623/references
http://www.vupen.com/english/advisories/2008/1875/references
https://exchange.xforce.ibmcloud.com/vulnerabilities/38800
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A12166
http://docs.info.apple.com/article.html?artnum=307562
http://lists.apple.com/archives/security-announce/2008/Mar/msg00001.html
http://lists.opensuse.org/opensuse-security-announce/2008-04/msg00004.html
http://marc.info/?l=bugtraq&m=125631037611762&w=2
http://marc.info/?l=bugtraq&m=129190899612998&w=2
http://procheckup.com/Vulnerability_PR07-37.php Exploit
http://secunia.com/advisories/27906 Vendor Advisory
http://secunia.com/advisories/28196 Vendor Advisory
http://secunia.com/advisories/29348 Vendor Advisory

Track CVE-2007-6203 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2021-42013Apache HTTP Server path traversal and RCE via incomplete fixThe fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient, leaving a path traversal flaw that lets attackers map URLs to files outside…KEVEPSS 100%analysed9.8CVE-2021-41773Apache HTTP Server 2.4.49 path traversal and RCEA path normalization flaw introduced in Apache HTTP Server 2.4.49 lets attackers map URLs to files outside directories configured by Alias-like direc…KEVEPSS 100%analysed9.1CVE-2024-38475Apache HTTP Server mod_rewrite improper escaping enables code executionApache HTTP Server 2.4.59 and earlier has an improper output escaping flaw in mod_rewrite. Substitutions in server context that use a backreference o…KEVEPSS 100%analysed9.0CVE-2021-40438Apache HTTP Server mod_proxy SSRF via crafted URI pathA crafted request URI path can make mod_proxy forward the request to an origin server chosen by the remote user, an SSRF flaw in Apache HTTP Server 2…KEVEPSS 100%analysed7.8CVE-2019-0211Apache HTTP Server scoreboard use-after-free local privilege escalationApache HTTP Server 2.4.17 through 2.4.38 with MPM event, worker or prefork contains a use-after-free in scoreboard handling. Code running in a less-p…KEVEPSS 65%analysed10.0CVE-2010-0425Apache mod_isapi on Windows remote code execution via orphaned callbacksmod_isapi in Apache HTTP Server on Windows does not ensure request processing is complete before calling isapi_unload for an ISAPI .dll module, leavi…EPSS 94%analysed10.0CVE-2005-2700Apache http server vulnerabilityssl_engine_kernel.c in mod_ssl before 2.8.24, when using "SSLVerifyClient optional" in the global virtual host configuration, does not properly enfor…EPSS 31%10.0CVE-2004-0492Apache http server vulnerabilityHeap-based buffer overflow in proxy_util.c for mod_proxy in Apache 1.3.25 to 1.3.31 allows remote attackers to cause a denial of service (process cra…EPSS 34%

Source: NIST National Vulnerability Database (record CVE-2007-6203), CISA KEV, FIRST EPSS (scores of 2026-09-25). This page is refreshed as NVD updates the record.