Lucene search
+L

20 matches found

OSV
OSV
added 2026/09/17 4:09 p.m.6 views

CVE-2026-90395 power: supply: isp1704_charger: cancel work on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: isp1704charger: cancel work on remove The USB notifier and initial VBUS detection can schedule isp-work. The remove path unregisters the notifier and power supply, but does not wait for queued or running work befor...

SaveExploits0References11
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.4 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerability has been resolved: libceph: fixed a race condition between delayedwork and cephmoncstop The way delayed work is handled in cephmoncstop is prone to races with monfault, and possibly also finishhunting. Both of these can requeue the delayed work,...

9.8CVSS6.2AI score0.0076EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89468

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

0.00168EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.7 views

CVE-2026-89465

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: quiesce delayed work before teardown The threaded IRQ handler can queue pwrrdywork, maxchargingtimework and battpresencework. pwrrdywork and battpresencework can also queue maxchargingtimework, while...

8.4CVSS5.8AI score0.00144EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

AZL-93455 CVE-2026-64424 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: netpoll: fix a use-after-free on shutdown path There is a use-after-free error on netpoll, which is clearly detected by KASAN. BUG: KASAN: slab-use-after-free in rawspinlockirqsave+0x3b/0x80 Read of size 1 at addr ... by task...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-53357

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: fix UAF in l2capsockcleanuplisten vs l2capconndel btacceptdequeue unlinks a not- yet-accepted child from the parent accept queue and releasesocks it...

8CVSS6.4AI score0.00272EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.11 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Input: alps – fixed use-after-free bugs caused by dev3registerwork. The dev3registerwork delays the execution of work items within alpsreconnect, and these work items are scheduled upon receiving the first bare PS/2 packet from a...

7.8CVSS6.4AI score0.00145EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/10 5:28 p.m.92 views

CVE-2026-23240

In CVE-2026-23240, the Linux kernel fixed a race condition in TLS handling where cancel_delayed_work_sync() used during tls_sk_proto_close() could allow tls_sw_cancel_work_tx() to schedule tx_work_handler() after the TLS object was freed. The root cause involved potential scheduling from paths li...

9.8CVSS5.6AI score0.0049EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/03/10 5:28 p.m.12 views

CVE-2026-23239 espintcp: Fix race condition in espintcp_close()

In the Linux kernel, the following vulnerability has been resolved: espintcp: Fix race condition in espintcpclose This issue was discovered during a code audit. After cancelworksync is called from espintcpclose, espintcptxwork can still be scheduled from paths such as the Delayed ACK handler or...

7.8CVSS5.7AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/02/14 4:01 p.m.11 views

CVE-2026-23146 Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciuart: fix null-ptr-deref in hciuartwritework hciuartsetproto sets HCIUARTPROTOINIT before calling hciuartregisterdev, which calls proto-open to initialize hu-priv. However, if a TTY write wakeup occurs during this...

5.3AI score0.00128EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/02/11 12:25 a.m.10 views

kernel: mptcp: fix race condition in mptcp_schedule_work()

A race in mptcpschedulework could lead to a use-after-free: the function queued work and only then acquired a reference to the socket. If the worker ran to completion immediately, the subsequent sockhold operated on a freed object. Impact ranges from kernel crash DoS to potential privilege...

9.8CVSS5.8AI score0.00464EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/13 3:29 p.m.6 views

CVE-2025-68822 Input: alps - fix use-after-free bugs caused by dev3_register_work

In the Linux kernel, the following vulnerability has been resolved: Input: alps - fix use-after-free bugs caused by dev3registerwork The dev3registerwork delayed work item is initialized within alpsreconnect and scheduled upon receipt of the first bare PS/2 packet from an external PS/2 device...

7.8CVSS6.3AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-68822

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Input: alps - fix use-after-free bugs caused by dev3registerwork The dev3registerwork delayed work item is initialized within alpsreconnect and scheduled upon...

7.8CVSS6.5AI score0.00145EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68781

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: phy: fsl-usb: Fix use-after-free in delayed work during device removal The delayed work item otgevent is initialized in fslotgconf and scheduled under two...

7.5AI score0.00209EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.3 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986498 advisory. In the Linux kernel, the following vulnerability has been resolved: libceph: fix race between delayedwork and cephmoncstop The way the delayed work is handled in...

9.8CVSS6.3AI score0.0076EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/04 8:15 a.m.11 views

UBUNTU-CVE-2025-39944

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix use-after-free bugs in otx2synctstamp The original code relies on canceldelayedwork in otx2ptpdestroy, which does not ensure that the delayed work item synctstampwork has fully completed if it was already runnin...

7.8CVSS6.5AI score0.0015EPSS
SaveExploits0References18
OSV
OSV
added 2025/07/21 12:04 p.m.12 views

SUSE-SU-2025:02440-1 Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-15060021 fixes several issues. The following security issues were fixed: - CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. - CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. - CVE-2024-53173:...

9.8CVSS6.8AI score0.0076EPSS
SaveExploits0References26
OSV
OSV
added 2025/07/21 8:04 a.m.8 views

SUSE-SU-2025:02419-1 Security update for the Linux Kernel (Live Patch 29 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024128 fixes several issues. The following security issues were fixed: - CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. - CVE-2022-49465: blk-throttle: Set BIOTHROTTLED when bio has been throttled bsc1238920. - CVE-2024-53214:...

9.8CVSS6.7AI score0.0076EPSS
SaveExploits0References21
OSV
OSV
added 2024/12/29 9:15 a.m.8 views

DEBIAN-CVE-2024-56709

In the Linux kernel, the following vulnerability has been resolved: iouring: check if iowq is killed before queuing task work can be executed after the task has gone through iouring termination, whether it's the final taskwork run or the fallback path. In this case, task work will find -iowq bein...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/14 8:02 a.m.28 views

CLSA-2024-1723622576 Fix of 29 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-42236 - usb: gadget: configfs: Prevent OOB read/write in usbstringcopy CVE-url: https://ubuntu.com/security/CVE-2024-41095 - drm/nouveau/dispnv04: fix null pointer dereference in nv17tvgetldmodes CVE-url: https://ubuntu.com/security/CVE-2024-41098 -...

9.8CVSS6.8AI score0.01305EPSS
SaveExploits1References1
Rows per page
Query Builder