Lucene search
+L

96 matches found

OSV
OSV
added 2025/09/11 5:15 p.m.7 views

UBUNTU-CVE-2025-39749

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect -deferqsiwpending from data race On kernels built with CONFIGIRQWORK=y, when rcureadunlock is invoked within an interrupts-disabled region of code 1, it will invoke rcureadunlockspecial, which uses an irq-work handle...

7CVSS6.5AI score0.00169EPSS
SaveExploits0References37
Tenable Nessus
Tenable Nessus
added 2025/08/31 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-38525

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the...

7.5CVSS5.6AI score0.00356EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.12 views

CVE-2025-38529

In the Linux kernel, the following vulnerability has been resolved: comedi: aioiiro16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if 1 options1 & 0xdcfc However, it-optionsi is an unchecked int value from userspace, so the shift amount could ...

5.5CVSS7.2AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/08/18 5:12 a.m.12 views

CVE-2025-38525

A flaw was found in the Linux kernel’s Remote Execution RPC RxRPC implementation, where the rxrpcassessMTUsize function is invoked with interrupts disabled during the handling of an incoming call. This function queries the IP layer for route MTU information, but the IP layer internally uses...

7CVSS6.3AI score0.00356EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/08/16 11:22 p.m.11 views

SUSE CVE-2025-38530

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl812: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if 1 options1 & board-irqbits However, it-optionsi is an unchecked int value from userspace, so the shift amount...

6.1CVSS6.4AI score0.00174EPSS
SaveExploits0References20
NVD
NVD
added 2025/08/16 12:15 p.m.20 views

CVE-2025-38529

In the Linux kernel, the following vulnerability has been resolved: comedi: aioiiro16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if 1 options1 & 0xdcfc However, it-optionsi is an unchecked int value from userspace, so the shift amount could ...

7.1CVSS0.00174EPSS
SaveExploits0References10
OSV
OSV
added 2025/08/16 12:15 p.m.12 views

DEBIAN-CVE-2025-38529

In the Linux kernel, the following vulnerability has been resolved: comedi: aioiiro16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if 1 options1 & 0xdcfc However, it-optionsi is an unchecked int value from userspace, so the shift amount could ...

7.1CVSS6AI score0.00174EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/16 12:15 p.m.26 views

CVE-2025-38525

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming call, this is called from rxrpcnewincomingcall which holds...

7.5CVSS0.00356EPSS
SaveExploits0References4
OSV
OSV
added 2025/08/16 12:15 p.m.14 views

UBUNTU-CVE-2025-38529

In the Linux kernel, the following vulnerability has been resolved: comedi: aioiiro16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if 1 options1 & 0xdcfc However, it-optionsi is an unchecked int value from userspace, so the shift amount could ...

7.1CVSS6.5AI score0.00174EPSS
SaveExploits0References39
CVE
CVE
added 2025/08/16 11:12 a.m.63 views

CVE-2025-38530

CVE-2025-38530 relates to the Linux kernel’s Comedi pcl812 code. The vulnerability arises from a test that shifts a constant with a user-supplied option: (1 <options[1]) & board->irq_bits. Since it->options[1] is unchecked from userspace, the shift amount can be negative or out of bounds...

7.1CVSS6.5AI score0.00174EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.15 views

CVE-2025-38530

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl812: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if 1 options1 & board-irqbits However, it-optionsi is an unchecked int value from userspace, so the shift amount...

7.1CVSS6AI score0.00174EPSS
SaveExploits0
CVE
CVE
added 2025/08/16 11:12 a.m.64 views

CVE-2025-38529

CVE-2025-38529 relates to the Linux kernel Comedi driver (aio_iiro_16) where an unchecked userspace-derived value in it->options[1] could cause a shift out of bounds or negative shift; the fix adds a bounds check on it->options[1] before evaluating the (1 <options[1]) & 0xdcfc test. Affe...

7.1CVSS6.5AI score0.00174EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.21 views

CVE-2025-38529 comedi: aio_iiro_16: Fix bit shift out of bounds

In the Linux kernel, the following vulnerability has been resolved: comedi: aioiiro16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if 1 options1 & 0xdcfc However, it-optionsi is an unchecked int value from userspace, so the shift amount could ...

0.00174EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.69 views

CVE-2025-38525

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming call, this is called from rxrpcnewincomingcall which holds...

7.5CVSS5.4AI score0.00356EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/16 11:12 a.m.34 views

CVE-2025-38525 rxrpc: Fix irq-disabled in local_bh_enable()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix irq-disabled in localbhenable The rxrpcassessMTUsize function calls down into the IP layer to find out the MTU size for a route. When accepting an incoming call, this is called from rxrpcnewincomingcall which holds...

7.5CVSS0.00356EPSS
SaveExploits0References4
CVE
CVE
added 2025/08/16 11:12 a.m.47 views

CVE-2025-38525

CVE-2025-38525 concerns the Linux kernel RXRPC code path where rxrpc_assess_MTU_size() is invoked with IRQs disabled, triggering a warning in the IP layer via local_bh_enable() and potential interrupt handling issues. The issue is resolved by moving the MTU-size assessment out of rxrpc_init_peer(...

7.5CVSS6.7AI score0.00356EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2025/08/16 12:00 a.m.20 views

PT-2025-33568

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to interrupt handling within the rxrpc subsystem. Specifically, the rxrpc assess MTU size function, called from rxrpc new incoming call, can...

8.5CVSS6AI score0.07644EPSS
SaveExploits3References530
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-23161

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The...

5.5CVSS6.6AI score0.0014EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-53031

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIGDEBUGATOMICSLEEP and CONFIGPROVELOCKING enabled,...

5.5CVSS6.5AI score0.00147EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-52559

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid memory allocation in iommususpend The iommususpend syscore suspend callbac...

5.5CVSS5.3AI score0.00224EPSS
SaveExploits0References2
Rows per page
Query Builder