CVE-2026-45047
Last modified
CVE-2026-45047 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45047?
How severe is CVE-2026-45047?
How do I fix CVE-2026-45047?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45041RustFS is a distributed object storage system built in Rust.…8.7
- CVE-2026-45042RustFS is a distributed object storage system built in Rust.…7.1
- CVE-2026-45043RustFS is a distributed object storage system built in Rust.…9.3
- CVE-2026-45044RustFS is a distributed object storage system built in Rust.…8.8
- CVE-2026-45045Fiber is an Express inspired web framework written in Go. Pr…5.3
- CVE-2026-45046Gryph provides a security layer for AI coding agents. Prior …5.5
- CVE-2026-45048Open Access Management (OpenAM) is an access management solu…8.5
- CVE-2026-4505A vulnerability has been found in eosphoros-ai DB-GPT up to …6.3
- CVE-2026-45051Open Access Management (OpenAM) is an access management solu…9.2
- CVE-2026-45052Open Access Management (OpenAM) is an access management solu…9.3
- CVE-2026-45053CubeCart is an ecommerce software solution. Prior to 6.7.0, …9.1
- CVE-2026-45054CubeCart is an ecommerce software solution. Prior to 6.7.0, …4.9
Are you affected by CVE-2026-45047?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
