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

18 lines
765 B
Markdown

### [CVE-2016-10151](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10151)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The hesiod_init function in lib/hesiod.c in Hesiod 3.2.1 compares EUID with UID to determine whether to use configurations from environment variables, which allows local users to gain privileges via the (1) HESIOD_CONFIG or (2) HES_DOMAIN environment variable and leveraging certain SUID/SGUID binary.
### POC
#### Reference
- https://github.com/achernya/hesiod/pull/9
#### Github
No PoCs found on GitHub currently.