mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-12 21:42:20 +02:00
18 lines
820 B
Markdown
18 lines
820 B
Markdown
### [CVE-2013-3301](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-3301)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The ftrace implementation in the Linux kernel before 3.8.8 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by leveraging the CAP_SYS_ADMIN capability for write access to the (1) set_ftrace_pid or (2) set_graph_function file, and then making an lseek system call.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-1834-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|