CVE-2026-45047

Source
https://cve.org/CVERecord?id=CVE-2026-45047
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-45047.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-45047
Aliases
Published
2026-05-27T16:37:36.191Z
Modified
2026-07-08T08:13:30.377796877Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
bird-lg-go: Fatal Out-of-Memory (OOM) Denial of Service via Unbounded JSON Decoding
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-400"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45047.json"
}
References

Affected packages

Git / github.com/xddxdd/bird-lg-go

Affected ranges

Type
GIT
Repo
https://github.com/xddxdd/bird-lg-go
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.4.5"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v1.*
v1.0.0
v1.1.0
v1.1.1
v1.2.0
v1.3.0
v1.3.1
v1.3.10
v1.3.11
v1.3.12
v1.3.12.1
v1.3.2
v1.3.2.1
v1.3.2.2
v1.3.3
v1.3.4
v1.3.5
v1.3.6
v1.3.7
v1.3.7.1
v1.3.8
v1.3.9
v1.4.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-45047.json"