PT-2026-39903 · Unknown · Bird-Lg-Go
9Bakabaka
·
Published
2026-05-11
·
Updated
2026-06-25
·
CVE-2026-45047
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
bird-lg-go versions prior to 1.4.5
Description
The
apiHandler and webHandlerTelegramBot functions process user-provided JSON payloads using json.NewDecoder(r.Body).Decode(&request) without restricting the maximum read size. An unauthenticated remote attacker can stream an extremely large or endless JSON payload over a single TCP connection. Since the Go JSON decoder attempts to allocate memory for the entire parsed structure, this can exhaust the host's physical RAM or container limits, triggering a runtime out of memory fatal error. This leads to the Linux OOM Killer terminating the daemon, resulting in a Remote Denial of Service (RDoS).Recommendations
Update to version 1.4.5.
Exploit
Fix
Resource Exhaustion
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Bird-Lg-Go