All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-13322
LOWpublished 2026-06-26 00:16 UTC · 3 days ago · modified 2026-06-26 16:19 UTC
3.8
CVSS / 10
// description
A flaw was found in KubeVirt's downward metrics virtio-serial server. The server reads guest requests using textproto.Reader.ReadLine(), which buffers input indefinitely until a newline character is received, with no length limit or read deadline. A user with access to a VM guest that has the downward metrics virtio-serial device configured can write a continuous byte stream to the device, causing unbounded memory allocation in the virt-handler process until it is OOM-killed.
// cvss 3.1 vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L
// weaknesses (CWE)
- CWE-770