CVE-2026-77354
Last modified
CVE-2026-77354 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. kin-openapi is a Go project for handling OpenAPI files. From 0.124.0 until 0.142.0, openapi3filter.sliceMapToSlice in openapi3filter/req_resp_decoder.go converts attacker-controlled sparse indexes from a deepObject query parameter into a dense slice by allocating entries from zero through the largest supplied index, after which buildResObj creates another slice of the same length. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
kin-openapi is a Go project for handling OpenAPI files. From 0.124.0 until 0.142.0, openapi3filter.sliceMapToSlice in openapi3filter/req_resp_decoder.go converts attacker-controlled sparse indexes from a deepObject query parameter into a dense slice by allocating entries from zero through the largest supplied index, after which buildResObj creates another slice of the same length. This allocation occurs before schema validation, so maxItems does not prevent it. An unauthenticated client can send a small query such as param[items][50000000]=x to an endpoint whose deepObject schema contains an array, forcing multi-gigabyte heap allocation and causing an OOM kill or restart loop. Other request-body encodings and styled parameters that do not produce bracketed integer indexes are not affected. This issue is fixed in version 0.142.0.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| getkin | kin-openapi | >= 0.124.0, < 0.142.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-77354?
How severe is CVE-2026-77354?
How do I fix CVE-2026-77354?
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-7732A vulnerability was detected in code-projects BloodBank Mana…6.3
- CVE-2026-7733A flaw has been found in funadmin up to 7.1.0-rc6. This affe…7.3
- CVE-2026-77337CakePHP Authentication is an authentication plugin for CakeP…9.1
- CVE-2026-7734A vulnerability has been found in osrg GoBGP up to 4.3.0. Th…7.5
- CVE-2026-77341cpp-httplib is a C++ header-only HTTP/HTTPS library. In vers…5.3
- CVE-2026-7735A vulnerability was found in osrg GoBGP up to 4.3.0. Affecte…7.3
- CVE-2026-77357Mesop is a Python-based UI framework that allows users to bu…8.7
- CVE-2026-77358cpp-httplib is a C++ header-only HTTP/HTTPS library. In vers…8.2
- CVE-2026-7736A vulnerability was determined in osrg GoBGP up to 4.3.0. Af…7.5
- CVE-2026-77365The Optimole – Optimize Images | Convert WebP & AVIF | CDN &…7.2
- CVE-2026-77368SeaweedFS is a distributed storage system for files and blob…7.6
- CVE-2026-7737A vulnerability was identified in osrg GoBGP up to 4.3.0. Af…7.5
Are you affected by CVE-2026-77354?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
