mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 17:47:58 +02:00
18 lines
764 B
Markdown
18 lines
764 B
Markdown
### [CVE-2008-5079](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5079)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|