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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
mm/shmem.c in the Linux kernel through 3.15.1 does not properly implement the interaction between range notification and hole punching, which allows local users to cause a denial of service (i_mutex hold) by using the mmap system call to access a hole, as demonstrated by interfering with intended shmem activity by blocking completion of (1) an MADV_REMOVE madvise call or (2) an FALLOC_FL_PUNCH_HOLE fallocate call.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-2335-1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|