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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The slapper function in chkrootkit before 0.50 does not properly quote file paths, which allows local users to execute arbitrary code via a Trojan horse executable. NOTE: this is only a vulnerability when /tmp is not mounted with the noexec option.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/134484/Chkrootkit-Local-Privilege-Escalation.html
|
|
- https://www.exploit-db.com/exploits/38775/
|
|
|
|
#### Github
|
|
- https://github.com/jenriquezv/OSCP-Cheat-Sheets
|
|
|