AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2017-14064

CRITICAL · CVSS 9.8 EPSS 9.45% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2017-08-31 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2017-14064
Severity
CRITICAL
CVSS
9.8
EPSS
9.45%

Original NVD Description

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.