Lucene search
+L

1291 matches found

Cvelist
Cvelist
added 2026/02/18 2:21 p.m.42 views

CVE-2026-23218 gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()

In the Linux kernel, the following vulnerability has been resolved: gpio: loongson-64bit: Fix incorrect NULL check after devmkcalloc Fix incorrect NULL check in loongsongpioinitirqchip. The function checks chip-parent instead of chip-irq.parents...

0.001EPSS
SaveExploits0References2
CVE
CVE
added 2026/02/18 2:21 p.m.53 views

CVE-2026-23218

CVE-2026-23218 affects the Linux kernel (loongson-64bit GPIO). The root cause is an incorrect NULL check in loongson_gpio_init_irqchip() after devm_kcalloc(), where chip->parent was checked instead of chip->irq.parents. This mischeck can lead to a NULL dereference during IRQ chip init. The ...

5.5CVSS5.2AI score0.001EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/02/18 2:21 p.m.20 views

CVE-2026-23218

In the Linux kernel, the following vulnerability has been resolved: gpio: loongson-64bit: Fix incorrect NULL check after devmkcalloc Fix incorrect NULL check in loongsongpioinitirqchip. The function checks chip-parent instead of chip-irq.parents...

5.5CVSS5.2AI score0.001EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/02/18 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-23218

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: gpio: loongson-64bit: Fix incorrect NULL check after devmkcalloc Fix incorrect NULL check in...

5.5CVSS5.3AI score0.001EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/02/18 12:00 a.m.24 views

PT-2026-20430

In the Linux kernel, the following vulnerability has been resolved: gpio: loongson-64bit: Fix incorrect NULL check after devm kcalloc Fix incorrect NULL check in loongson gpio init irqchip. The function checks chip-parent instead of chip-irq.parents...

5.2AI score0.001EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2026/02/17 3:24 p.m.34 views

USN-8048-1: Linux kernel (OEM) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - Nios II architecture; - PA-RISC architecture; - RISC-V architecture; -...

9.8CVSS7.4AI score0.00693EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2026/02/17 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-23158

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is...

7.8CVSS7.4AI score0.0012EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/02/16 1:05 a.m.22 views

SUSE CVE-2023-53579

In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: fix irq domain leak Uwe Kleine-K�nig pointed out we still have one resource leak in the mvebu driver triggered on driver detach. Let's address it with a custom devm action...

5.5CVSS5.8AI score0.00148EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2026/02/16 12:26 a.m.9 views

SUSE CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

5.5CVSS5.2AI score0.0012EPSS
SaveExploits0References7
NVD
NVD
added 2026/02/14 4:15 p.m.19 views

CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

7.8CVSS0.0012EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.11 views

CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

7.8CVSS6.6AI score0.0012EPSS
SaveExploits0References11
OSV
OSV
added 2026/02/14 4:15 p.m.9 views

UBUNTU-CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2026/02/14 4:01 p.m.41 views

CVE-2026-23158 gpio: virtuser: fix UAF in configfs release path

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

0.0012EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/14 4:01 p.m.55 views

CVE-2026-23158

CVE-2026-23158 (Linux kernel) affects gpio-virtuser: the configfs release path frees the device inside a guard(mutex) region, leading to a use-after-free when mutex_unlock() runs after the guard. The issue is caused by destroying the mutex and freeing the device while still within the lock’s guar...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:01 p.m.6 views

CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

5.1AI score0.0012EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/02/14 4:01 p.m.17 views

EUVD-2026-5880

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

5.2AI score0.0012EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/02/14 4:01 p.m.18 views

CVE-2026-23158

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
OSV
OSV
added 2026/02/14 4:01 p.m.13 views

CVE-2026-23158 gpio: virtuser: fix UAF in configfs release path

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guardmutex to protect the device structure. However, the device is freed before the guard cleanup runs, causing mutexunlock to operate ...

5.2AI score
SaveExploits0References6
CNNVD
CNNVD
added 2026/02/14 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the reuse of the release path after the gpio-virtuser configuration is released, potentially leading to...

7.8CVSS7AI score0.0012EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/12 9:39 a.m.24 views

USN-8030-1 linux-gcp vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - Nios II architecture; - PA-RISC architecture; - RISC-V architecture; -...

9.8CVSS6.5AI score0.00693EPSS
SaveExploits5References367
Rows per page
Query Builder