Lucene search

K
cvelistMitreCVELIST:CVE-2017-14064
HistoryAug 31, 2017 - 5:00 p.m.

CVE-2017-14064

2017-08-3117:00:00
mitre
www.cve.org
1

7.4 High

AI Score

Confidence

Low

0.006 Low

EPSS

Percentile

78.6%

Ruby through 2.2.7, 2.3.x through 2.3.4, and 2.4.x through 2.4.1 can expose arbitrary memory during a JSON.generate call. The issues lies in using strdup in ext/json/ext/generator/generator.c, which will stop after encountering a ‘\0’ byte, returning a pointer to a string of length zero, which is not the length stored in space_len.