Improper Input Validation The advisory has been revoked - it doesn't affect any version of package kubevirt.src  (opens in a new tab)


Threat Intelligence

EPSS
0.49% (66th 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-RHEL10-KUBEVIRTSRC-14924306
  • published14 Jan 2026
  • disclosed1 Jan 2023

Introduced: 1 Jan 2023

CVE-2023-45290  (opens in a new tab)
CWE-20  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:10.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kubevirt.src package and not the kubevirt.src package as distributed by RHEL.

When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.