CVE-2026-73502
Last modified
CVE-2026-73502 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. kin-openapi is a Go project for handling OpenAPI files. From 0.2.0 until 0.144.0, openapi3filter.ValidateRequest can encounter a NULL-pointer-dereference denial of service when an operation declares a content parameter whose application/json media type has no schema.
Description
kin-openapi is a Go project for handling OpenAPI files. From 0.2.0 until 0.144.0, openapi3filter.ValidateRequest can encounter a NULL-pointer-dereference denial of service when an operation declares a content parameter whose application/json media type has no schema. In openapi3filter/req_resp_decoder.go, the default defaultContentParameterDecoder dereferences mt.Schema.Value without checking whether mt.Schema is nil, even though doc.Validate() accepts the document under OpenAPI 3.0.x and 3.1.x. A single unauthenticated request supplying the parameter value can panic request validation, causing an aborted request with log growth in the common synchronous net/http path or a full process crash in integrations without recovery. This issue is fixed in version 0.144.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| getkin | kin-openapi | >= 0.2.0, < 0.144.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-73502?
How severe is CVE-2026-73502?
How do I fix CVE-2026-73502?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73495blaze is a Scala library for building asynchronous pipelines…7.4
- CVE-2026-73498MCP Atlassian is a Model Context Protocol (MCP) server for A…7.7
- CVE-2026-73499etcd is a distributed key-value store for the data of a dist…7.1
- CVE-2026-7350Use after free in WebMIDI in Google Chrome prior to 147.0.77…8.3
- CVE-2026-73500etcd is a distributed key-value store for the data of a dist…8.7
- CVE-2026-73501kin-openapi is a Go project for handling OpenAPI files. Prio…9.1
- CVE-2026-73505Oh My Posh is the most customisable and low-latency cross pl…7.8
- CVE-2026-73506Oh My Posh is the most customisable and low-latency cross pl…6.1
- CVE-2026-73507Netty is an asynchronous, event-driven network application f…7.5
- CVE-2026-73508Netty is an asynchronous, event-driven network application f…5.3
- CVE-2026-73509OpenList a file list program that supports multiple storage.…7.6
- CVE-2026-7351Race in MHTML in Google Chrome prior to 147.0.7727.138 allow…3.1
Are you affected by CVE-2026-73502?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
