SigmaHQ/rules/web/web_cve_2010_1475_exploitation_attempt.yml
2021-09-23 14:51:59 +02:00

27 lines
932 B
YAML

title: CVE-2010-1475 Exploitation Attempt
id: 58505c84-2d43-4686-9fd3-497a7e4f89a3
author: Subhash Popuri (@pbssubhash)
date: 2021/08/25
status: experimental
description: Joomla! Component Preventive And Reservation 1.0.5 - Local File Inclusion:Directory
traversal vulnerability in the Preventive & Reservation (com_preventive) component
1.0.5 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://github.com/projectdiscovery/nuclei-templates
logsource:
category: webserver
detection:
selection:
c-uri|contains:
- /index.php?option=com_preventive&controller==../../../../../../../../../../etc/passwd%00
condition: selection
false_positives:
- Scanning from Nuclei
- Penetration Testing Activity
- Unknown
tags:
- attack.initial_access
- attack.t1190
level: critical