๐Ÿ” CVE Alert

CVE-2026-73501

CRITICAL 9.1

kin-openapi: ValidationHandler.Load() Fail-Open Authentication Bypass via NoopAuthenticationFunc Default

CVSS Score
9.1
EPSS Score
0.0%
EPSS Percentile
0th

kin-openapi is a Go project for handling OpenAPI files. Prior to 0.144.0, ValidationHandler.Load() in openapi3filter/validation_handler.go silently replaces a nil AuthenticationFunc with NoopAuthenticationFunc, which returns nil without checking credentials. This substitution causes every OpenAPI security requirement to be satisfied for unauthenticated requests when an application relies on ValidationHandler as its enforcement middleware. The no-op callback prevents the fail-closed ErrAuthenticationServiceMissing path from being reached and forwards the request to protected handlers that may require an API key, OAuth token, or another security scheme. This issue is fixed in version 0.144.0.

CWE CWE-287
Vendor getkin
Product kin-openapi
Published Aug 12, 2026
Stay Ahead of the Next One

Get instant alerts for getkin kin-openapi

Be the first to know when new critical 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:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

getkin / kin-openapi
< 0.144.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/getkin/kin-openapi/security/advisories/GHSA-r277-6w6q-xmqw github.com: https://github.com/getkin/kin-openapi/commit/f0407d53b0730280266f454b755010e7eeb985da github.com: https://github.com/getkin/kin-openapi/releases/tag/v0.144.0