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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The makecontext function in the GNU C Library (aka glibc or libc6) before 2.25 creates execution contexts incompatible with the unwinder on ARM EABI (32-bit) platforms, which might allow context-dependent attackers to cause a denial of service (hang), as demonstrated by applications compiled using gccgo, related to backtrace generation.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|