mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-29 16:29:28 +02:00
19 lines
986 B
Markdown
19 lines
986 B
Markdown
### [CVE-2018-1120](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1120)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A flaw was found affecting the Linux kernel before version 4.17. By mmap()ing a FUSE-backed file onto a process's memory containing command line arguments (or environment strings), an attacker can cause utilities from psutils or procps (such as ps, w) or any other program which makes a read() call to the /proc/<pid>/cmdline (or /proc/<pid>/environ) files to block indefinitely (denial of service) or for some controlled time (as a synchronization primitive for other attacks).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://seclists.org/oss-sec/2018/q2/122
|
|
- https://www.exploit-db.com/exploits/44806/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|