CVE Catalog

CVE-2026-46430

MediumCVSS 4.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.20%

10th percentile - higher than 10% of all known CVEs

Summary

The Algernon web server before version 1.17.7 bound the SSE event server to 0.0.0.0:5553 by default on Linux/macOS, allowing external access. This vulnerability is fixed in version 1.17.7.

Risk Assessment

Unauthorized users can access the SSE event server, potentially leading to data leakage or attacks.

Recommendation

Update Algernon to version 1.17.7 or later to secure the server.

Other vulnerabilities in Algernon

See all
Original NVD description (English source)

Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server bound to 0.0.0.0:5553 on Linux/macOS by default because the platform-dependent host default in engine/flags.go:39-46 set host = "" for non-Windows, and utils.JoinHostPort("", ":5553") resolves to ":5553". This vulnerability is fixed in 1.17.7.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS