SigmaHQ/rules/web/web_cve_CVE-2010-2036.yaml
2021-08-25 20:14:36 +05:30

27 lines
981 B
YAML

title: CVE-2010-2036:Joomla! Component Percha Fields Attach 1.0 - Directory Traversal
id: 1859e4d6-2965-4bee-897f-bded883e7364
Author: Subhash Popuri (@pbssubhash)
date: 25/08/2021
status: experimental
description: Directory traversal vulnerability in the Percha Fields Attach (com_perchafieldsattach)
component 1.x for Joomla! allows remote attackers to read arbitrary files and possibly
have unspecified other impact via a .. (dot dot) in the controller parameter to
index.php.
references:
- https://www.exploit-db.com/exploits/34004
- https://www.cvedetails.com/cve/CVE-2010-2036
- https://github.com/projectdiscovery/nuclei-templates
detection:
selection:
c-uri|contains:
- /index.php?option=com_perchafieldsattach&controller=../../../../../../../../../../etc/passwd%00
condition: selection
false_positives:
- Scanning from Nuclei
- Penetration Testing Activity
- Unknown
tags:
- attack.initial_access
- attack.t1190
level: critical