Files
CVEs-PoC/2010/CVE-2010-3847.md
T
2024-06-18 02:51:15 +02:00

23 lines
1.0 KiB
Markdown

### [CVE-2010-3847](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3847)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
elf/dl-load.c in ld.so in the GNU C Library (aka glibc or libc6) through 2.11.2, and 2.12.x through 2.12.1, does not properly handle a value of $ORIGIN for the LD_AUDIT environment variable, which allows local users to gain privileges via a crafted dynamic shared object (DSO) located in an arbitrary directory.
### POC
#### Reference
- https://www.exploit-db.com/exploits/44024/
- https://www.exploit-db.com/exploits/44025/
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/CVEDB/PoC-List
- https://github.com/CVEDB/awesome-cve-repo
- https://github.com/grzegorzblaszczyk/CVE-2010-4476-check
- https://github.com/magisterquis/cve-2010-3847