NULL Pointer Dereference Affecting grafana-fips-12.1 package, versions <12.1.10.01-r8


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.35% (29th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-CHAINGUARDLATEST-GRAFANAFIPS121-19233563
  • published23 Aug 2026
  • disclosed21 Aug 2026

Introduced: 21 Aug 2026

NewCVE-2026-76905  (opens in a new tab)
CWE-476  (opens in a new tab)

How to fix?

Upgrade Chainguard grafana-fips-12.1 to version 12.1.10.01-r8 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream grafana-fips-12.1 package and not the grafana-fips-12.1 package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

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.