CVE-2026-73501
Vulnerability Summary
Timeline
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.
CVSS Metrics
- v3.1•CRITICAL•Score: 9.1CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Trends
Current EPSS score: 0.43%• Percentile: 37%
Techniques & Countermeasures
- CWE-287•Improper Authentication
When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.
Affected Systems
- debian•golang-github-getkin-kin-openapi
all | all | all | all
- ubuntu•golang-github-getkin-kin-openapi
all | all | all
- getkin•kin-openapi
< 0.144.0
- github.com/getkin•kin-openapi
< 0.144.0
- redhat•grafana13.1
< 0:13.1.3-0.2.hum1
References (14)
- https://github.com/getkin/kin-openapi/security/advisories/GHSA-r277-6w6q-xmqw
- https://github.com/getkin/kin-openapi/commit/f0407d53b0730280266f454b755010e7eeb985da
- https://github.com/getkin/kin-openapi/releases/tag/v0.144.0
- https://security-tracker.debian.org/tracker/CVE-2026-73501
- https://github.com/getkin/kin-openapi
- https://ubuntu.com/security/CVE-2026-73501
- https://www.cve.org/CVERecord?id=CVE-2026-73501
- https://access.redhat.com/errata/RHSA-2026:59028
- https://images.redhat.com/
- https://access.redhat.com/security/cve/CVE-2026-73501
- https://access.redhat.com/security/updates/classification/
- https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_59028.json
- https://bugzilla.redhat.com/show_bug.cgi?id=2515006
- https://nvd.nist.gov/vuln/detail/CVE-2026-73501