← Back

Hydra Project

hydra_project

1 CVE • 1 product

Products (1)

Click to collapse
Toggle
Hydra
hydra

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Hydra Project
1Hydra
Jun 17, 2026
Oct 12, 2019
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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 cal...Show more
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.Show less