Files
CVEs-PoC/2018/CVE-2018-1125.md
T
2025-09-29 21:09:30 +02:00

875 B

CVE-2018-1125

Description

procps-ng before version 3.3.15 is vulnerable to a stack buffer overflow in pgrep. This vulnerability is mitigated by FORTIFY, as it involves strncat() to a stack-allocated string. When pgrep is compiled with FORTIFY (as on Red Hat Enterprise Linux and Fedora), the impact is limited to a crash.

POC

Reference

Github