๐Ÿ” CVE Alert

CVE-2026-77354

UNKNOWN 0.0

kin-openapi: Uncontrolled resource consumption in openapi3filter deepObject query parameter decoding

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-400 CWE-789
Vendor getkin
Product kin-openapi
Published Aug 21, 2026
Stay Ahead of the Next One

Get instant alerts for getkin kin-openapi

Be the first to know when new unknown vulnerabilities affecting getkin kin-openapi are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

getkin / kin-openapi
>= 0.124.0, < 0.142.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/getkin/kin-openapi/security/advisories/GHSA-xhj3-7xw9-vr34 github.com: https://github.com/getkin/kin-openapi/pull/923 github.com: https://github.com/getkin/kin-openapi/commit/1223a0f215d2cf9beb2d9eb9ea2649d001c21388 github.com: https://github.com/getkin/kin-openapi/releases/tag/v0.142.0