Files
CVEs-PoC/2015/CVE-2015-1472.md
T
2024-06-09 00:33:16 +00:00

2.0 KiB

CVE-2015-1472

Description

The ADDW macro in stdio-common/vfscanf.c in the GNU C Library (aka glibc or libc6) before 2.21 does not properly consider data-type size during memory allocation, which allows context-dependent attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via a long line containing wide characters that are improperly handled in a wscanf call.

POC

Reference

Github