NULL pointer dereference in kin-openapi - #VU140573
Published: July 30, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to a null pointer dereference in openapi3filter.ValidateRequest and defaultContentParameterDecoder when validating a request against a content parameter whose media type has no schema. A remote attacker can send a single crafted HTTP request to cause a denial of service.
The issue is reachable when request validation is performed for an operation that declares a content parameter without a schema, and the consequence ranges from aborting the current request to crashing the whole process depending on how the library is integrated.