Lucene search
+L

844 matches found

OSV
OSV
added 2025/09/16 1:0 p.m.6 views

CVE-2025-39816 io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: always use READONCE to read ring provided buffer lengths Since the buffers are mapped from userspace, it is prudent to use READONCE to read the value into a local variable, and use that for any other actions taken...

5.5CVSS6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/16 1:0 p.m.4 views

CVE-2025-39816 io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: always use READONCE to read ring provided buffer lengths Since the buffers are mapped from userspace, it is prudent to use READONCE to read the value into a local variable, and use that for any other actions taken...

6AI score0.00135EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/09/16 12:0 a.m.7 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 a failure to read the ring buffer length using READONCE, which could lead to data inconsistency...

5.5CVSS6.2AI score0.00135EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/16 12:0 a.m.11 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 Linux kernel that stems from a sign problem in buffer length calculations that could lead to unexpected behavior...

5.5CVSS6.2AI score0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.1 views

DEBIAN-CVE-2023-53220

In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007i2cxfer In az6007i2cxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach az6007i2cxfer. If...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 2:15 p.m.6 views

CVE-2022-50253

In the Linux kernel, the following vulnerability has been resolved: bpf: make sure skb-len != 0 when redirecting to a tunneling device syzkaller managed to trigger another case where skb-len == 0 when we enter devqueuexmit: WARNING: CPU: 0 PID: 2470 at include/linux/skbuff.h:2576 skbassertlen...

5.5CVSS0.00156EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/15 12:0 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 a failure to check buffer lengths and incorrect use of the snprintf function, which could result in a buffer...

7.8CVSS6.1AI score0.00185EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/09/05 5:21 p.m.24 views

CVE-2025-39713 media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt()

In the Linux kernel, the following vulnerability has been resolved: media: rainshadow-cec: fix TOCTOU race condition in raininterrupt In the interrupt handler raininterrupt, the buffer full check on rain-buflen is performed before acquiring rain-buflock. This creates a Time-of-Check to Time-of-Us...

0.00134EPSS
SaveExploits0References8
SUSE Linux
SUSE Linux
added 2025/09/05 12:16 p.m.2 views

Security update for opensc

This update for opensc fixes the following issues: CVE-2023-5992: Side-channel leaks while stripping encryption PKCS1 padding bsc1219386. CVE-2024-8443: Heap buffer overflow in OpenPGP driver when generating key bsc1230364. CVE-2024-45620: Incorrect handling of the length of buffers or files in...

4.4CVSS6.3AI score0.01156EPSS
SaveExploits1References32
SUSE CVE
SUSE CVE
added 2025/09/04 11:24 p.m.12 views

SUSE CVE-2025-38680

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix 1-byte out-of-bounds read in uvcparseformat The buffer length check before calling uvcparseformat only ensured that the buffer has at least 3 bytes buflen 2, buf the function accesses buffer3, requiring at...

5.5CVSS6.7AI score0.00175EPSS
SaveExploits0References22
OSV
OSV
added 2025/09/04 4:15 p.m.5 views

UBUNTU-CVE-2025-38680

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix 1-byte out-of-bounds read in uvcparseformat The buffer length check before calling uvcparseformat only ensured that the buffer has at least 3 bytes buflen 2, buf the function accesses buffer3, requiring at...

7.1CVSS6.6AI score0.00175EPSS
SaveExploits0References37
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.25 views

CVE-2025-38680 media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format()

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix 1-byte out-of-bounds read in uvcparseformat The buffer length check before calling uvcparseformat only ensured that the buffer has at least 3 bytes buflen 2, buf the function accesses buffer3, requiring at...

0.00175EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/04 3:32 p.m.48 views

CVE-2025-38680

The CVE CVE-2025-38680 affects the Linux kernel media: uvcvideo component, where a 1-byte out-of-bounds read can occur in uvc_parse_format(). The root cause is a buffer length check that only guaranteed buf > 2, while the code accesses buffer[3], requiring at least 4 bytes. The vulnerability’s...

7.1CVSS6AI score0.00175EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2025/09/04 3:32 p.m.4 views

CVE-2025-38680 media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format()

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix 1-byte out-of-bounds read in uvcparseformat The buffer length check before calling uvcparseformat only ensured that the buffer has at least 3 bytes buflen 2, buf the function accesses buffer3, requiring at...

6.2AI score
SaveExploits0References15
Microsoft CVE
Microsoft CVE
added 2025/09/04 10:20 a.m.12 views

pptp: ensure minimal skb length in pptp_xmit()

...

8.6CVSS6.9AI score0.00358EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 3:34 a.m.17 views

Libopensc: incorrect handling of the length of buffers or files in pkcs15init

...

3.9CVSS6.7AI score0.00293EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/08/28 12:0 a.m.8 views

PT-2025-37961

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue in the io uring/kbuf subsystem where buffer lengths are not consistently read. This is due to the use of potentially unstable reads of user-space mappe...

5.5CVSS6.2AI score0.00135EPSS
SaveExploits0
CNVD
CNVD
added 2025/08/27 12:0 a.m.9 views

DELL iDRAC Service Module Elevation of Privilege Vulnerability

The DELL iDRAC Service Module is a lightweight software service on Dell servers that is primarily used to enhance the functionality of iDRAC Integrated Dell Remote Control Card and improve server management efficiency by consolidating operating system information. An elevation of privilege...

7.8CVSS8AI score0.00145EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/08/23 7:24 p.m.9 views

CVE-2025-38743

Dell iDRAC Service Module iSM, versions prior to 6.0.3.0, contains a Buffer Access with Incorrect Length Value vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Code execution and Elevation of privileges...

7.8CVSS6.3AI score0.00145EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/21 7:15 p.m.7 views

CVE-2025-38743

Dell iDRAC Service Module iSM, versions prior to 6.0.3.0, contains a Buffer Access with Incorrect Length Value vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Code execution and Elevation of privileges...

7.8CVSS5.9AI score0.00145EPSS
SaveExploits0References1
Rows per page
Query Builder