mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
733 B
Markdown
19 lines
733 B
Markdown
### [CVE-2003-0476](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-0476)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The execve system call in Linux 2.4.x records the file descriptor of the executable process in the file table of the calling process, which allows local users to gain read access to restricted file descriptors.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://marc.info/?l=bugtraq&m=105664924024009&w=2
|
|
- http://marc.info/?l=bugtraq&m=105664924024009&w=2
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|