mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
26 lines
830 B
YAML
26 lines
830 B
YAML
title: CVE-2010-1601 Exploitation Attempt
|
|
id: b2dd80fa-e3bf-4321-bc39-c37295d513dd
|
|
author: Subhash Popuri (@pbssubhash)
|
|
date: 2021/08/25
|
|
status: experimental
|
|
description: Joomla! Component JA Comment - Local File Inclusion:Directory traversal
|
|
vulnerability in the JA Comment (com_jacomment) component for Joomla! allows remote
|
|
attackers to read arbitrary files via a .. (dot dot) in the view parameter to index.php.
|
|
references:
|
|
- https://github.com/projectdiscovery/nuclei-templates
|
|
logsource:
|
|
category: webserver
|
|
detection:
|
|
selection:
|
|
c-uri|contains:
|
|
- /index.php?option=com_jacomment&view=../../../../../../../../../../etc/passwd%00
|
|
condition: selection
|
|
false_positives:
|
|
- Scanning from Nuclei
|
|
- Penetration Testing Activity
|
|
- Unknown
|
|
tags:
|
|
- attack.initial_access
|
|
- attack.t1190
|
|
level: critical
|