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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The posix_spawn_file_actions_addopen function in glibc before 2.20 does not copy its path argument in accordance with the POSIX specification, which allows context-dependent attackers to trigger use-after-free vulnerabilities.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/153278/WAGO-852-Industrial-Managed-Switch-Series-Code-Execution-Hardcoded-Credentials.html
|
|
- http://packetstormsecurity.com/files/154361/Cisco-Device-Hardcoded-Credentials-GNU-glibc-BusyBox.html
|
|
- http://seclists.org/fulldisclosure/2019/Jun/18
|
|
- http://seclists.org/fulldisclosure/2019/Sep/7
|
|
- https://seclists.org/bugtraq/2019/Jun/14
|
|
- https://seclists.org/bugtraq/2019/Sep/7
|
|
|
|
#### Github
|
|
- https://github.com/atgreen/red-light-green-light
|
|
|