Lucene search

K
cvelistMitreCVELIST:CVE-2017-17426
HistoryDec 05, 2017 - 5:00 p.m.

CVE-2017-17426

2017-12-0517:00:00
mitre
www.cve.org
6
gnu c library
glibc
heap overflow

AI Score

8.6

Confidence

High

EPSS

0.002

Percentile

58.8%

The malloc function in the GNU C Library (aka glibc or libc6) 2.26 could return a memory block that is too small if an attempt is made to allocate an object whose size is close to SIZE_MAX, potentially leading to a subsequent heap overflow. This occurs because the per-thread cache (aka tcache) feature enables a code path that lacks an integer overflow check.

AI Score

8.6

Confidence

High

EPSS

0.002

Percentile

58.8%