Lucene search
+L

47 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987329)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987329 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 scsi...

5.5CVSS6.2AI score0.0024EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/04 4:15 p.m.6 views

UBUNTU-CVE-2023-53577

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Make sure kthread is running before map update returns The following warning was reported when running stress-mode enabled xdpredirectcpu with some RT threads: ------------ cut here ------------ WARNING: CPU: 4 PID: ...

7.8CVSS6.2AI score0.00142EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/04 3:17 p.m.18 views

CVE-2023-53577 bpf, cpumap: Make sure kthread is running before map update returns

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Make sure kthread is running before map update returns The following warning was reported when running stress-mode enabled xdpredirectcpu with some RT threads: ------------ cut here ------------ WARNING: CPU: 4 PID: ...

7.8CVSS0.00142EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-13136

Malicious code in bioql PyPI...

7.1AI score0.00176EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/08/08 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53131

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be clean...

5.5CVSS5.9AI score0.00176EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.2 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: workqueue: Place the pwq after detaching the rescuer from the pool. The commit 68f83057b913 "workqueue: Reap workers via kthreadstop and remove detachcompletion" adds code to reapply the benefits to normal workers. However, it...

7.8CVSS6.3AI score0.00229EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Staging: vchiqarm – Fixed potential NPR of the keep-alive thread. In the event that vchiqplatformconnstatechanged is never called or fails before driver removal, kathread will not be a valid pointer to a taskstruct. Therefore,...

5.5CVSS6.2AI score0.00188EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.7 views

kernel: kthread: unpark only parked kthread

In the Linux kernel, the following vulnerability has been resolved: kthread: unpark only parked kthread Calling into kthread unparking unconditionally is mostly harmless when the kthread is already unparked. The wake up is then simply ignored because the target is not in TASKPARKED state. However...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/05/03 2:50 a.m.9 views

SUSE CVE-2023-53131

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

5.5CVSS6.4AI score0.00176EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.5 views

CVE-2023-53131

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

5.5CVSS6.3AI score0.00176EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.8 views

UBUNTU-CVE-2023-53131

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.21 views

CVE-2023-53131 SUNRPC: Fix a server shutdown leak

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a server shutdown leak Fix a race where kthreadstop may prevent the threadfn from ever getting called. If that happens the svcrqst will not be cleaned up...

0.00176EPSS
SaveExploits0References5
CVE
CVE
added 2025/04/16 2:12 p.m.107 views

CVE-2025-22078

CVE-2025-22078 affects the Linux kernel staging/vchiq_arm component. The issue occurs when vchiq_platform_conn_state_changed() is never called or fails before driver removal, causing ka_thread to potentially point to an invalid task_struct and risking a crash. The fix adds necessary guards before...

5.5CVSS6.5AI score0.00188EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.34 views

CVE-2025-22078 staging: vchiq_arm: Fix possible NPR of keep-alive thread

In the Linux kernel, the following vulnerability has been resolved: staging: vchiqarm: Fix possible NPR of keep-alive thread In case vchiqplatformconnstatechanged is never called or fails before driver removal, kathread won't be a valid pointer to a taskstruct. So do the necessary checks before...

0.00188EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 2:12 p.m.11 views

CVE-2025-22078 staging: vchiq_arm: Fix possible NPR of keep-alive thread

In the Linux kernel, the following vulnerability has been resolved: staging: vchiqarm: Fix possible NPR of keep-alive thread In case vchiqplatformconnstatechanged is never called or fails before driver removal, kathread won't be a valid pointer to a taskstruct. So do the necessary checks before...

6AI score
SaveExploits0References7
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use after free on unload A system crash is observed due to a stack trace warning related to the use after free operation. There are two signals that can cause dpcthread to terminate: the UNLOADING flag and...

7.8CVSS6.4AI score0.0022EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: kunit: Fixed the kthread reference issue. There is a race condition that occurs when a kthread completes its operation after the deadline but before the call to kthreadstop. This may lead to objects being used after they have bee...

7CVSS5.8AI score0.00227EPSS
SaveExploits0References3
NVD
NVD
added 2024/12/27 3:15 p.m.26 views

CVE-2024-56623

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use after free on unload System crash is observed with stack trace warning of use after free. There are 2 signals to tell dpcthread to terminate UNLOADING flag and kthreadstop. On setting the UNLOADING flag whe...

7.8CVSS0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2024/12/27 3:15 p.m.18 views

AZL-55237 CVE-2024-56623 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use after free on unload System crash is observed with stack trace warning of use after free. There are 2 signals to tell dpcthread to terminate UNLOADING flag and kthreadstop. On setting the UNLOADING flag whe...

5.5CVSS6.3AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.4 views

DEBIAN-CVE-2024-56623

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix use after free on unload System crash is observed with stack trace warning of use after free. There are 2 signals to tell dpcthread to terminate UNLOADING flag and kthreadstop. On setting the UNLOADING flag whe...

5.5CVSS5.7AI score0.0022EPSS
SaveExploits0References1
Rows per page
Query Builder