AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-8860

LOW · CVSS 3.3 EPSS 0.15%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-02-18 · Last synced 2026-08-04

CyberRota Analysis

This is a low severity vulnerability with a CVSS score of 3.3. See the original NVD description below for full technical details.

CVE
CVE-2025-8860
Severity
LOW
CVSS
3.3
EPSS
0.15%

Original NVD Description

A flaw was found in QEMU in the uefi-vars virtual device. When the guest writes to register UEFI_VARS_REG_BUFFER_SIZE, the .write callback `uefi_vars_write` is invoked. The function allocates a heap buffer without zeroing the memory, leaving the buffer filled with residual data from prior allocations. When the guest later reads from register UEFI_VARS_REG_PIO_BUFFER_TRANSFER, the .read callback `uefi_vars_read` returns leftover metadata or other sensitive process memory from the previously allocated buffer, leading to an information disclosure vulnerability.