Lucene search
+L

401 matches found

RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.11 views

kernel: Kernel: Denial of Service in amdgpu driver due to improper interrupt handling

A flaw was found in the Linux kernel's amdgpu graphics driver. A local user with low privileges could exploit this vulnerability due to the improper use of the amdgpuirqput function within the gmcv100hwfini component. This flaw leads to a call trace, which can result in a system crash and a Denia...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/05 12:0 a.m.70 views

CVE-2024-26814

In the Linux kernel, the following vulnerability has been resolved: vfio/fsl-mc: Block calling interrupt handler without trigger The eventfdctx trigger pointer of the vfiofslmcirq object is initially NULL and may become NULL if the user sets the trigger eventfd to -1. The interrupt handler itself...

5.5CVSS6.1AI score0.00223EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/04/05 12:0 a.m.21 views

CVE-2024-26813

In the Linux kernel, the following vulnerability has been resolved: vfio/platform: Create persistent IRQ handlers The vfio-platform SETIRQS ioctl currently allows loopback triggering of an interrupt before a signaling eventfd has been configured by the user, which thereby allows a NULL pointer...

5.5CVSS6.2AI score0.00234EPSS
SaveExploits0References24
OSV
OSV
added 2024/04/04 8:20 a.m.5 views

CVE-2024-26788 dmaengine: fsl-qdma: init irq after reg initialization

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: init irq after reg initialization Initialize the qDMA irqs after the registers are configured so that interrupts that may have been pending from a primary kernel don't get processed by the irq handler before ...

5.8AI score
SaveExploits0References11
OSV
OSV
added 2024/04/03 5:15 p.m.1 views

DEBIAN-CVE-2024-26776

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-sfc-v3xx: Return IRQNONE if no interrupts were detected Return IRQNONE from the interrupt handler when no interrupt was detected. Because an empty interrupt will cause a null pointer error: Unable to handle kernel NULL...

5.5CVSS5.2AI score0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 5:15 p.m.4 views

UBUNTU-CVE-2024-26776

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-sfc-v3xx: Return IRQNONE if no interrupts were detected Return IRQNONE from the interrupt handler when no interrupt was detected. Because an empty interrupt will cause a null pointer error: Unable to handle kernel NULL...

5.5CVSS6AI score0.00242EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/03/27 4:25 a.m.5 views

SUSE CVE-2021-47169

In the Linux kernel, the following vulnerability has been resolved: serial: rp2: use 'requestfirmware' instead of 'requestfirmwarenowait' In 'rp2probe', the driver registers 'rp2uartinterrupt' then calls 'rp2fwcb' through 'requestfirmwarenowait'. In 'rp2fwcb', if the firmware don't exists, functi...

5.5CVSS7.7AI score0.00226EPSS
SaveExploits0References11
OSV
OSV
added 2024/03/25 10:15 a.m.3 views

DEBIAN-CVE-2021-47169

In the Linux kernel, the following vulnerability has been resolved: serial: rp2: use 'requestfirmware' instead of 'requestfirmwarenowait' In 'rp2probe', the driver registers 'rp2uartinterrupt' then calls 'rp2fwcb' through 'requestfirmwarenowait'. In 'rp2fwcb', if the firmware don't exists, functi...

5.5CVSS5.5AI score0.00226EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/03/25 9:16 a.m.40 views

CVE-2021-47169

In the Linux kernel, the following vulnerability has been resolved: serial: rp2: use 'requestfirmware' instead of 'requestfirmwarenowait' In 'rp2probe', the driver registers 'rp2uartinterrupt' then calls 'rp2fwcb' through 'requestfirmwarenowait'. In 'rp2fwcb', if the firmware don't exists, functi...

5.5CVSS5.5AI score0.00226EPSS
SaveExploits0
CVE
CVE
added 2024/03/25 9:16 a.m.108 views

CVE-2021-47169

CVE-2021-47169 : In the Linux kernel, the serial rp2 driver could NULL-dereference if a firmware load via request_firmware_nowait occurred before ports were initialized. The fix was to use a synchronous firmware load (request_firmware) during rp2_probe to ensure interrupts are not handled before ...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/03/25 9:15 a.m.16 views

CVE-2021-47153

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Don't generate an interrupt on bus reset Now that the i2c-i801 driver supports interrupts, setting the KILL bit in a attempt to recover from a timed out transaction triggers an interrupt. Unfortunately, the interrupt...

7.1CVSS5.8AI score
SaveExploits0References8
CVE
CVE
added 2024/03/25 9:7 a.m.146 views

CVE-2021-47153

CVE-2021-47153 involves the Linux kernel i2c: i801 driver. The issue occurs when a KILL-recover/bus-reset process triggers an interrupt that the i801_isr cannot handle, potentially causing an out-of-bounds memory access in block transactions. The connected MiracleLinux advisories (AXSA) reference...

7.8CVSS6.8AI score0.00231EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/25 9:7 a.m.25 views

CVE-2021-47153 i2c: i801: Don't generate an interrupt on bus reset

In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Don't generate an interrupt on bus reset Now that the i2c-i801 driver supports interrupts, setting the KILL bit in a attempt to recover from a timed out transaction triggers an interrupt. Unfortunately, the interrupt...

7.8CVSS6.7AI score0.00231EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/03/06 4:34 a.m.5 views

SUSE CVE-2023-52559

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Avoid memory allocation in iommususpend The iommususpend syscore suspend callback is invoked with IRQ disabled. Allocating memory with the GFPKERNEL flag may re-enable IRQs during the suspend callback, which can cause...

5.5CVSS5.8AI score0.00224EPSS
SaveExploits0References11
OSV
OSV
added 2024/03/02 10:15 p.m.3 views

DEBIAN-CVE-2023-52567

In the Linux kernel, the following vulnerability has been resolved: serial: 8250port: Check IRQ data before use In case the leaf driver wants to use IRQ polling irq = 0 and IIR register shows that an interrupt happened in the 8250 hardware the IRQ data can be NULL. In such a case we need to skip...

5.5CVSS5.3AI score0.00228EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/29 11:15 p.m.13 views

CVE-2021-47016

In the Linux kernel, the following vulnerability has been resolved: m68k: mvme147,mvme16x: Don't wipe PCC timer config bits Don't clear the timer 1 configuration bits when clearing the interrupt flag and counter overflow. As Michael reported, "This results in no timer interrupts being delivered...

5.5CVSS6.7AI score
SaveExploits0References5
OSV
OSV
added 2024/02/28 9:15 a.m.6 views

UBUNTU-CVE-2021-47019

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix possible invalid register access Disable the interrupt and synchronze for the pending irq handlers to ensure the irq tasklet is not being scheduled after the suspend to avoid the possible invalid register access...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/02/27 12:0 a.m.5 views

Linux kernel security vulnerabilities

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 not enabling irq when handling spurious interrupts...

5.5CVSS8.2AI score0.00235EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/05/09 10:4 a.m.7 views

kernel: rxrpc: Fix locking in rxrpc's sendmsg

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix locking in rxrpc's sendmsg Fix three bugs in the rxrpc's sendmsg implementation: 1 rxrpcnewclientcall should release the socket lock when returning an error from rxrpcgetcallslot. 2 rxrpcwaitfortxwindowintr will return...

7.8CVSS6.4AI score0.00168EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/03/07 12:0 a.m.4 views

PT-2023-35435 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.15.94 Description: The issue is related to a potential security vulnerability in the powerpc/64s/interrupt handling. It is described as an interrupt exit race with security mitigation switch. The actual impac...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder