mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
55 lines
1.8 KiB
YAML
55 lines
1.8 KiB
YAML
name: Splunk XSS in Monitoring Console
|
|
id: b11accac-6fa3-4103-8a1a-7210f1a67087
|
|
version: 1
|
|
date: '2022-04-27'
|
|
author: Lou Stella, Splunk
|
|
type: TTP
|
|
datamodel: []
|
|
description: On May 3rd, 2022, Splunk published a security advisory for a reflective Cross-Site Scripting (XSS) vulnerability stemming from the lack of input validation in the Distributed Monitoring Console app. This detection will alert on attempted exploitation in patched versions of Splunk as well as actual exploitation in unpatched version of Splunk.
|
|
search: ' `splunkd_web` method="GET" uri_query="description=%3C*" | table _time host status clientip user uri | `splunk_xss_in_monitoring_console_filter`'
|
|
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 detection will find attempted exploitation of CVE-2022-27183.
|
|
known_false_positives: Use of the monitoring console where the less-than sign (<) is the first character in the description field.
|
|
references:
|
|
- https://www.splunk.com/en_us/product-security/announcements/svd-2022-0505.html
|
|
tags:
|
|
analytic_story:
|
|
- Splunk Vulnerabilities
|
|
asset_type: Endpoint
|
|
cve:
|
|
- CVE-2022-27183
|
|
cis20:
|
|
- CIS 3
|
|
- CIS 5
|
|
- CIS 16
|
|
confidence: 80
|
|
context:
|
|
- Source:Endpoint
|
|
dataset:
|
|
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1189/xss/splunk_web_access.log
|
|
impact: 50
|
|
kill_chain_phases:
|
|
- Exploitation
|
|
message: A potential XSS attempt has been detected from $user$
|
|
mitre_attack_id:
|
|
- T1189
|
|
nist:
|
|
- DE.CM
|
|
observable:
|
|
- name: host
|
|
type: Hostname
|
|
role:
|
|
- Victim
|
|
product:
|
|
- Splunk Enterprise
|
|
- Splunk Enterprise Security
|
|
- Splunk Cloud
|
|
required_fields:
|
|
- method
|
|
- uri_query
|
|
- status
|
|
- clientip
|
|
- user
|
|
- uri
|
|
risk_score: 40
|
|
security_domain: threat
|