mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
20 lines
922 B
Markdown
20 lines
922 B
Markdown
### [CVE-2012-4530](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-4530)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The load_script function in fs/binfmt_script.c in the Linux kernel before 3.7.2 does not properly handle recursion, which allows local users to obtain sensitive information from kernel stack memory via a crafted application.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b66c5984017533316fd1951770302649baf1aa33
|
|
- http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.2
|
|
- https://github.com/torvalds/linux/commit/b66c5984017533316fd1951770302649baf1aa33
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|