Files
CVEs-PoC/2008/CVE-2008-5079.md
T
2025-09-29 21:09:30 +02:00

18 lines
760 B
Markdown

### [CVE-2008-5079](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5079)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
net/atm/svc.c in the ATM subsystem in the Linux kernel 2.6.27.8 and earlier allows local users to cause a denial of service (kernel infinite loop) by making two calls to svc_listen for the same socket, and then reading a /proc/net/atm/*vc file, related to corruption of the vcc table.
### POC
#### Reference
- http://securityreason.com/securityalert/4694
#### Github
No PoCs found on GitHub currently.