cve/2010/CVE-2010-3858.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2010-3858](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3858)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The setup_arg_pages function in fs/exec.c in the Linux kernel before 2.6.36, when CONFIG_STACK_GROWSDOWN is used, does not properly restrict the stack memory consumption of the (1) arguments and (2) environment for a 32-bit application on a 64-bit platform, which allows local users to cause a denial of service (system crash) via a crafted exec system call, a related issue to CVE-2010-2240.
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2011-0004.html
2024-06-09 00:33:16 +00:00
- http://www.redhat.com/support/errata/RHSA-2011-0004.html
2024-05-26 14:27:05 +02:00
- http://www.ubuntu.com/usn/USN-1041-1
2024-06-09 00:33:16 +00:00
- http://www.ubuntu.com/usn/USN-1041-1
2024-05-26 14:27:05 +02:00
- http://www.vmware.com/security/advisories/VMSA-2011-0012.html
2024-06-09 00:33:16 +00:00
- http://www.vmware.com/security/advisories/VMSA-2011-0012.html
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.