VYPR

Kin Openapi

by Getkin

Source repositories

CVEs (4)

  • CVE-2026-73501CriAug 12, 2026
    risk 0.52cvss 9.1epss 0.00

    kin-openapi is a Go project for handling OpenAPI files. Prior to 0.144.0, ValidationHandler.Load() in openapi3filter/validation_handler.go silently replaces a nil AuthenticationFunc with NoopAuthenticationFunc, which returns nil without checking credentials. This substitution…

  • CVE-2026-76905HigAug 21, 2026
    risk 0.42cvss 7.5epss 0.00

    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…

  • CVE-2025-30153HigMar 19, 2025
    risk 0.42cvss 7.5epss 0.01

    kin-openapi is a Go project for handling OpenAPI files. Prior to 0.131.0, when validating a request with a multipart/form-data schema, if the OpenAPI schema allows it, an attacker can upload a crafted ZIP file (e.g., a ZIP bomb), causing the server to consume all available…

  • CVE-2026-73502MedAug 18, 2026
    risk 0.27cvss 5.3epss 0.00

    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…