Lucene search
+L

4354 matches found

Cvelist
Cvelist
added 2025/10/22 1:23 p.m.19 views

CVE-2023-53707 drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix integer overflow in amdgpucspass1 The type of size is unsigned int, if size is 0x40000000, there will be an integer overflow, size will be zero after size = sizeofuint32t, will cause uninitialized memory to be...

0.00197EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/22 1:23 p.m.23 views

CVE-2023-53707

CVE-2023-53707 : In the Linux kernel, the drm/amdgpu cs_pass1 path has an unsigned int size that can overflow when size is 0x40000000; after multiplying by sizeof(uint32_t), size may wrap to 0, causing a reference to uninitialized memory later. The vulnerability is resolved in the related kernel ...

6.3AI score0.00197EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/22 12:0 a.m.8 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 an integer overflow in the amdgpucspass1 function, which could lead to references to uninitialized memory...

6.1AI score0.00197EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/21 9:57 p.m.4 views

GHSA-FP5X-7M4Q-449F Direct Ring Buffer has uninitialized memory exposure in create_ring_buffer

The safe function createringbuffer allocates a buffer using Vec::withcapacity followed by setlen, creating a Box containing uninitialized memory. This leads to undefined behavior when functions like writeslices create typed slices e.g., &mut bool over the uninitialized memory, violating Rust's...

5.1CVSS7AI score
SaveExploits0References4
OSV
OSV
added 2025/10/21 12:0 p.m.5 views

RUSTSEC-2025-0105 Uninitialized memory exposure in create_ring_buffer

The safe function createringbuffer allocates a buffer using Vec::withcapacity followed by setlen, creating a Box containing uninitialized memory. This leads to undefined behavior when functions like writeslices create typed slices e.g., &mut bool over the uninitialized memory, violating Rust's...

7AI score
SaveExploits0References4
RustSec
RustSec
added 2025/10/21 12:0 p.m.11 views

Uninitialized memory exposure in string reading functions

Multiple string reading functions expose uninitialized memory by setting length to capacity when no null terminator is found. This allows reading uninitialized memory which may contain sensitive data from previous allocations. The ncurses-rs repository is archived and unmaintained...

6.9AI score
SaveExploits0
RustSec
RustSec
added 2025/10/21 12:0 p.m.10 views

Uninitialized memory exposure in create_ring_buffer

The safe function createringbuffer allocates a buffer using Vec::withcapacity followed by setlen, creating a Box containing uninitialized memory. This leads to undefined behavior when functions like writeslices create typed slices e.g., &mut bool over the uninitialized memory, violating Rust's...

7AI score
SaveExploits0Affected Software1
RustSec
RustSec
added 2025/10/21 12:0 p.m.10 views

Uninitialized memory exposure in any_as_u8_slice

The safe function anyasu8slice can create byte slices that reference uninitialized memory when used with types containing padding bytes. The function uses slice::fromrawparts to create a &u8 covering the entire size of a type, including padding bytes. According to Rust's documentation, fromrawpar...

7.2AI score
SaveExploits0Affected Software1
OSV
OSV
added 2025/10/21 12:0 p.m.7 views

RUSTSEC-2025-0108 Uninitialized memory exposure in string reading functions

Multiple string reading functions expose uninitialized memory by setting length to capacity when no null terminator is found. This allows reading uninitialized memory which may contain sensitive data from previous allocations. The ncurses-rs repository is archived and unmaintained...

6.9AI score
SaveExploits0References3
OSV
OSV
added 2025/10/21 12:0 p.m.6 views

RUSTSEC-2025-0107 Uninitialized memory exposure in any_as_u8_slice

The safe function anyasu8slice can create byte slices that reference uninitialized memory when used with types containing padding bytes. The function uses slice::fromrawparts to create a &u8 covering the entire size of a type, including padding bytes. According to Rust's documentation, fromrawpar...

7.2AI score
SaveExploits0References3
OSV
OSV
added 2025/10/20 8:34 a.m.3 views

SUSE-SU-2025:3677-1 Security update for samba

This update for samba fixes the following issues: - CVE-2025-9640: Fixed vfsstreamsxattr uninitialized memory write bsc1251279. - CVE-2025-10230: Fixed command Injection in WINS Server Hook Script bsc1251280...

10CVSS5.8AI score0.40121EPSS
SaveExploits2References5
Positive Technologies
Positive Technologies
added 2025/10/17 12:0 a.m.5 views

PT-2025-52921

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's NTFS3 implementation related to uninitialized memory after a failed mi read operation within mi format new. The issue stems from the ntfs get bh...

7.7CVSS6.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2025/10/15 1:16 p.m.5 views

DEBIAN-CVE-2025-9640

A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows an authenticated user to read residual memory content that may include sensitive data, resulting in an information disclosure vulnerability...

4.3CVSS6AI score0.00431EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/15 1:16 p.m.7 views

AZL-68936 CVE-2025-9640 affecting package samba 4.18.3-2

A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows an authenticated user to read residual memory content that may include sensitive data, resulting in an information disclosure vulnerability...

4.3CVSS7.2AI score0.00431EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/10/15 12:47 p.m.27 views

CVE-2025-9640 Samba: vfs_streams_xattr uninitialized memory write possible

A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows an authenticated user to read residual memory content that may include sensitive data, resulting in an information disclosure vulnerability...

4.3CVSS0.00431EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/15 12:47 p.m.100 views

CVE-2025-9640

The CVE-2025-9640 advisory concerns Samba’s vfs_streams_xattr module, where uninitialized heap memory can be written to alternate data streams, enabling an authenticated user to read residual memory and disclose sensitive data. Public references in Debian LTS (DLA-4384-1) state a fix in Samba 2:4...

4.3CVSS5.4AI score0.00431EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/10/15 12:47 p.m.4 views

CVE-2025-9640

A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows an authenticated user to read residual memory content that may include sensitive data, resulting in an information disclosure vulnerability...

4.3CVSS6AI score0.00431EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2025/10/15 12:47 p.m.3 views

CVE-2025-9640

A flaw was found in Samba, in the vfsstreamsxattr module, where uninitialized heap memory could be written into alternate data streams. This allows an authenticated user to read residual memory content that may include sensitive data, resulting in an information disclosure vulnerability...

4.3CVSS5.5AI score0.00431EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/15 12:0 a.m.4 views

Samba 安全漏洞

Samba is a Samba open source suite of standard Windows interoperability programs for Linux and Unix. A security vulnerability exists in Samba that stems from an uninitialized heap memory in the vfsstreamsxattr module, which could lead to information disclosure...

4.3CVSS6.1AI score0.00431EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/15 12:0 a.m.3 views

PT-2025-42317

Name of the Vulnerable Software and Affected Versions Samba affected versions not specified Description An issue exists in Samba’s vfs streams xattr module where uninitialized heap memory can be written into alternate data streams. This can allow an authenticated user to read residual memory...

10CVSS6.6AI score0.40121EPSS
SaveExploits2References77
Rows per page
Query Builder