mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 15:08:03 +02:00
22 lines
942 B
Markdown
22 lines
942 B
Markdown
### [CVE-2018-11236](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11236)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
stdlib/canonicalize.c in the GNU C Library (aka glibc or libc6) 2.27 and earlier, when processing very long pathname arguments to the realpath function, could encounter an integer overflow on 32-bit architectures, leading to a stack-based buffer overflow and, potentially, arbitrary code execution.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/0xT11/CVE-POC
|
|
- https://github.com/andir/nixos-issue-db-example
|
|
- https://github.com/evilmiracle/CVE-2018-11236
|
|
- https://github.com/flyrev/security-scan-ci-presentation
|
|
- https://github.com/simonsdave/clair-cicd
|
|
|