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 applicationsUpgrade github.com/getkin/kin-openapi/openapi3filter to version 0.144.0 or higher.
Affected versions of this package are vulnerable to NULL Pointer Dereference through the defaultContentParameterDecoder function. An attacker can cause the application to crash or abort request processing by sending a crafted HTTP request that targets an OpenAPI operation with a content parameter whose media type lacks a schema. This is only exploitable if the OpenAPI specification served by the application contains at least one such parameter and the request validation is not protected by a custom AuthenticationFunc or explicit recover() handler.
This vulnerability can be mitigated by ensuring every content parameter in served OpenAPI specs declares a schema, supplying a custom ParamDecoder that guards against nil schemas, or running request validation inside a handler with an explicit recover().