目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-73502— kin-openapi openapi3filter 未认证空指针恐慌漏洞

一分钟漏洞结论

影响对象
getkin kin-openapi
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

kin-openapi 是一个用于处理 OpenAPI 文件的 Go 语言项目。从版本 0.2.0 到 0.144.0,当某个操作声明的 媒体类型内容参数缺少 schema(模式定义)时, 函数可能引发空指针解引用,从而导致拒绝服务(DoS)。 在文件 中,默认的 函数在解引用 之前,未检查 是否为 。然而, 函数在 OpenAPI 3.0.x 和 3.1.x 规范下却会接受此类文档。 因此,攻击者只需发送一个未经认证的请求并提供该参数的值,即可导致请求验证过程发生 panic,引发请求中断。在常见的同步 路径中,

CVSS 5.3 · Medium EPSS 0.51% · P41

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

影响版本矩阵 1

厂商产品 版本范围状态
getkin kin-openapi >= 0.2.0, < 0.144.0 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-73502 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
kin-openapi openapi3filter: unauthenticated nil-pointer panic when validating a request against a `content` parameter whose media type has no schema
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
空指针解引用
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
getkin kin-openapi >= 0.2.0, < 0.144.0 -

二、漏洞 CVE-2026-73502 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-73502 的情报信息

登录查看更多情报信息。

CVE-2026-73502 补丁与修复 (1)

CVE-2026-73502 厂商安全公告 (1)

CVE-2026-73502 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-73502

暂无评论


发表评论