← Vulnerability feed

Vulnerability record · CVE-2007-3386 · published 14 August 2007

CVE-2007-3386: Apache Tomcat Host Manager Servlet XSS via aliases parameter

Apache · Tomcat

The Host Manager Servlet in Apache Tomcat 6.0.0 through 6.0.13 and 5.5.0 through 5.5.24 reflects crafted input, demonstrated through the aliases parameter to an html/add action, allowing arbitrary HTML and script injection. This is a reflected cross-site scripting flaw in an administrative web interface, so it matters mainly where the Host Manager is reachable and an operator can be lured into a crafted request.

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

Description

Cross-site scripting (XSS) vulnerability in the Host Manager Servlet for Apache Tomcat 6.0.0 to 6.0.13 and 5.5.0 to 5.5.24 allows remote attackers to inject arbitrary HTML and web script via crafted requests, as demonstrated using the aliases parameter to an html/add action.

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 priorityThe flaw is a reflected XSS in an administrative interface with medium CVSS severity and no confirmed exploitation, though the high EPSS score warrants timely patching.

What it is

The Host Manager Servlet in Apache Tomcat 6.0.0 through 6.0.13 and 5.5.0 through 5.5.24 reflects crafted input, demonstrated through the aliases parameter to an html/add action, allowing arbitrary HTML and script injection. This is a reflected cross-site scripting flaw in an administrative web interface, so it matters mainly where the Host Manager is reachable and an operator can be lured into a crafted request.

Impact

An attacker can execute script in the context of a victim's browser session against the Tomcat Host Manager, potentially stealing session data or performing actions as the victim. The CVSS 2.0 vector shows partial integrity impact only, with no confidentiality or availability impact.

Attack surface

Reachable over the network through crafted HTTP requests to the Host Manager Servlet, specifically the aliases parameter of an html/add action. The CVSS vector indicates no authentication is required (Au:N), but some user interaction is implied by the medium access complexity and the XSS nature of the flaw.

Exploitation

Not listed in CISA KEV and no ransomware associations are recorded. EPSS is high at roughly 0.59 probability over 30 days (99th percentile), but the reference list contains no exploit-tagged entries, so active exploitation is not confirmed by this record.

What to do

  • Upgrade Tomcat to a release after 6.0.13 or 5.5.24; the Apache Tomcat security page is tagged as the patch reference.
  • If the Host Manager is not needed, remove or disable it, and restrict access to it by network controls and authentication.
  • Apply vendor errata from Red Hat, Debian, Mandriva, openSUSE, HP and CA where Tomcat is bundled.
  • Deploy input validation and output encoding for the Host Manager interface, or place it behind a reverse proxy that filters script-bearing parameters.

Detection

  • Inspect web and proxy logs for requests to the Host Manager with html/add actions and suspicious aliases parameter values containing script or HTML.
  • Alert on script tags or event handler attributes in query strings and form data reaching Tomcat management endpoints.
  • Monitor for unexpected access to the Host Manager from untrusted networks or unauthenticated clients.

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://community.ca.com/blogs/casecurityresponseblog/archive/2009/01/23.aspx
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01178795
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01192554
http://jvn.jp/jp/JVN%2359851336/index.html
http://lists.opensuse.org/opensuse-security-announce/2009-02/msg00002.html
http://osvdb.org/36417
http://secunia.com/advisories/26465
http://secunia.com/advisories/26898
http://secunia.com/advisories/27037
http://secunia.com/advisories/27267
http://secunia.com/advisories/27727
http://secunia.com/advisories/28317
http://secunia.com/advisories/33668
http://securityreason.com/securityalert/3010
http://securitytracker.com/id?1018558
http://support.ca.com/irj/portal/anonymous/phpsupcontent?contentID=197540
http://tomcat.apache.org/security-6.html Patch
http://www.debian.org/security/2008/dsa-1447
http://www.mandriva.com/security/advisories?name=MDKSA-2007:241
http://www.redhat.com/support/errata/RHSA-2007-0871.html
http://www.securityfocus.com/archive/1/476448/100/0/threaded
http://www.securityfocus.com/archive/1/500396/100/0/threaded
http://www.securityfocus.com/archive/1/500412/100/0/threaded
http://www.securityfocus.com/bid/25314
http://www.vupen.com/english/advisories/2007/2880
http://www.vupen.com/english/advisories/2007/3386
http://www.vupen.com/english/advisories/2007/3527
http://www.vupen.com/english/advisories/2009/0233
https://exchange.xforce.ibmcloud.com/vulnerabilities/36001
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A10077
https://www.redhat.com/archives/fedora-package-announce/2007-November/msg00525.html
http://community.ca.com/blogs/casecurityresponseblog/archive/2009/01/23.aspx
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01178795
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01192554
http://jvn.jp/jp/JVN%2359851336/index.html
http://lists.opensuse.org/opensuse-security-announce/2009-02/msg00002.html
http://osvdb.org/36417
http://secunia.com/advisories/26465
http://secunia.com/advisories/26898
http://secunia.com/advisories/27037

Track CVE-2007-3386 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-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2020-1938Apache Tomcat AJP connector file read and JSP execution flawApache Tomcat shipped an AJP Connector enabled by default that listened on all configured IP addresses, and Tomcat treats AJP connections as more tru…KEVEPSS 99%analysed9.8CVE-2016-8735Apache Tomcat JmxRemoteLifecycleListener remote code executionApache Tomcat's JmxRemoteLifecycleListener was not updated to match the Oracle CVE-2016-3427 credential-type fix, leaving a deserialization weakness …KEVEPSS 90%analysed8.1CVE-2017-12617Apache Tomcat Default Servlet JSP upload leads to remote code executionApache Tomcat with HTTP PUT enabled (for example, the Default servlet readonly parameter set to false) allows an attacker to upload a JSP file throug…KEVEPSS 100%analysed8.1CVE-2017-12615Apache Tomcat on Windows unrestricted JSP upload via HTTP PUTApache Tomcat 7.0.0 through 7.0.79 on Windows with HTTP PUT enabled (for example, Default servlet readonly set to false) allows an attacker to upload…KEVEPSS 100%analysed7.5CVE-2026-34486Apache Tomcat EncryptInterceptor bypass exposes sensitive dataApache Tomcat contains a missing encryption of sensitive data flaw: the fix for CVE-2026-29146 can be bypassed, allowing the EncryptInterceptor to be…KEVEPSS 6.6%analysed7.5CVE-2023-44487HTTP/2 Rapid Reset stream cancellation denial of serviceThe HTTP/2 protocol permits a client to cancel many streams quickly, and the server's handling of those resets consumes disproportionate resources. T…KEVEPSS 100%analysed9.8CVE-2026-65637Apache tomcat improper input validation vulnerabilityImproper Input Validation vulnerability in Apache Tomcat due to incomplete fix for CVE-2026-32990. This issue affects Apache Tomcat: from 11.0.20 thr…EPSS 0.74%

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