SCA: security update for github.com/getkin/kin-openapi (GHSA-mmfr-pmjx-hw9w)

high Tenable Cloud Security Plugin ID 446237

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- kin-openapi is a Go project for handling OpenAPI files. From 0.10.0 until 0.141.0,
openapi3filter.convertParseError in openapi3filter/validation_error_encoder.go dereferences e.Parameter.In
without checking whether e.Parameter is nil. A malformed non-string scalar field in a multipart/form-data
request body produces a nested ParseError with a nil RequestError.Parameter, and applications that render
the validation error through openapi3filter.ConvertErrors or ValidationErrorEncoder panic. An
unauthenticated client can repeatedly send such requests to deny service when the application lacks a
recovery boundary. JSON request bodies and applications that do not use these error-rendering helpers are
not affected. This issue is fixed in version 0.141.0. (CVE-2026-76905)

Solution

Update the github.com/getkin/kin-openapi library and its related packages to version 0.141.0 or later.

See Also

https://github.com/advisories/GHSA-mmfr-pmjx-hw9w

Plugin Details

Severity: High

ID: 446237

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/22/2026

Updated: 8/22/2026

Risk Information

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-76905

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/21/2026

Vulnerability Publication Date: 8/21/2026

Reference Information

CVE: CVE-2026-76905

cwe: CWE-476