CWE-908Base1 in KEV

Use of Uninitialized Resource

Incomplete in the CWE catalog · 273 CVEs mapped

273
CVEs mapped
1
In KEV
6.5
Median CVSS
What it is

The product uses or accesses a resource that has not been initialized.

Recent examples
6.5cvss
CVE-2026-85089

CVE-2026-85089 - MEDIUM Severity Vulnerability

FreeRDP versions 3.0.0 through 3.30.0 (before 3.31.0) transmit uninitialized heap memory in Save Session Info PDU reserved padding fields. Three PDU writers in libfreerdp/core/info.c (rdp_write_logon_info_v2, rdp_write_logon_info_plain, and rdp_write_logon_info_ex) use Stream_Seek instead of Stream_Zero for reserved pad bytes (up to 576 bytes), leaving previously freed heap contents in the outgoing PDU. Because the send buffer is allocated with malloc (not zeroed), stale heap data — which may include cleartext credentials from prior sessions — can be sent to the receiving peer. FreeRDP-based servers using rdpUpdate::SaveSessionInfo and freerdp-proxy (which forwards these PDUs) are affected, allowing disclosure of server/proxy process memory to a downstream client.

MEDIUMno explanation yet
0%
epss
8.8cvss
CVE-2026-84326

CVE-2026-84326 - HIGH Severity Vulnerability

Uninitialized resource in V8 in Google Chrome prior to 152.0.7977.75 allowed a remote attacker to execute arbitrary code inside the sandbox via a crafted HTML page. (Chromium security severity: High)

HIGHno explanation yet
0%
epss
4.3cvss
CVE-2026-84267

CVE-2026-84267 - MEDIUM Severity Vulnerability

A flaw was found in the SFTP backend in gvfs. When mounting a share, a malicious SFTP server can cause read_string() to allocate a buffer with a certain length but the function does not verify that the buffer is completely filled, leaving the remainder of the buffer containing uninitialized heap contents. If the server sends a short FXP_HANDLE reply, these uninitialized bytes are taken as the file handle. The client will then echo these uninitialized bytes back to the server on all subsequent requests using that handle. With a length of 128 bytes, this issue allows the malicious server to deterministically read uninitialized heap memory from the gvfsd-sftp process, leaking its heap base and the load address of the libgio library, resulting in a deterministic defeat of Address Space Layout Randomization (ASLR).

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-908
Abstraction
Base
Structure
Simple
Status
Incomplete
References (1)