mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-22 22:19:39 +02:00
19 lines
886 B
Markdown
19 lines
886 B
Markdown
### [CVE-2015-2830](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2830)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
arch/x86/kernel/entry_64.S in the Linux kernel before 3.19.2 does not prevent the TS_COMPAT flag from reaching a user-mode task, which might allow local users to bypass the seccomp or audit protection mechanism via a crafted application that uses the (1) fork or (2) close system call, as demonstrated by an attack against seccomp before 3.16.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html
|
|
- http://www.ubuntu.com/usn/USN-2632-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|