Lucene search
+L

4882 matches found

Positive Technologies
Positive Technologies
added 2025/07/15 12:00 a.m.20 views

PT-2025-29587

Name of the Vulnerable Software and Affected Versions: VMware ESXi VMware Workstation VMware Fusion VMware Tools Description: The software contains an information disclosure issue due to the use of uninitialized memory in vSockets. A malicious actor with local administrative privileges on a virtu...

7.1CVSS5.6AI score0.02932EPSS
SaveExploits0References16
OSV
OSV
added 2025/07/11 7:57 p.m.11 views

GHSA-XRRQ-RRGQ-H89W static-alloc vulnerability leads to uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various allocmethods would then read and write the start of that memory as a Cell which isundefined behavior. Instead, it should zero initialize the start of the allocated...

6.9AI score
SaveExploits0References4
OSV
OSV
added 2025/07/11 12:00 p.m.6 views

RUSTSEC-2025-0042 Uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various alloc methods would then read and write the start of that memory as a Cell which is undefined behavior. Instead, it should zero initialize the start of the allocate...

6.9AI score
SaveExploits0References3
RustSec
RustSec
added 2025/07/11 12:00 p.m.11 views

Uninitialized read after allocating MemBump

The affected function, MemBump::new, would allocate memory without initializing it. Subsequently calling the created value's various alloc methods would then read and write the start of that memory as a Cell which is undefined behavior. Instead, it should zero initialize the start of the allocate...

6.9AI score
SaveExploits0Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.6 views

Gdk-pixbuf: uninitialized memory disclosure in gdkpixbuf gif lzw decoder

...

3.3CVSS7AI score0.0019EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/07/10 11:22 a.m.22 views

CVE-2025-21007

Out-of-bounds write in accessing uninitialized memory in libsavsvc.so prior to Android 15 allows local attackers to cause memory corruption...

5.5CVSS6.9AI score0.00121EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/10 8:15 a.m.3 views

DEBIAN-CVE-2025-38310

In the Linux kernel, the following vulnerability has been resolved: seg6: Fix validation of nexthop addresses The kernel currently validates that the length of the provided nexthop address does not exceed the specified length. This can lead to the kernel reading uninitialized memory if user space...

5.5CVSS5.5AI score0.00146EPSS
SaveExploits0References1
CVE
CVE
added 2025/07/10 7:42 a.m.99 views

CVE-2025-38310

CVE-2025-38310 refers to a Linux kernel vulnerability in seg6 where validation of nexthop addresses could read uninitialized memory if the provided length exceeded the actual data; the fix enforces that the provided length exactly matches the specified length. The connected advisories confirm the...

5.5CVSS6.4AI score0.00146EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2025/07/10 12:00 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from not properly validating the nexthop address length, which could result in reading uninitialized memory...

5.5CVSS7AI score0.00146EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/08 11:15 a.m.8 views

CVE-2025-21007

Out-of-bounds write in accessing uninitialized memory in libsavsvc.so prior to Android 15 allows local attackers to cause memory corruption...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References1
CVE
CVE
added 2025/07/08 10:34 a.m.36 views

CVE-2025-21007

CVE-2025-21007 describes an out-of-bounds write in accessing uninitialized memory in libsavsvc.so on Android devices before 15, enabling a local attacker to cause memory corruption. The issue is a memory-unsafe access in a shared library used by the system, with a local attack vector and a potent...

5.5CVSS6.8AI score0.00121EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2025/07/08 10:34 a.m.5 views

CVE-2025-21007

Out-of-bounds write in accessing uninitialized memory in libsavsvc.so prior to Android 15 allows local attackers to cause memory corruption...

5.5CVSS6.3AI score0.00121EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/07/08 12:00 a.m.11 views

SAMSUNG Mobile devices 安全漏洞

SAMSUNG Mobile devices are a range of Samsung mobile devices, including cell phones, tablets, etc., from the South Korean company Samsung SAMSUNG. A security vulnerability exists in SAMSUNG Mobile devices that originates from an out-of-bounds write when accessing uninitialized memory, which could...

5.5CVSS6.9AI score0.00121EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/07/03 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from not properly validating USB read results, which could lead to uninitialized memory accesses...

7.1CVSS6.9AI score0.00174EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/06/23 11:21 p.m.7 views

SUSE CVE-2025-6199

A flaw was found in the GIF parser of GdkPixbuf's LZW decoder. When an invalid symbol is encountered during decompression, the decoder sets the reported output size to the full buffer length rather than the actual number of written bytes. This logic error results in uninitialized sections of the...

3.3CVSS6.5AI score0.0019EPSS
SaveExploits0References10
OSV
OSV
added 2025/06/23 10:41 p.m.9 views

GHSA-H7CP-R72F-JXH6 pbkdf2 returns predictable uninitialized/zero-filled memory for non-normalized or unimplemented algos

Summary This affects both: 1. Unsupported algos e.g. sha3-256 / sha3-512 / sha512-256 2. Supported but non-normalized algos e.g. Sha256 / Sha512 / SHA1 / sha-1 / sha-256 / sha-512 All of those work correctly in Node.js, but this polyfill silently returns highly predictable ouput Under Node.js onl...

9.1CVSS6.3AI score0.00416EPSS
SaveExploits0References5
SUSE Linux
SUSE Linux
added 2025/06/21 9:05 a.m.3 views

Security update for gstreamer-plugins-good

This update for gstreamer-plugins-good fixes the following issues: CVE-2025-47183: Fixed out-of-bounds read in MOV/MP4 demuxer bsc1244406. CVE-2025-47219: Fixed out-of-bounds read in MOV/MP4 demuxer bsc1244405. CVE-2024-47540: Fixed uninitialized stack memory in Matroska/WebM demuxer bsc1234421...

7.8CVSS9.5AI score0.01005EPSS
SaveExploits2References12
OSV
OSV
added 2025/06/21 9:04 a.m.5 views

SUSE-SU-2025:02058-1 Security update for gstreamer-plugins-good

This update for gstreamer-plugins-good fixes the following issues: - CVE-2025-47183: Fixed out-of-bounds read in MOV/MP4 demuxer bsc1244406. - CVE-2025-47219: Fixed out-of-bounds read in MOV/MP4 demuxer bsc1244405. - CVE-2024-47540: Fixed uninitialized stack memory in Matroska/WebM demuxer...

9.8CVSS7.1AI score0.01005EPSS
SaveExploits2References7
RedhatCVE
RedhatCVE
added 2025/06/21 5:48 a.m.8 views

CVE-2025-38006

In the Linux kernel, the following vulnerability has been resolved: net: mctp: Don't access ifaindex when missing In mctpdumpaddrinfo, ifaindex can be used to filter interfaces, but only when the struct ifaddrmsg is provided. Otherwise it will be comparing to uninitialised memory - reproducible i...

7CVSS7AI score0.00177EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/20 1:05 p.m.5 views

SUSE-SU-2025:02053-1 Security update for gstreamer-plugins-good

This update for gstreamer-plugins-good fixes the following issues: - CVE-2025-47183: Fixed out-of-bounds read in MOV/MP4 demuxer bsc1244406. - CVE-2025-47219: Fixed out-of-bounds read in MOV/MP4 demuxer bsc1244405. - CVE-2024-47540: Fixed uninitialized stack memory in Matroska/WebM demuxer...

9.8CVSS9.5AI score0.01005EPSS
SaveExploits2References7
Rows per page
Query Builder