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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The Linux kernel through 3.17.4 does not properly restrict dropping of supplemental group memberships in certain namespace scenarios, which allows local users to bypass intended file permissions by leveraging a POSIX ACL containing an entry for the group category that is more restrictive than the entry for the other category, aka a "negative groups" issue, related to kernel/groups.c, kernel/uid16.c, and kernel/user_namespace.c.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/soh0ro0t/kernel-namespace
|
|
|