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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Race condition in Linux 2.6, when threads are sharing memory mapping via CLONE_VM (such as linuxthreads and vfork), might allow local users to cause a denial of service (deadlock) by triggering a core dump while waiting for a thread that has just performed an exec.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9108
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|