Lucene search
K

15 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.1 views

Astra Linux - уязвимость в linux-5.10, linux-6.1, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fixed a crash that occurs during unbinding if the gpio unit is in use. We used the wrong device for the functions that manage devices. We used the USB device, when we should have used the interface device. If we...

5.5CVSS6.2AI score0.00024EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/05/08 2:22 p.m.24 views

CVE-2026-43448 nvme-pci: Fix race bug in nvme_poll_irqdisable()

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: Fix race bug in nvmepollirqdisable In the following scenario, pdev can be disabled between 1 and 3 by 2. This sets pdev-msixenabled = 0. Then, pciirqvector will return MSI-X IRQ15 for 1 whereas return INTx IRQcqvector...

0.00012EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.6 views

PT-2026-39109

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the nvme poll irqdisable function. A device can be disabled by nvme dev disable called via nvme reset work between the time an IRQ is disabled and when it is...

4.7CVSS5.8AI score0.00012EPSS
Exploits0References18
SUSE CVE
SUSE CVE
added 2026/03/22 12:24 a.m.4 views

SUSE CVE-2026-23271

In the Linux kernel, the following vulnerability has been resolved: perf: Fix perfeventoverflow vs perfremovefromcontext race Make sure that perfeventoverflow runs with IRQs disabled for all possible callchains. Specifically the software events can end up running it with only preemption disabled...

5.3CVSS5.7AI score0.00014EPSS
Exploits0References21
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.20 views

CVE-2023-54287 tty: serial: imx: disable Ageing Timer interrupt request irq

In the Linux kernel, the following vulnerability has been resolved: tty: serial: imx: disable Ageing Timer interrupt request irq There maybe pending USR interrupt before requesting irq, however uartaddoneport has not executed, so there will be kernel panic: 0.795668 Unable to handle kernel NULL...

0.00021EPSS
Exploits0References4
CVE
CVE
added 2025/05/02 3:55 p.m.114 views

CVE-2023-53102

CVE-2023-53102 details (Linux kernel, ice driver). The issue arises in ice_qp_dis() for xsk/xdpsock, where txq interrupts were being disabled before the hardware flush completed, allowing a window where IRQs could fire during a pool detach. The documented bug trace shows a NULL pointer dereferenc...

5.5CVSS6.2AI score0.00063EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/09/27 1:15 p.m.1 views

DEBIAN-CVE-2024-46820

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend We do not directly enable/disable VCN IRQ in vcn 5.0.0. And we do not handle the IRQ state as well. So the calls to disable IRQ and set state are removed. This effectively get...

7.8CVSS5.4AI score0.00029EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.18 views

CVE-2024-26765

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Disable IRQ before initfn for nonboot CPUs Disable IRQ before initfn for nonboot CPUs when hotplug, in order to silence such warnings and also avoid potential errors due to unexpected interrupts: WARNING: CPU: 1 PID: 0...

5.5CVSS5.8AI score0.00021EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/03/06 10:39 p.m.19 views

CVE-2023-52589

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1ispstop and rkisp1csidisable the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is...

4.4CVSS7.3AI score0.00018EPSS
Exploits0References4
NVD
NVD
added 2024/03/06 7:15 a.m.16 views

CVE-2023-52589

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1ispstop and rkisp1csidisable the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is...

4.7CVSS7.3AI score0.00018EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/03/06 7:15 a.m.17 views

CVE-2023-52589

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1ispstop and rkisp1csidisable the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is...

4.7CVSS6.1AI score0.00018EPSS
Exploits0References15
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.15 views

CVE-2023-52589 media: rkisp1: Fix IRQ disable race issue

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1ispstop and rkisp1csidisable the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is...

7.6AI score0.00018EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.42 views

CVE-2023-52589 media: rkisp1: Fix IRQ disable race issue

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1ispstop and rkisp1csidisable the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is...

6.8AI score0.00018EPSS
Exploits0References4
CVE
CVE
added 2024/03/06 6:45 a.m.135 views

CVE-2023-52589

The CVE 2023-52589 entry concerns the Linux kernel media rkisp1 driver. The issue is a race in IRQ disable logic within rkisp1_isp_stop() and rkisp1_csi_disable(): interrupts are masked and the code assumes the IRQ handler isn’t running, but the handler can still be active when the stop sequence ...

4.7CVSS6.3AI score0.00018EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2024/03/06 6:45 a.m.3 views

CVE-2023-52589 media: rkisp1: Fix IRQ disable race issue

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1ispstop and rkisp1csidisable the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is...

4.7CVSS5.8AI score0.00018EPSS
Exploits0References7
Rows per page
Query Builder