CVE Wiki Pixee · CVE intelligence
← All CVEs

CVE-2026-73501

Critical · CVSS 9.1
CVSS
9.1
nvd
EPSS
0.34%
27th pct
KEV
No
Class
oss containerizable
CWE-287

Description

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.

Affected packages

Go github.com/getkin/kin-openapi 0 → 0.144.0

References

Status: profiled · ingested 2026-08-13T18:00:50.000Z