mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-02 07:51:39 +02:00
22 lines
1005 B
Markdown
22 lines
1005 B
Markdown
### [CVE-2020-10029](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10029)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The GNU C Library (aka glibc or libc6) before 2.32 could overflow an on-stack buffer during range reduction if an input to an 80-bit long double function contains a non-canonical bit pattern, a seen when passing a 0x5d414141414141410000 value to sinl on x86 targets. This is related to sysdeps/ieee754/ldbl-96/e_rem_pio2l.c.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://sourceware.org/bugzilla/show_bug.cgi?id=25487
|
|
|
|
#### Github
|
|
- https://github.com/ForAllSecure/VulnerabilitiesLab
|
|
- https://github.com/Live-Hack-CVE/CVE-2020-10029
|
|
- https://github.com/alphaSeclab/sec-daily-2020
|
|
- https://github.com/dbrumley/automotive-downloader
|
|
- https://github.com/garethr/snykout
|
|
|