mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 04:59:31 +02:00
18 lines
839 B
Markdown
18 lines
839 B
Markdown
### [CVE-2005-2800](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2800)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Memory leak in the seq_file implementation in the SCSI procfs interface (sg.c) in Linux kernel 2.6.13 and earlier allows local users to cause a denial of service (memory consumption) via certain repeated reads from the /proc/scsi/sg/devices file, which is not properly handled when the next() iterator returns NULL or an error.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9954
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|