Lucene search
+L

479 matches found

OSV
OSV
added 2025/07/28 12:15 p.m.10 views

UBUNTU-CVE-2025-38482

In the Linux kernel, the following vulnerability has been resolved: comedi: das6402: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: / IRQs 2,3,5,6,7, 10,11,15 are valid for "enhanced" mode / if 1 options1 & 0x8cec However, it-optionsi is an...

7.1CVSS6.2AI score0.00163EPSS
SaveExploits0References39
OSV
OSV
added 2025/07/28 12:15 p.m.6 views

UBUNTU-CVE-2025-38481

In the Linux kernel, the following vulnerability has been resolved: comedi: Fail COMEDIINSNLIST ioctl if ninsns is too large The handling of the COMEDIINSNLIST ioctl allocates a kernel buffer to hold the array of struct comediinsn, getting the length from the ninsns member of the struct...

5.5CVSS6.2AI score0.0016EPSS
SaveExploits0References39
OSV
OSV
added 2025/07/28 12:15 p.m.6 views

UBUNTU-CVE-2025-38483

In the Linux kernel, the following vulnerability has been resolved: comedi: das16m1: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: / only irqs 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, and 15 are valid / if 1 options1 & 0xdcfc However, it-optionsi is an...

7.1CVSS6.2AI score0.00163EPSS
SaveExploits0References39
OSV
OSV
added 2025/07/28 12:15 p.m.7 views

UBUNTU-CVE-2025-38480

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized data in insnrwemulatebits For Comedi INSNREAD and INSNWRITE instructions on "digital" subdevices subdevice types COMEDISUBDDI, COMEDISUBDDO, and COMEDISUBDDIO, it is common for the subdevice drive...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References39
CVE
CVE
added 2025/07/28 11:21 a.m.101 views

CVE-2025-38482

CVE-2025-38482 : In the Linux kernel, the comedi das6402 IRQ check used an unchecked user-supplied value for the shift amount, allowing a negative or out-of-range shift. The test now requires it->options[1] to be within bounds before applying the test, with valid IRQ values in [1,15] and 0 dis...

7.1CVSS6.4AI score0.00163EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/28 11:21 a.m.19 views

CVE-2025-38482

In the Linux kernel, the following vulnerability has been resolved: comedi: das6402: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: / IRQs 2,3,5,6,7, 10,11,15 are valid for "enhanced" mode / if 1 options1 & 0x8cec However, it-optionsi is an...

7.1CVSS5.6AI score0.00163EPSS
SaveExploits0
CVE
CVE
added 2025/07/28 11:21 a.m.102 views

CVE-2025-38483

CVE-2025-38483 concerns the Linux kernel’s comedi das16m1 IRQ validation. The test for valid IRQs uses a bitmask check on (1 <options[1]), but it->options[i] is an unchecked int from userspace, allowing the shift amount to be negative or out of bounds. The fix adds a bounds check on it->...

7.1CVSS6.5AI score0.00163EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/28 11:21 a.m.23 views

CVE-2025-38483 comedi: das16m1: Fix bit shift out of bounds

In the Linux kernel, the following vulnerability has been resolved: comedi: das16m1: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: / only irqs 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, and 15 are valid / if 1 options1 & 0xdcfc However, it-optionsi is an...

0.00163EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/07/28 11:21 a.m.12 views

CVE-2025-38483

In the Linux kernel, the following vulnerability has been resolved: comedi: das16m1: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: / only irqs 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, and 15 are valid / if 1 options1 & 0xdcfc However, it-optionsi is an...

7.1CVSS5.6AI score0.00163EPSS
SaveExploits0
OSV
OSV
added 2025/07/28 11:21 a.m.6 views

CVE-2025-38482 comedi: das6402: Fix bit shift out of bounds

In the Linux kernel, the following vulnerability has been resolved: comedi: das6402: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: / IRQs 2,3,5,6,7, 10,11,15 are valid for "enhanced" mode / if 1 options1 & 0x8cec However, it-optionsi is an...

6.4AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/07/28 11:21 a.m.18 views

CVE-2025-38480

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized data in insnrwemulatebits For Comedi INSNREAD and INSNWRITE instructions on "digital" subdevices subdevice types COMEDISUBDDI, COMEDISUBDDO, and COMEDISUBDDIO, it is common for the subdevice drive...

5.5CVSS5.5AI score0.0016EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/28 11:21 a.m.20 views

CVE-2025-38480 comedi: Fix use of uninitialized data in insn_rw_emulate_bits()

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized data in insnrwemulatebits For Comedi INSNREAD and INSNWRITE instructions on "digital" subdevices subdevice types COMEDISUBDDI, COMEDISUBDDO, and COMEDISUBDDIO, it is common for the subdevice drive...

0.0016EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/28 11:21 a.m.102 views

CVE-2025-38480

CVE-2025-38480 : In the Linux kernel's Comedi subsystem, insn_rw_emulate_bits() may read uninitialized data for INSN_READ/INSN_WRITE when insn->n is 0, causing an incorrect write to digital outputs and potentially corrupting channel state. The fix returns 0 early when insn->n == 0, aligning...

5.5CVSS6.4AI score0.0016EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/07/28 11:21 a.m.17 views

CVE-2025-38480 comedi: Fix use of uninitialized data in insn_rw_emulate_bits()

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized data in insnrwemulatebits For Comedi INSNREAD and INSNWRITE instructions on "digital" subdevices subdevice types COMEDISUBDDI, COMEDISUBDDO, and COMEDISUBDDIO, it is common for the subdevice drive...

6.5AI score
SaveExploits0References13
OSV
OSV
added 2025/07/28 11:21 a.m.7 views

CVE-2025-38478 comedi: Fix initialization of data for instructions that write to subdevice

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix initialization of data for instructions that write to subdevice Some Comedi subdevice instruction handlers are known to access instruction data elements beyond the first insn-n elements in some cases. The doinsnioctl...

7.8CVSS6.6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/07/28 11:21 a.m.18 views

CVE-2025-38478 comedi: Fix initialization of data for instructions that write to subdevice

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix initialization of data for instructions that write to subdevice Some Comedi subdevice instruction handlers are known to access instruction data elements beyond the first insn-n elements in some cases. The doinsnioctl...

7.8CVSS0.00172EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/28 11:21 a.m.96 views

CVE-2025-38478

Technical details for CVE-2025-38478 are not publicly available in the provided documents. The initial report describes Linux kernel Comedi instruction data initialization issues; monitor for updates.

7.8CVSS6.5AI score0.00172EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/28 11:21 a.m.16 views

CVE-2025-38478

In the Linux kernel, the following vulnerability has been resolved: comedi: Fix initialization of data for instructions that write to subdevice Some Comedi subdevice instruction handlers are known to access instruction data elements beyond the first insn-n elements in some cases. The doinsnioctl...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/22 12:00 a.m.18 views

PT-2025-35960

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free flaw within the comedi subsystem. This issue occurs due to the removal of allocated asynchronous areas while poll requests are still active,...

4.7CVSS6AI score0.00124EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/07/16 12:00 a.m.9 views

PT-2025-33572

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the comedi subsystem, specifically within the aio iiro 16 driver. An unchecked integer value from userspace, it-options1, is used as a shift amount ...

7.1CVSS7.1AI score0.00174EPSS
SaveExploits0
Rows per page
Query Builder