๐Ÿ” CVE Alert

CVE-2026-76905

HIGH 7.5

kin-openapi openai3filter: nil-pointer panic in ConvertErrors on malformed multipart/form-data body enables unauthenticated DoS

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

kin-openapi is a Go project for handling OpenAPI files. From 0.10.0 until 0.141.0, openapi3filter.convertParseError in openapi3filter/validation_error_encoder.go dereferences e.Parameter.In without checking whether e.Parameter is nil. A malformed non-string scalar field in a multipart/form-data request body produces a nested ParseError with a nil RequestError.Parameter, and applications that render the validation error through openapi3filter.ConvertErrors or ValidationErrorEncoder panic. An unauthenticated client can repeatedly send such requests to deny service when the application lacks a recovery boundary. JSON request bodies and applications that do not use these error-rendering helpers are not affected. This issue is fixed in version 0.141.0.

CWE CWE-476
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 high vulnerabilities affecting getkin kin-openapi are published โ€” delivered to Slack, Telegram or Discord.

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

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

getkin / kin-openapi
>= 0.10.0, < 0.141.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/getkin/kin-openapi/security/advisories/GHSA-mmfr-pmjx-hw9w github.com: https://github.com/getkin/kin-openapi/commit/1d0a337c9b1570fab283be8a04c8af6e43b9a22c github.com: https://github.com/getkin/kin-openapi/releases/tag/v0.141.0