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

26 lines
921 B
YAML

title: CVE-2010-1983:Joomla! Component redTWITTER 1.0 - Local File Inclusion
id: b205e0d0-b61a-4a7a-a8db-45225cad643f
Author: Subhash Popuri (@pbssubhash)
date: 25/08/2021
status: experimental
description: Directory traversal vulnerability in the redTWITTER (com_redtwitter)
component 1.0.x including 1.0b11 for Joomla! allows remote attackers to read arbitrary
files via a .. (dot dot) in the view parameter to index.php
references:
- https://www.exploit-db.com/exploits/12055
- https://www.cvedetails.com/cve/CVE-2010-1983
- https://github.com/projectdiscovery/nuclei-templates
detection:
selection:
c-uri|contains:
- /index.php?option=com_redtwitter&view=../../../../../../../../../../../../../../../etc/passwd%00
condition: selection
false_positives:
- Scanning from Nuclei
- Penetration Testing Activity
- Unknown
tags:
- attack.initial_access
- attack.t1190
level: critical