Files
CVEs-PoC/2018/CVE-2018-11236.md
T
2024-05-26 14:27:05 +02:00

942 B

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