๐Ÿ” CVE Alert

CVE-2026-45047

HIGH 7.5

bird-lg-go: Fatal Out-of-Memory (OOM) Denial of Service via Unbounded JSON Decoding

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-400
Vendor xddxdd
Product bird-lg-go
Published May 27, 2026
Last Updated May 27, 2026
Stay Ahead of the Next One

Get instant alerts for xddxdd bird-lg-go

Be the first to know when new high vulnerabilities affecting xddxdd bird-lg-go 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:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

xddxdd / bird-lg-go
< 1.4.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/xddxdd/bird-lg-go/security/advisories/GHSA-39qr-rc93-vhqm