Lucene search
+L

15 matches found

OSV
OSV
added 2026/09/17 5:17 p.m.9 views

DEBIAN-CVE-2026-90165

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix invalid pointer dereference in ksmbdstopdurablescavenger See the procedure below: ksmbdlaunchksmbddurablescavenger durablescavengerrunning = true serverconf.dhtask = kthreadrun // fail, dhtask is an ERRPTR...

0.002EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:16 p.m.14 views

DEBIAN-CVE-2026-90066

In the Linux kernel, the following vulnerability has been resolved: samples/ftrace: Fix kthreadstop on ERRPTR in ftrace-direct-multi-modify ftracedirectmultiinit assigns kthreadrun's return value to simpletsk without an ISERR check. When kthreadrun fails it returns ERRPTR-ENOMEM, but init still...

0.002EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 4:06 p.m.10 views

EUVD-2026-81758

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix invalid pointer dereference in ksmbdstopdurablescavenger See the procedure below: ksmbdlaunchksmbddurablescavenger durablescavengerrunning = true serverconf.dhtask = kthreadrun // fail, dhtask is an ERRPTR...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 4:06 p.m.14 views

CVE-2026-90165

CVE-2026-90165 is an invalid pointer dereference in the Linux kernel's ksmbd (SMB server) subsystem. The root cause is in ksmbd_launch_ksmbd_durable_scavenger(): when kthread_run() fails, server_conf.dh_task is set to an ERR_PTR() while durable_scavenger_running remains true . A subsequent call t...

0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/16 11:17 a.m.4 views

AZL-101295 CVE-2026-89937 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthreadrun can fail and return an error pointer, but sgpprobe stores it and returns success, so the device is registered without its IAQ thread and sgpremove later passes t...

0.0021EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/16 10:32 a.m.13 views

CVE-2026-89937

CVE-2026-89937 affects the Linux kernel 's IIO chemical sensor driver sgp30 . The root cause is that sgp_probe() fails to check the return value of kthread_run() when creating the IAQ (Indoor Air Quality) thread. If the thread creation fails, an error pointer is stored but the probe still returns...

5.7AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:32 a.m.5 views

CVE-2026-89937 iio: chemical: sgp30: Handle IAQ thread creation failure

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthreadrun can fail and return an error pointer, but sgpprobe stores it and returns success, so the device is registered without its IAQ thread and sgpremove later passes t...

SaveExploits0References11
OSV
OSV
added 2026/09/16 10:31 a.m.10 views

CVE-2026-89871 media: video-i2c: fix kthread error pointer left in kthread_vid_cap on failure

In the Linux kernel, the following vulnerability has been resolved: media: video-i2c: fix kthread error pointer left in kthreadvidcap on failure kthreadrun returns an ERRPTR on failure, not NULL. When startstreaming fails, data-kthreadvidcap is left holding this error pointer instead of being...

SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/09/16 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-89871

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: video-i2c: fix kthread error pointer left in kthreadvidcap on failure kthreadrun returns an ERRPTR on failure, not NULL. When startstreaming fails,...

0.00211EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/16 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-89937

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: chemical: sgp30: Handle IAQ thread creation failure kthreadrun can fail and return an error pointer, but sgpprobe stores it and returns success, so the...

0.0021EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89749 tracing: Fix crash passing ERR_PTR to kthread_stop()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash passing ERRPTR to kthreadstop eventteststuff calls kthreadrun and unconditionally passes the returned taskstruct pointer to kthreadstop. kthreadrun returns an error pointer such as ERRPTR-ENOMEM when kthread...

5.8AI score
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/02/18 4:22 p.m.16 views

CVE-2026-23228

In the Linux kernel, the following vulnerability has been resolved: smb: server: fix leak of activenumconn in ksmbdtcpnewconnection On kthreadrun failure in ksmbdtcpnewconnection, the transport is freed via freetransport, which does not decrement activenumconn, leaking this counter. Replace...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References30
CNNVD
CNNVD
added 2026/02/18 12:00 a.m.16 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 failure of kthreadrun and the lack of decrementing activenumconn, potentially leading to...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/11/12 12:30 p.m.8 views

EUVD-2025-124967

In the Linux kernel, the following vulnerability has been resolved: usb: host: max3421-hcd: Fix error pointer dereference in probe cleanup The kthreadrun function returns error pointers so the max3421hcd-spithread pointer can be either error pointers or NULL. Check for both before dereferencing i...

5.8AI score0.0021EPSS
SaveExploits0References9
CVE
CVE
added 2025/11/12 10:23 a.m.34 views

CVE-2025-40116

The CVE-2025-40116 issue is in the Linux kernel USB host max3421-hcd path. It arises from dereferencing kthread_run() return values that can be error pointers or NULL in probe cleanup. The SUSE advisories SUSE-SU-2025:4505-1 and SUSE-SU-2025:4516-1 (and related) document the fix and list the affe...

5.8AI score0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder