An issue was discovered in the Linux kernel through 4.17.2. The filter parsing in kernel/trace/trace_events_filter.c could be called with no filter, which is an N=0 case when it expected at least one line to have been read, thus making the N-1 index invalid. This allows attackers to cause a denial of service (slab out-of-bounds write) or possibly have unspecified other impact via crafted perf_event_open and mmap system calls.
References
Link | Resource |
---|---|
https://github.com/torvalds/linux/commit/81f9c4e4177d31ced6f52a89bb70e93bfb77ca03 | Patch Third Party Advisory |
https://github.com/lcytxw/bug_repro/tree/master/bug_200019 | Exploit Third Party Advisory |
https://bugzilla.kernel.org/show_bug.cgi?id=200019 | Issue Tracking Vendor Advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=81f9c4e4177d31ced6f52a89bb70e93bfb77ca03 | Vendor Advisory |
http://www.securityfocus.com/bid/104544 | Third Party Advisory VDB Entry |
Configurations
Information
Published : 2018-06-24 16:29
Updated : 2023-01-19 08:13
NVD link : CVE-2018-12714
Mitre link : CVE-2018-12714
JSON object : View
CWE
CWE-787
Out-of-bounds Write
Products Affected
linux
- linux_kernel