๐Ÿ” CVE Alert

CVE-2026-50018

MEDIUM 6.5

Hoverfly: Denial of Service via Goroutine Leak in Remote Post-Serve Actions

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

Hoverfly is an open source API simulation tool. Prior to version 1.12.8, remote post-serve actions use `http.DefaultClient` without any timeout configuration. When the remote endpoint is unreachable or intentionally slow (accepts TCP connection but never responds), each triggered proxy request spawns a goroutine that blocks indefinitely on `http.DefaultClient.Do()`. An attacker can cause unbounded goroutine accumulation leading to memory exhaustion and process crash (OOM kill). Unlike local post-serve action execution, this requires no binary execution, only a URL pointing to a non-responsive endpoint. Version 1.12.8 patches the issue.

CWE CWE-400 CWE-770
Vendor spectolabs
Product hoverfly
Published Sep 11, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for spectolabs hoverfly

Be the first to know when new medium vulnerabilities affecting spectolabs hoverfly are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

SpectoLabs / hoverfly
< 1.12.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/SpectoLabs/hoverfly/security/advisories/GHSA-42j2-w334-qxw7 github.com: https://github.com/SpectoLabs/hoverfly/pull/1228 github.com: https://github.com/SpectoLabs/hoverfly/releases/tag/v1.12.8