cve/2000/CVE-2000-1221.md

18 lines
799 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2000-1221](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2000-1221)
![](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 line printer daemon (lpd) in the lpr package in multiple Linux operating systems authenticates by comparing the reverse-resolved hostname of the local machine to the hostname of the print server as returned by gethostname, which allows remote attackers to bypass intended access controls by modifying the DNS for the attacking IP.
### POC
#### Reference
- http://www.l0pht.com/advisories/lpd_advisory
#### Github
No PoCs found on GitHub currently.