AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2019-17502

HIGH · CVSS 7.5 EPSS 1.70% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2019-10-12 · 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-2019-17502
Severity
HIGH
CVSS
7.5
EPSS
1.70%

Original NVD Description

Hydra through 0.1.8 has a NULL pointer dereference and daemon crash when processing POST requests that lack a Content-Length header. read.c, request.c, and util.c contribute to this. The process_header_end() function calls boa_atoi(), which ultimately calls atoi() on a NULL pointer.