Lucene search
+L

474 matches found

CVE
CVE
added 2025/09/05 5:20 p.m.38 views

CVE-2025-39684

CVE-2025-39684 affects the Linux kernel Comedi subsystem. The vulnerability arises in do_insn_ioctl() and do_insnlist_ioctl() where a buffer of insn->n samples (unsigned int per sample) could copy back more data to userspace than was initialized, leaking kernel memory. Root cause: not all inst...

5.5CVSS5.9AI score0.00162EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/05 5:20 p.m.15 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
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/09/05 5:20 p.m.9 views

CVE-2025-39684

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...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2025/09/05 5:20 p.m.5 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...

5.5CVSS6.2AI score0.00162EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/09/05 12:0 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 Linux kernel, which stems from the use of uninitialized memory by the comedi module in doinsnioctl and doinsnlistioctl...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/05 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 Linux kernel, which stems from the insn-n sample not being handled by the insnrwemulatebits function of the comedi module...

7.8CVSS6AI score0.00171EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/05 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 the comedi/pcl726 module not verifying interrupt number validity...

7.1CVSS6AI score0.00149EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/09/04 11:24 p.m.5 views

SUSE CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

5.5CVSS6.3AI score0.0011EPSS
SaveExploits0References21
NVD
NVD
added 2025/09/04 4:15 p.m.6 views

CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS0.0011EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/04 4:15 p.m.3 views

DEBIAN-CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS4.9AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.9 views

AZL-66860 CVE-2025-38687 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS5.6AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.5 views

UBUNTU-CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS5.7AI score0.0011EPSS
SaveExploits0References37
CVE
CVE
added 2025/09/04 3:32 p.m.34 views

CVE-2025-38687

CVE-2025-38687 involves a race in the Linux kernel’s comedi subsystem where detaching a device can free the wait_queue_head before active poll entries are finished, causing a use-after-free. The fix adds synchronization in COMEDI_DEVCONFIG by unblocking in the detach path and applying a write loc...

4.7CVSS5.8AI score0.0011EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.14 views

CVE-2025-38687 comedi: fix race between polling and detaching

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

0.0011EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/04 3:32 p.m.5 views

CVE-2025-38687 comedi: fix race between polling and detaching

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS7.3AI score0.0011EPSS
SaveExploits0References15
Microsoft CVE
Microsoft CVE
added 2025/09/04 8:42 a.m.4 views

comedi: aio_iiro_16: Fix bit shift out of bounds

...

7.1CVSS7AI score0.00175EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 8:36 a.m.3 views

comedi: pcl812: Fix bit shift out of bounds

...

7.1CVSS7AI score0.00175EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 8:21 a.m.5 views

comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large

...

5.5CVSS7AI score0.00156EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 7:53 a.m.4 views

comedi: Fix use of uninitialized data in insn_rw_emulate_bits()

...

5.5CVSS7AI score0.00156EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 1:35 a.m.3 views

comedi: das6402: Fix bit shift out of bounds

...

7.1CVSS7AI score0.00159EPSS
SaveExploits0
Rows per page
Query Builder