Lucene search
+L

479 matches found

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

CVE-2025-39686

CVE-2025-39686: In the Linux kernel comedi subsystem, insn_rw_emulate_bits() incorrectly emulated INSN_READ/WRITE for subdevices that support INSN_BITS, handling only a single sample instead of insn->n samples. The fix is to make the function process all n samples or return an error to conform...

7.8CVSS5.8AI score0.00184EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/09/05 5:20 p.m.45 views

CVE-2025-39685

Summary (CVE-2025-39685) : In the Linux kernel, the comedi pcl726 driver could trigger an out-of-bounds when an excessively large IRQ number was passed (example 0x80008000). The fix adds an interrupt number check to prevent passing an IRQ number that is too large. It notes that if it->options[...

7.1CVSS6.1AI score0.0016EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/05 5:20 p.m.27 views

CVE-2025-39685 comedi: pcl726: Prevent invalid irq number

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number0x80008000 that was too large, which triggered the oob. Added an interrupt number check to prevent users from passing in an irq number that was too...

0.0016EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/09/05 5:20 p.m.21 views

CVE-2025-39685

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number0x80008000 that was too large, which triggered the oob. Added an interrupt number check to prevent users from passing in an irq number that was too...

7.1CVSS6.1AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2025/09/05 5:20 p.m.14 views

CVE-2025-39685 comedi: pcl726: Prevent invalid irq number

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number0x80008000 that was too large, which triggered the oob. Added an interrupt number check to prevent users from passing in an irq number that was too...

6.2AI score
SaveExploits0References11
OSV
OSV
added 2025/09/05 5:20 p.m.7 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...

6.2AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/09/05 5:20 p.m.21 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.00174EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/05 5:20 p.m.50 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.00174EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/09/05 5:20 p.m.12 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.00174EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/09/05 12:00 a.m.6 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.00174EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/05 12:00 a.m.9 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.0016EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/05 12:00 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, which stems from the insn-n sample not being handled by the insnrwemulatebits function of the comedi module...

7.8CVSS6AI score0.00184EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/09/04 11:24 p.m.7 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.00124EPSS
SaveExploits0References21
NVD
NVD
added 2025/09/04 4:15 p.m.8 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...

7.3CVSS0.00124EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/04 4:15 p.m.4 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.00124EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.16 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...

7.3CVSS5.6AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/04 4:15 p.m.10 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...

7.3CVSS5.7AI score0.00124EPSS
SaveExploits0References37
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.23 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...

7.3CVSS0.00124EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/04 3:32 p.m.6 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...

7.3CVSS7.3AI score
SaveExploits0References15
CVE
CVE
added 2025/09/04 3:32 p.m.39 views

CVE-2025-38687

The CVE-2025-38687 issue affects the Linux kernel’s comedi subsystem, where a race between polling and detaching a device can lead to a use-after-free of the wait_queue_head memory. The root cause is the removal of the allocated async area while poll requests are still active on subdevice wait qu...

7.3CVSS5.8AI score0.00124EPSS
SaveExploits0References12Affected Software1
Rows per page
Query Builder