Lucene search
+L

206 matches found

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

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

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

5.5CVSS6AI score0.00223EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Disabled the automatic enable of exclusive INTx/IRQs. Currently, for devices that require masking at the irqchip for INTx, i.e., devices without DisINTx support, the IRQ is enabled in the requestirq function, and then...

5.5CVSS5.7AI score0.0024EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/08 3:16 p.m.16 views

CVE-2026-43372

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Fix error path in PTP IRQ setup If requestthreadedirq fails during the PTP message IRQ setup, the newly created IRQ mapping is never disposed. Indeed, the kszptpirqsetup's error path only frees the mappings...

5.5CVSS0.00122EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.13 views

CVE-2026-43372

In the Linux kernel, the following vulnerability has been resolved: net: dsa: microchip: Fix error path in PTP IRQ setup If requestthreadedirq fails during the PTP message IRQ setup, the newly created IRQ mapping is never disposed. Indeed, the kszptpirqsetup's error path only frees the mappings...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References20
CVE
CVE
added 2026/05/08 2:21 p.m.34 views

CVE-2026-43372

CVE-2026-43372 resolves a leak in the Linux kernel Microchip DSA driver during PTP IRQ setup. If request_threaded_irq() fails, the error path previously only freed mappings that had succeeded; now the kernel disposes the newly created IRQ mapping to prevent resource exhaustion. Affected component...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.17 views

PT-2026-39033

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the net: dsa: microchip component where the ksz ptp irq setup function fails to dispose of a newly created IRQ mapping if the request threaded irq function fails durin...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/06 1:42 a.m.19 views

SUSE CVE-2026-31763

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Fix incorrect freeirq variable The handler for the IRQ part of this driver is mpu3050-trig but, in the teardown freeirq is called with handler mpu3050. Use correct IRQ handler when calling freeirq...

6.4CVSS5.7AI score0.00123EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2026/05/05 12:0 a.m.14 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the platformgetirqbyname function returning an int value. This value is passed directly to the...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/01 10:48 p.m.8 views

CVE-2026-31763

A flaw was found in the Linux kernel, specifically within the driver for the mpu3050 gyroscope. This vulnerability occurs because the system attempts to release an interrupt request IRQ using an incorrect handler. This improper resource management could lead to system instability or a denial of...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/01 2:14 p.m.40 views

CVE-2026-31762

CVE-2026-31762 affects the Linux kernel iio gyro mpu3050 driver. The root cause is an IRQ resource leak: during iio_trigger_register() failure, the interrupt handler is not properly released, leading to unreleased IRQ resources. The patch adds a cleanup goto to release the handler on error. Affec...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.13 views

SUSE CVE-2026-31506

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix double free of WoL irq We do not need to free wolirq since it was instantiated with devmrequestirq. So devres will free for us...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24883

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix double free of WoL irq We do not need to free wolirq since it was instantiated with devmrequestirq. So devres will free for us...

5.6AI score0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/17 11:51 p.m.46 views

CVE-2026-40337 Sentry kernel has incomplete ownership check for IRQ line manipulation

The Sentry kernel is a high security level micro-kernel implementation made for high security embedded systems. A given task with one of the DEV or IO capability is able to interact with another task's IRQ line through the sysint syscall familly. Prior to version 0.4.7, this can lead to DoS and...

5.1CVSS0.00155EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/04/03 6:43 p.m.9 views

CVE-2026-23469

A flaw was found in the Linux kernel's drm/imagination driver. This vulnerability arises from a race condition where the runtime Power Management PM suspend callback does not wait for the Interrupt Request IRQ handler to complete before suspending the Graphics Processing Unit GPU. This timing iss...

4.7CVSS5.9AI score0.00089EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 6:26 p.m.10 views

CVE-2026-23470

A flaw was found in the Linux kernel's drm/imagination driver. A local attacker could potentially trigger a deadlock condition during the soft reset sequence. This occurs because the soft reset sequence, when executed from a threaded Interrupt Request IRQ handler, attempts to disable IRQs while...

5.5CVSS5.9AI score0.00094EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/03/25 12:30 p.m.11 views

EUVD-2026-15295

In the Linux kernel, the following vulnerability has been resolved: can: usb: f81604: handle short interrupt urb messages properly If an interrupt urb is received that is not the correct length, properly detect it and don't attempt to treat the data as valid...

5.7AI score0.00122EPSS
SaveExploits0References6
NVD
NVD
added 2026/03/25 11:16 a.m.9 views

CVE-2026-23308

In the Linux kernel, the following vulnerability has been resolved: pinctrl: equilibrium: fix warning trace on load The callback functions 'eqbrirqmask' and 'eqbrirqack' are also called in the callback function 'eqbrirqmaskack'. This is done to avoid source code duplication. The problem, is that ...

5.5CVSS0.00122EPSS
SaveExploits0References5
CVE
CVE
added 2026/03/25 10:27 a.m.93 views

CVE-2026-23334

The CVE-2026-23334 issue affects the Linux kernel in the can: usb: f81604 path, where interrupt URBs of incorrect length could be misinterpreted as valid data. The vulnerability is addressed by upstream kernel fixes, and Mageia advisories reference kernel version 6.6.130 as the fixing baseline, w...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References5Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/03/02 12:0 a.m.10 views

The vulnerability of the i40e_vsi_request_irq_msix() function in the drivers/net/ethernet/intel/i40e/i40e_main.c file of the Intel Ethernet network adapter driver for the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the i40evsirequestirqmsix function in the drivers/net/ethernet/intel/i40e/i40emain.c file of the Intel Ethernet network adapter driver for the Linux operating system is related to the use of an incorrect index. Exploiting this vulnerability could allow an attacker to compromi...

7.8CVSS5.8AI score0.00147EPSS
SaveExploits0References16Affected Software4
NVD
NVD
added 2026/02/14 5:15 p.m.9 views

CVE-2026-23182

In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegraslinkprobe In tegraslinkprobe, when platformgetirq fails, it directly returns from the function with an error code, which causes a memory leak. Replace it with a goto label to ensure proper...

0.00173EPSS
SaveExploits0References6
Rows per page
Query Builder