Techniques
Sample rules
Sudo Heap-Based Buffer Overflow Attempt
- source: elastic
- technicques:
- T1068
Description
Identifies the attempted use of a heap-based buffer overflow vulnerability for the Sudo binary in Unix-like systems (CVE-2021-3156). Successful exploitation allows an unprivileged user to escalate to the root user.
Detection logic
event.category:process and event.type:start and
process.name:(sudo or sudoedit) and
process.args:(*\\ and ("-i" or "-s"))