Lucene search
+L

283 matches found

OSV
OSV
added 2024/05/30 3:35 p.m.26 views

CVE-2024-36950 firewire: ohci: mask bus reset interrupts between ISR and bottom half

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until busresetwork has serviced and cleared the...

4.4CVSS5.8AI score
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/05/29 2:18 p.m.4 views

SUSE CVE-2023-52863

In the Linux kernel, the following vulnerability has been resolved: hwmon: axi-fan-control Fix possible NULL pointer dereference axifancontrolirqhandler, dependent on the private axifancontroldata structure, might be called before the hwmon device is registered. That will cause an "Unable to hand...

5.5CVSS6.1AI score0.0024EPSS
SaveExploits0References13
NVD
NVD
added 2024/05/21 3:15 p.m.25 views

CVE-2021-47429

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix unrecoverable MCE calling async handler from NMI The machine check handler is not considered NMI on 64s. The early handler is the true NMI handler, and then it schedules the machinecheckexception handler to run...

5.5CVSS6.4AI score0.00194EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.5 views

SUSE CVE-2024-35997

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up The flag I2CHIDREADPENDING is used to serialize I2C operations. However, this is not necessary, because I2C core already has its own locking for that. More importantl...

5.5CVSS6.5AI score0.00177EPSS
SaveExploits0References19
CNNVD
CNNVD
added 2024/05/21 12:0 a.m.12 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 a deadlock issue in cdnspthreadirqhandler...

5.5CVSS5.1AI score0.00147EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/20 2:21 p.m.34 views

CVE-2024-35945

In the Linux kernel, the following vulnerability has been resolved: net: phy: phydevice: Prevent nullptr exceptions on ISR If phydev-irq is set unconditionally, check for valid interrupt handler or fall back to polling mode to prevent nullptr exceptions in interrupt service routine...

5.5CVSS6.6AI score0.00211EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/20 12:0 a.m.14 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from an interrupt handler that will be called again in an infinite loop...

5.5CVSS6.6AI score0.00177EPSS
SaveExploits0References11
CVE
CVE
added 2024/05/19 10:10 a.m.124 views

CVE-2024-35945

CVE-2024-35945 (Linux kernel) is reported as resolved in OSV entries for Root:Ubuntu 22.04 via ROOT-OS-UBUNTU-2204-CVE-2024-35945, with multiple fixed ROOT rootio-linux versions available. Other OSVs (ROOT-OS-DEBIAN-11-CVE-2024-35945, ROOT-OS-DEBIAN-12-CVE-2024-35945) also indicate patches in roo...

5.5CVSS6.7AI score0.00211EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/17 12:8 p.m.37 views

CVE-2023-52660 media: rkisp1: Fix IRQ handling due to shared interrupts

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ handling due to shared interrupts The driver requests the interrupts as IRQFSHARED, so the interrupt handlers can be called at any time. If such a call happens while the ISP is powered down, the SoC will ha...

6.4AI score0.00219EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.17 views

PT-2024-14683

Name of the Vulnerable Software and Affected Versions Linux kernel versions up to 6.1.82 Linux kernel versions up to 6.6.22 Linux kernel versions up to 6.7.10 Description The issue arises from the driver requesting interrupts as IRQF SHARED, allowing interrupt handlers to be called at any time. I...

5.5CVSS5.4AI score0.00219EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/15 12:0 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 versions 6.7.2 and earlier, which stems from the presence of an untrusted hypervisor that can inject a virtual...

7.1CVSS6.4AI score0.00247EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:0 a.m.19 views

The vulnerability of the mtk_spi_interrupt() function in the drivers/spi/spi-mt65xx.c file of the Mediatek SPI kernel for the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the mtkspiinterrupt function in the drivers/spi/spi-mt65xx.c file of the Mediatek SPI kernel for the Linux operating system is related to the assignment of a null pointer. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.01176EPSS
SaveExploits0References26Affected Software4
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:0 a.m.11 views

The vulnerability of the mt792x_irq_handler() function in the drivers/net/wireless/mediatek/mt76/mt792x_dma.c file of the mediatek kernel driver for the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the mt792xirqhandler function in the mediatek driver’s drivers/net/wireless/mediatek/mt76/mt792xdma.c file is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS6.5AI score0.0023EPSS
SaveExploits0References14Affected Software3
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.4 views

SUSE CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

5.5CVSS6.7AI score0.01176EPSS
SaveExploits0References16
RedhatCVE
RedhatCVE
added 2024/05/01 9:24 p.m.27 views

CVE-2024-27030

A race condition vulnerability was found in the Linux kernel. When AF and PF interrupts are raised at the same time in the CPU, two cores serve same event, corrupting the data. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat...

5.8CVSS7.8AI score0.00226EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.0 views

DEBIAN-CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

6.5CVSS5.8AI score0.01176EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/01 1:15 p.m.18 views

CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

6.5CVSS7.5AI score0.01176EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

6.5CVSS6.5AI score0.01176EPSS
SaveExploits0References31
OSV
OSV
added 2024/05/01 1:15 p.m.27 views

UBUNTU-CVE-2024-27028

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spitransfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory and cause crashes. Add a check to trans-txbuf...

6.5CVSS6.3AI score0.01176EPSS
SaveExploits0References32
CVE
CVE
added 2024/05/01 12:53 p.m.3912 views

CVE-2024-27030

CVSS context: Local impact, high/critical data integrity risk when interrupts race. Affected component: octeontx2-af in the Linux kernel. Root cause: PF→AF interrupt vector and VF→AF vector registered to the same interrupt handler, enabling a race when two interrupts arrive on two CPUs simultaneo...

7.8CVSS6.5AI score0.00226EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder