Lucene search
K

22 matches found

Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.10 views

PT-2026-37524

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the rnbd-srv component where the response buffer is not cleared before use. This can lead to the client receiving stray bytes when messages are exchanged between...

9.1CVSS5.6AI score0.00514EPSS
Exploits0References149
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.3 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: iio: light: as73211: Ensure buffer holes are zeroed Given that the buffer is copied to a kfifo that can ultimately be read by user space, it is necessary to ensure that the buffer is zeroed...

7.1CVSS6.8AI score0.00162EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2024-53846

Malicious code in bioql PyPI...

7.8CVSS6.3AI score0.00192EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-55484

Malicious code in bioql PyPI...

7.1AI score0.00189EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/09/05 11:23 p.m.1 views

SUSE CVE-2025-39687

In the Linux kernel, the following vulnerability has been resolved: iio: light: as73211: Ensure buffer holes are zeroed Given that the buffer is copied to a kfifo that ultimately user space can read, ensure we zero it...

5.5CVSS6.7AI score0.00162EPSS
Exploits0References9
OSV
OSV
added 2025/09/05 6:15 p.m.4 views

AZL-66974 CVE-2025-39687 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: iio: light: as73211: Ensure buffer holes are zeroed Given that the buffer is copied to a kfifo that ultimately user space can read, ensure we zero it...

7.1CVSS5.8AI score0.00162EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/09/05 5:20 p.m.8 views

CVE-2025-39687 iio: light: as73211: Ensure buffer holes are zeroed

In the Linux kernel, the following vulnerability has been resolved: iio: light: as73211: Ensure buffer holes are zeroed Given that the buffer is copied to a kfifo that ultimately user space can read, ensure we zero it...

0.00162EPSS
Exploits0References7
OSV
OSV
added 2025/09/05 5:20 p.m.4 views

CVE-2025-39687 iio: light: as73211: Ensure buffer holes are zeroed

In the Linux kernel, the following vulnerability has been resolved: iio: light: as73211: Ensure buffer holes are zeroed Given that the buffer is copied to a kfifo that ultimately user space can read, ensure we zero it...

7.1CVSS6.2AI score0.00162EPSS
Exploits0References12
CVE
CVE
added 2025/09/05 5:20 p.m.27 views

CVE-2025-39687

CVE-2025-39687 affects the Linux kernel subsystem for the iio: light driver, specifically the as73211 component. The root cause described is that buffer holes were not zeroed when the buffer was copied into a kfifo that user space can read. The documented remediation in the initial description is...

7.1CVSS6AI score0.00162EPSS
Exploits0References10Affected Software1
Cvelist
Cvelist
added 2025/09/05 5:20 p.m.8 views

CVE-2025-39684 comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl()

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized memory in doinsnioctl and doinsnlistioctl syzbot reports a KMSAN kernel-infoleak in doinsnioctl. A kernel buffer is allocated to hold insn-n samples each of which is an unsigned int. For some...

0.00162EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.2 views

SUSE CVE-2022-50226

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leak For some sev ioctl interfaces, input may be passed that is less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmware return...

5.5CVSS6.4AI score0.00189EPSS
Exploits0References10
OSV
OSV
added 2025/01/21 1:15 p.m.1 views

DEBIAN-CVE-2024-57943

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

7.8CVSS5.8AI score0.00192EPSS
Exploits0References1
OSV
OSV
added 2025/01/21 1:15 p.m.0 views

UBUNTU-CVE-2024-57943

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

7.8CVSS6.3AI score0.00192EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2025/01/21 12:18 p.m.1 views

CVE-2024-57943 exfat: fix the new buffer was not zeroed before writing

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

6.3AI score0.00192EPSS
Exploits0References2
CVE
CVE
added 2025/01/21 12:18 p.m.82 views

CVE-2024-57943

CVE-2024-57943 affects the Linux kernel exFAT path where a newly allocated buffer head could write uninitialized data from the page cache. The root cause is that buffers marked as new were not zeroed before write_end(), risking data leakage or corruption. The remediation is a kernel commit that c...

7.8CVSS6.7AI score0.00192EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/01/21 12:18 p.m.5 views

CVE-2024-57943 exfat: fix the new buffer was not zeroed before writing

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

7.8CVSS5.8AI score0.00192EPSS
Exploits0References5
OSV
OSV
added 2025/01/06 5:15 p.m.10 views

AZL-55056 CVE-2024-56769 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib3000mb: fix uninit-value in dib3000writereg Syzbot reports 1 an uninitialized value issue found by KMSAN in dib3000readreg. Local u8 rb2 is used in i2ctransfer as a read buffer; in case that call fails, t...

5.5CVSS6.4AI score0.00212EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2024/11/05 1:22 a.m.4 views

kernel: block: initialize integrity buffer to zero before writing it to media

A flaw was found in the Linux kernel, where it initialized the integrity buffer to zero before writing it to media. Metadata added by biointegrityprep uses plain kmalloc, which leads to random kernel memory being written. Protection Information PI metadata is limited to the app tag not used by...

5.5CVSS6.8AI score0.00232EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/10/02 11:50 a.m.5 views

golang-fips: Golang FIPS zeroed buffer

A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted...

6.5CVSS5.8AI score0.00297EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 4:37 a.m.2 views

SUSE CVE-2017-15897

Node.js had a bug in versions 8.X and 9.X which caused buffers to not be initialized when the encoding for the fill value did not match the encoding specified. For example, 'Buffer.alloc0x100, "This is not correctly encoded", "hex";' The buffer implementation was updated such that the buffer will...

3.1CVSS7.9AI score0.02303EPSS
Exploits0References4
Rows per page
Query Builder