VYPR

seednode REST API

by Klever

CVEs (1)

  • CVE-2026-52880higJun 5, 2026
    risk 0.38cvss epss

    ### Summary The Klever seednode REST API starts a Gin engine with `Engine.Run(restAPIInterface)`. In Gin v1.9.1, `Engine.Run` calls Go's default `http.ListenAndServe`, which constructs an HTTP server without application-level `ReadHeaderTimeout`, `ReadTimeout`, or…