Vulnerability Description
Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server's Access-Control-Allow-Origin response header was hardcoded to the wildcard * regardless of the caller's Origin. Because EventSource does not preflight and does not send cookies, the wildcard is sufficient to let any third-party page the developer visits open a cross-origin EventSource to the SSE port and read the live filename stream from JavaScript. This vulnerability is fixed in 1.17.7.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/xyproto/algernon/security/advisories/GHSA-hw27-4v2q-5qff
- https://github.com/xyproto/algernon/security/advisories/GHSA-hw27-4v2q-5qff
FAQ
What is CVE-2026-46431?
CVE-2026-46431 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, the SSE event server's Access-Control-Allow-Origin response header was hardcoded to the wildcard * regardless of the caller's Or...
How severe is CVE-2026-46431?
CVE-2026-46431 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46431?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.