Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 781 Bytes

File metadata and controls

29 lines (20 loc) · 781 Bytes

CVE-2014-4014

The capabilities implementation in the Linux kernel before 3.14.8 does not properly consider that namespaces are inapplicable to inodes, 
which allows local users to bypass intended chmod restrictions by first creating a user namespace, 
as demonstrated by setting the setgid bit on a file with group ownership of root.

Vulnerability reference:

Kernels

before 3.14.8 

Usage

 ./poc [file_path]

screen-shot-2014-06-21-at-113329

References