Lucene search
+L

277 matches found

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.5 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.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
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
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.25 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
NVD
NVD
added 2024/05/01 1:15 p.m.17 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
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
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.23 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.3910 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
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.28 views

CVE-2024-27028 spi: spi-mt65xx: Fix NULL pointer access in interrupt handler

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.8AI score0.01176EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/01 12:53 p.m.1934 views

CVE-2024-27028

CVE-2024-27028 is confirmed with concrete details in connected docs: the Linux kernel spi-mt65xx driver had a NULL pointer dereference in the interrupt handler during spi_transfer when tx_buf could be NULL. The fix adds a check for trans->tx_buf before use, mitigating potential crashes. Affect...

6.5CVSS6.5AI score0.01176EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/05/01 12:53 p.m.41 views

CVE-2024-27028 spi: spi-mt65xx: Fix NULL pointer access in interrupt handler

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...

7.8AI score0.01176EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/05/01 12:0 a.m.2 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 a null pointer access vulnerability in the interrupt handler...

6.5CVSS6.3AI score0.01176EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/17 4:15 p.m.0 views

DEBIAN-CVE-2024-26915

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Reset IH OVERFLOWCLEAR bit Allows us to detect subsequent IH ring buffer overflows as well...

5.5CVSS5.5AI score0.00246EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/04/17 12:0 a.m.11 views

PT-2024-3511 · Amd · Amdpspp2Cmboxv2

Name of the Vulnerable Software and Affected Versions: AmdPspP2CmboxV2 affected versions not specified Description: The issue is related to an exposed SMI handler in AmdPspP2CmboxV2, which can be leveraged to bypass protections put in place by previous UEFI phases, allowing direct access to the S...

7.8CVSS7.8AI score0.00115EPSS
SaveExploits0References5
Rows per page
Query Builder