CVE-2025-27421

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-27421
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-27421.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-27421
Aliases
Related
Published
2025-03-03T17:15:15Z
Modified
2025-03-10T21:26:52.174687Z
Downstream
Summary
[none]
Details

Abacus is a highly scalable and stateless counting API. A critical goroutine leak vulnerability has been identified in the Abacus server's Server-Sent Events (SSE) implementation. The issue occurs when clients disconnect from the /stream endpoint, as the server fails to properly clean up resources and terminate associated goroutines. This leads to resource exhaustion where the server continues running but eventually stops accepting new SSE connections while maintaining high memory usage. The vulnerability specifically involves improper channel cleanup in the event handling mechanism, causing goroutines to remain blocked indefinitely. This vulnerability is fixed in 1.4.0.

References

Affected packages

Git / github.com/jasonlovesdoggo/abacus

Affected ranges

Type
GIT
Repo
https://github.com/jasonlovesdoggo/abacus
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed