mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
22 lines
966 B
Markdown
22 lines
966 B
Markdown
### [CVE-2017-1085](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1085)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In FreeBSD before 11.2-RELEASE, an application which calls setrlimit() to increase RLIMIT_STACK may turn a read-only memory region below the stack into a read-write region. A specially crafted executable could be exploited to execute arbitrary code in the user context.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/42279/
|
|
- https://www.qualys.com/2017/06/19/stack-clash/stack-clash.txt
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/lnick2023/nicenice
|
|
- https://github.com/qazbnm456/awesome-cve-poc
|
|
- https://github.com/xbl3/awesome-cve-poc_qazbnm456
|
|
|