### [CVE-2009-0641](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0641) ![](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 sys_term.c in telnetd in FreeBSD 7.0-RELEASE and other 7.x versions deletes dangerous environment variables with a method that was valid only in older FreeBSD distributions, which might allow remote attackers to execute arbitrary code by passing a crafted environment variable from a telnet client, as demonstrated by an LD_PRELOAD value that references a malicious library. ### POC #### Reference - https://www.exploit-db.com/exploits/8055 - https://www.exploit-db.com/exploits/8055 #### Github No PoCs found on GitHub currently.