mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
27 lines
870 B
YAML
27 lines
870 B
YAML
title: CVE-2010-2259 Exploitation Attempt
|
|
id: c26a4ac4-9dff-47b3-a602-70eb83aad468
|
|
author: Subhash Popuri (@pbssubhash)
|
|
date: 2021/08/25
|
|
status: experimental
|
|
description: Joomla! Component com_bfsurvey - Local File Inclusion:Directory traversal
|
|
vulnerability in the BF Survey (com_bfsurvey) component for Joomla! allows remote
|
|
attackers to include and execute arbitrary local files 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_bfsurvey&controller=../../../../../../../../../../../../etc/passwd%00
|
|
condition: selection
|
|
false_positives:
|
|
- Scanning from Nuclei
|
|
- Penetration Testing Activity
|
|
- Unknown
|
|
tags:
|
|
- attack.initial_access
|
|
- attack.t1190
|
|
level: critical
|