← Vulnerability feed

Vulnerability record · CVE-2008-2168 · published 13 May 2008

CVE-2008-2168: Apache HTTP Server XSS in 403 error page via UTF-7 encoded URLs

Apache · Http Server

Apache HTTP Server 2.2.6 and earlier fails to properly handle UTF-7 encoded URLs when rendering the 403 Forbidden error page, allowing reflected cross-site scripting. An attacker can craft a URL that causes arbitrary script or HTML to be injected into the error page served to a victim.

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

Description

Cross-site scripting (XSS) vulnerability in Apache 2.2.6 and earlier allows remote attackers to inject arbitrary web script or HTML via UTF-7 encoded URLs that are not properly handled when displaying the 403 Forbidden error page.

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 19 September 2026. Confidence: high.

medium priorityReflected XSS with only partial integrity impact and no KEV listing, but a high EPSS score and public exploit reference raise the practical risk.

What it is

Apache HTTP Server 2.2.6 and earlier fails to properly handle UTF-7 encoded URLs when rendering the 403 Forbidden error page, allowing reflected cross-site scripting. An attacker can craft a URL that causes arbitrary script or HTML to be injected into the error page served to a victim.

Impact

An attacker can execute script in the context of the victim's browser session against the affected server's origin, enabling session theft, credential phishing, or page content manipulation. The CVSS 2.0 vector shows partial integrity impact only, with no confidentiality or availability impact.

Attack surface

Reached remotely over the network by luring a victim to a crafted UTF-7 encoded URL; no authentication is required, but the CVSS vector indicates medium access complexity and the XSS requires the victim to follow the link.

Exploitation

Not listed in CISA KEV and no ransomware association is recorded. EPSS is high (0.54851, 98.975th percentile) and one reference carries an Exploit tag, indicating public exploit material exists.

What to do

  • Upgrade Apache HTTP Server beyond 2.2.6 to a current supported release, or apply the vendor patch for this issue.
  • Apply the relevant distribution updates referenced in the Ubuntu USN-731-1 and HP advisories if running those packaged builds.
  • Encode or reject UTF-7 and other non-standard URL encodings in request handling and error page output.
  • Deploy a WAF or reverse proxy rule that blocks script-bearing payloads in URLs that reach error pages.
  • Set a restrictive Content-Security-Policy and correct Content-Type/charset headers on error responses to reduce script execution.

Detection

  • Search web server access logs for requests containing UTF-7 markers such as '+ADw-' or '+ACc-' in the URL path or query string.
  • Monitor 403 responses whose request URIs contain encoded script or HTML tags.
  • Review proxy and WAF logs for repeated error-page requests from the same source with encoded payloads.
  • Check for unexpected script content or inline event handlers in captured 403 error page responses.

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://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01539432
http://marc.info/?l=bugtraq&m=124654546101607&w=2
http://marc.info/?l=bugtraq&m=125631037611762&w=2
http://secunia.com/advisories/31651
http://secunia.com/advisories/34219
http://secunia.com/advisories/35650
http://securityreason.com/securityalert/3889
http://www.securityfocus.com/archive/1/491862/100/0/threaded
http://www.securityfocus.com/archive/1/491901/100/0/threaded
http://www.securityfocus.com/archive/1/491930/100/0/threaded
http://www.securityfocus.com/archive/1/491967/100/0/threaded
http://www.securityfocus.com/bid/29112 Exploit
http://www.ubuntu.com/usn/USN-731-1
https://exchange.xforce.ibmcloud.com/vulnerabilities/42303
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5143
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01539432
http://marc.info/?l=bugtraq&m=124654546101607&w=2
http://marc.info/?l=bugtraq&m=125631037611762&w=2
http://secunia.com/advisories/31651
http://secunia.com/advisories/34219
http://secunia.com/advisories/35650
http://securityreason.com/securityalert/3889
http://www.securityfocus.com/archive/1/491862/100/0/threaded
http://www.securityfocus.com/archive/1/491901/100/0/threaded
http://www.securityfocus.com/archive/1/491930/100/0/threaded
http://www.securityfocus.com/archive/1/491967/100/0/threaded
http://www.securityfocus.com/bid/29112 Exploit
http://www.ubuntu.com/usn/USN-731-1
https://exchange.xforce.ibmcloud.com/vulnerabilities/42303
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5143

Track CVE-2008-2168 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-2008-2168), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.