mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -7,7 +7,7 @@ status: experimental
|
||||
type: TTP
|
||||
description: This search detects the heap-based buffer overflow of sudoedit
|
||||
data_source: []
|
||||
search: '`linux_hosts` | search "sudoedit -s \\" | `detect_baron_samedit_cve_2021_3156_filter`'
|
||||
search: '`linux_hosts` "sudoedit -s \\" | `detect_baron_samedit_cve_2021_3156_filter`'
|
||||
how_to_implement: Splunk Universal Forwarder running on Linux systems, capturing logs
|
||||
from the /var/log directory. The vulnerability is exposed when a non privledged
|
||||
user tries passing in a single \ character at the end of the command while using
|
||||
|
||||
@@ -7,8 +7,8 @@ status: experimental
|
||||
type: TTP
|
||||
description: This search detects the heap-based buffer overflow of sudoedit
|
||||
data_source: []
|
||||
search: '`linux_hosts` | search sudoedit segfault | stats count min(_time) as firstTime
|
||||
max(_time) as lastTime by host | search count > 5 | `detect_baron_samedit_cve_2021_3156_segfault_filter`'
|
||||
search: '`linux_hosts` TERM(sudoedit) TERM(segfault) | stats count min(_time) as firstTime
|
||||
max(_time) as lastTime by host | where count > 5 | `detect_baron_samedit_cve_2021_3156_segfault_filter`'
|
||||
how_to_implement: Splunk Universal Forwarder running on Linux systems (tested on Centos
|
||||
and Ubuntu), where segfaults are being logged. This also captures instances where
|
||||
the exploit has been compiled into a binary. The detection looks for greater than
|
||||
|
||||
Reference in New Issue
Block a user