mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
52 lines
1.8 KiB
YAML
52 lines
1.8 KiB
YAML
name: Path traversal SPL injection
|
|
id: dfe55688-82ed-4d24-a21b-ed8f0e0fda99
|
|
version: 1
|
|
date: '2022-04-29'
|
|
author: Rod Soto, Splunk
|
|
type: TTP
|
|
datamodel: []
|
|
search: ' `path_traversal_spl_injection` | search "\/..\/..\/..\/..\/..\/..\/..\/..\/..\/" | stats count by status clientip method uri_path uri_query | `path_traversal_spl_injection_filter`'
|
|
description: On May 3rd, 2022, Splunk published a security advisory for a Path traversal in search parameter that can potentiall allow SPL injection. An attacker can cause the application to load data from incorrect endpoints, urls leading to outcomes such as running arbitrary SPL queries.
|
|
how_to_implement: This detection does not require you to ingest any new data. The detection does require the ability to search the _internal index. This search will provide search UI requests with path traversal parameter ("../../../../../../../../../") which shows exploitation attempts.
|
|
known_false_positives: This search may find additional path traversal exploitation attempts.
|
|
references:
|
|
- https://www.splunk.com/en_us/product-security/announcements/svd-2022-0506.html
|
|
tags:
|
|
analytic_story:
|
|
- Splunk Vulnerabilities
|
|
asset_type: Endpoint
|
|
cve:
|
|
- CVE-2022-26889
|
|
cis20:
|
|
- CIS 3
|
|
- CIS 5
|
|
- CIS 16
|
|
confidence: 80
|
|
context:
|
|
- Source:Endpoint
|
|
dataset:
|
|
- https://raw.githubusercontent.com/splunk/attack_data/master/datasets/attack_techniques/T1083/splunk/path_traversal_spl_injection.txt
|
|
impact: 50
|
|
kill_chain_phases:
|
|
- Exploitation
|
|
message: Path traversal exploitation attempt from $clientip$
|
|
mitre_attack_id:
|
|
- T1083
|
|
observable:
|
|
- name: clientip
|
|
type: IP Address
|
|
role:
|
|
- Attacker
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
required_fields:
|
|
- status
|
|
- clientip
|
|
- method
|
|
- uri_path
|
|
- uri_query
|
|
risk_score: 40
|
|
security_domain: threat
|