Files
CVEs-PoC/2003/CVE-2003-1132.md
T
2024-07-25 21:25:12 +00:00

18 lines
880 B
Markdown

### [CVE-2003-1132](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-1132)
![](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 DNS server for Cisco Content Service Switch (CSS) 11000 and 11500, when prompted for a nonexistent AAAA record, responds with response code 3 (NXDOMAIN or "Name Error") instead of response code 0 ("No Error"), which allows remote attackers to cause a denial of service (inaccessible domain) by forcing other DNS servers to send and cache a request for a AAAA record to the vulnerable server.
### POC
#### Reference
- http://www.cisco.com/warp/public/707/cisco-sa-20030430-dns.shtml
#### Github
No PoCs found on GitHub currently.