Lucene search
+L

4361 matches found

Cvelist
Cvelist
added 2025/12/24 1:5 p.m.28 views

CVE-2022-50761 x86/xen: Fix memory leak in xen_init_lock_cpu()

In the Linux kernel, the following vulnerability has been resolved: x86/xen: Fix memory leak in xeninitlockcpu In xeninitlockcpu, the @name has allocated new string by kasprintf, if bindipitoirqhandler fails, it should be freed, otherwise may lead to a memory leak issue, fix it...

0.00252EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.35 views

CVE-2022-50744 scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfs

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix hard lockup when reading the rxmonitor from debugfs During I/O and simultaneous cat of /sys/kernel/debug/lpfc/fnX/rxmonitor, a hard lockup similar to the call trace below may occur. The spinlockbh in...

0.00214EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:5 p.m.20 views

CVE-2022-50744

Technical details about CVE-2022-50744 are not publicly provided in the supplied connected documents. Monitor SUSE/OpenVAS/PTSecurity feeds for updates and fixes affecting kernel lpfc/rx_monitor and related components.

6.1AI score0.00214EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 1:5 p.m.31 views

CVE-2022-50741

CVE-2022-50741 affects the Linux kernel’s imx-jpeg driver. The root cause is a hardware bug where the STMBUF_HALF interrupt (and STMBUF_RTND) can trigger after/while disabling interrupts, risking an unexpected kernel panic. Mitigation implemented: disable STMBUF_HALF/STMBUF_RTND and the unused in...

6.1AI score0.00208EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.33 views

CVE-2022-50741 media: imx-jpeg: Disable useless interrupt to avoid kernel panic

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Disable useless interrupt to avoid kernel panic There is a hardware bug that the interrupt STMBUFHALF may be triggered after or when disable interrupt. It may led to unexpected kernel panic. And interrupt...

0.00208EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:5 p.m.8 views

CVE-2022-50741 media: imx-jpeg: Disable useless interrupt to avoid kernel panic

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Disable useless interrupt to avoid kernel panic There is a hardware bug that the interrupt STMBUFHALF may be triggered after or when disable interrupt. It may led to unexpected kernel panic. And interrupt...

6.4AI score0.00208EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 12:30 p.m.7 views

EUVD-2025-205079

In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intelpmudrainpebsicl is called to drain PEBS records, the perfeventoverflow could be called to process the last PEBS record. While perfeventoverflow could trigge...

5.9AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:23 p.m.7 views

CVE-2023-54059 soc: mediatek: mtk-svs: Enable the IRQ later

In the Linux kernel, the following vulnerability has been resolved: soc: mediatek: mtk-svs: Enable the IRQ later If the system does not come from reset like when is booted via kexec, the peripheral might triger an IRQ before the data structures are initialised. 0.227710 Unable to handle kernel NU...

6.3AI score0.00206EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2025/12/24 12:9 p.m.7 views

CVE-2025-68746

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Fix timeout handling When the CPU that the QSPI interrupt handler runs on typically CPU 0 is excessively busy, it can lead to rare cases of the IRQ thread not running before the transfer timeout is reached...

5.2AI score0.00125EPSS
SaveExploits0References8Affected Software1
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.9 views

CVE-2025-68375

In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intelpmudrainpebsicl is called to drain PEBS records, the perfeventoverflow could be called to process the last PEBS record. While perfeventoverflow could trigge...

5.6AI score0.00168EPSS
SaveExploits0References11
NVD
NVD
added 2025/12/24 11:15 a.m.8 views

CVE-2023-53994

In the Linux kernel, the following vulnerability has been resolved: ionic: remove WARNON to prevent paniconwarn Remove unnecessary early code development check and the WARNON that it uses. The irq alloc and free paths have long been cleaned up and this check shouldn't have stuck around so long...

0.00188EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 11:15 a.m.6 views

CVE-2022-50705

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: defer fsnotify calls to task context We can't call these off the kiocb completion as that might be off soft/hard irq context. Defer the calls to when we process the taskwork for this request. That avoids valid...

0.00173EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.11 views

CVE-2022-50705

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: defer fsnotify calls to task context We can't call these off the kiocb completion as that might be off soft/hard irq context. Defer the calls to when we process the taskwork for this request. That avoids valid...

5.6AI score0.00173EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/24 10:55 a.m.24 views

CVE-2023-53994

CVE-2023-53994 involves the Linux kernel where a WARN_ON in the irq allocation/free path (ionic) could trigger a panic. The fix is to remove the WARN_ON (and the related early development check) as the irq paths have long been cleaned up. A patch-level update to the kernel has been released to ad...

6.4AI score0.00188EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 10:55 a.m.5 views

CVE-2022-50705 io_uring/rw: defer fsnotify calls to task context

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: defer fsnotify calls to task context We can't call these off the kiocb completion as that might be off soft/hard irq context. Defer the calls to when we process the taskwork for this request. That avoids valid...

6.4AI score0.00173EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2025/12/24 9:2 a.m.6 views

iio: accel: bmc150: Fix irq assumption regression

...

5.5CVSS6.7AI score0.00167EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.7 views

PT-2025-53024

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to the Advanced Programmable Interrupt Controller APIC. The APIC supports legacy APIC xAPIC and Extended APIC x2APIC modes. A new feature allows...

6.2AI score0.00211EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.9 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 failure to clean up the ring interrupt work queue and affinity on a load failure, which could lead to...

6.1AI score0.00187EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.8 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 the presence of a useless interrupt that could lead to a kernel panic...

6.1AI score0.00208EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.26 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 an uninstall interrupt that may cause a null pointer dereference when the DPU controller is not used or was...

6.2AI score0.00182EPSS
SaveExploits0References6
Rows per page
Query Builder