CVE-2026-45047
Description
bird-lg-go is a BIRD looking glass in Go. Prior to 1.4.5, the apiHandler (and similarly webHandlerTelegramBot) processes user-provided JSON payloads by directly using json.NewDecoder(r.Body).Decode(&request) without restricting the maximum read size. An unauthenticated remote attacker can stream an extremely large, endless JSON payload (e.g., several Gigabytes of padding) over a single TCP connection. Because Go's JSON decoder attempts to allocate memory for the entire parsed structure, this rapidly exhausts the host's physical RAM or container limits, leading to an unrecoverable fatal error: runtime: out of memory. This vulnerability is fixed in 1.4.5.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/xddxdd/bird-lg-goGo | < 0.0.0-20260507060110-0ff87024cb9e | 0.0.0-20260507060110-0ff87024cb9e |
Affected products
2- Range: < 0.0.0-20260507060110-0ff87024cb9e
Patches
Vulnerability mechanics
References
5- github.com/advisories/GHSA-39qr-rc93-vhqmghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-45047ghsaADVISORY
- github.com/xddxdd/bird-lg-go/commit/0ff87024cb9ed01fc5f5fdc6f4603fce4c123922ghsaWEB
- github.com/xddxdd/bird-lg-go/releases/tag/v1.4.5ghsaWEB
- github.com/xddxdd/bird-lg-go/security/advisories/GHSA-39qr-rc93-vhqmnvdWEB
News mentions
0No linked articles in our index yet.