Lucene search
+L

474 matches found

OSV
OSV
added 2025/10/04 7:31 a.m.5 views

CVE-2025-39945 cnic: Fix use-after-free bugs in cnic_delete_task

In the Linux kernel, the following vulnerability has been resolved: cnic: Fix use-after-free bugs in cnicdeletetask The original code uses canceldelayedwork in cniccmstopbnx2xhw, which does not guarantee that the delayed work item 'deletetask' has fully completed if it was already running...

7.8CVSS6.6AI score0.00148EPSS
Exploits0References11
CVE
CVE
added 2025/10/04 7:31 a.m.33 views

CVE-2025-39945

The CVE-2025-39945 entry concerns a race in the Linux kernel cnic subsystem where a use-after-free can occur if a delayed work item (delete_task) remains active during cnic_dev deallocation. The root cause is that cancel_delayed_work() does not guarantee the delayed work item has finished if it i...

7.8CVSS6.2AI score0.00148EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2025/10/04 7:31 a.m.12 views

CVE-2025-39944 octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()

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...

0.00138EPSS
Exploits0References5
CVE
CVE
added 2025/10/04 7:31 a.m.32 views

CVE-2025-39944

CVE-2025-39944 affects the Linux kernel OcteonTX2 PCI device driver (octeontx2-pf). It fixes a use-after-free in otx2_sync_tstamp() caused by a race with a running delayed work item; cancel_delayed_work() could leave synctstamp_work dereferencing a freed otx2_ptp. The mitigation in the fix is to ...

7.8CVSS6.1AI score0.00138EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2025/10/04 7:31 a.m.4 views

CVE-2025-39944 octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp()

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.00138EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-31942

Malicious code in bioql PyPI...

6.4AI score0.00143EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-5133

Malicious code in bioql PyPI...

7.8CVSS7.5AI score0.0021EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-22624

Malicious code in bioql PyPI...

6.3AI score0.00148EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2022-55550

Malicious code in bioql PyPI...

6.5AI score0.00147EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2023-59851

Malicious code in bioql PyPI...

6.3AI score0.0011EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2024-53239

Malicious code in bioql PyPI...

7.3AI score0.00185EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-20808

Malicious code in bioql PyPI...

6.3AI score0.00136EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-55623

Malicious code in bioql PyPI...

6.3AI score0.00098EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/10/03 12:3 a.m.7 views

SUSE CVE-2022-50441

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Lag, fix failure to cancel delayed bond work Commit 0d4e8ed139d8 "net/mlx5: Lag, avoid lockdep warnings" accidentally removed a call to cancel delayed bond work thus it may cause queued delay to expire and fall on an...

5.5CVSS6.4AI score0.00143EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.3 views

SUSE CVE-2023-53459

In the Linux kernel, the following vulnerability has been resolved: HID: mcp-2221: prevent UAF in delayed work If the device is plugged/unplugged without giving time for mcpinitwork to complete, we might kick in the devm free code path and thus have unavailable struct mcp2221 while in delayed wor...

7.8CVSS6.8AI score0.00143EPSS
Exploits0References3
NVD
NVD
added 2025/10/01 12:15 p.m.12 views

CVE-2023-53459

In the Linux kernel, the following vulnerability has been resolved: HID: mcp-2221: prevent UAF in delayed work If the device is plugged/unplugged without giving time for mcpinitwork to complete, we might kick in the devm free code path and thus have unavailable struct mcp2221 while in delayed wor...

7.8CVSS0.00143EPSS
Exploits0References2
NVD
NVD
added 2025/10/01 12:15 p.m.6 views

CVE-2022-50441

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Lag, fix failure to cancel delayed bond work Commit 0d4e8ed139d8 "net/mlx5: Lag, avoid lockdep warnings" accidentally removed a call to cancel delayed bond work thus it may cause queued delay to expire and fall on an...

5.5CVSS0.00143EPSS
Exploits0References3
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2022-50441

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Lag, fix failure to cancel delayed bond work Commit 0d4e8ed139d8 "net/mlx5: Lag, avoid lockdep warnings" accidentally removed a call to cancel delayed bond work thus it may cause queued delay to expire and fall on an...

5.5CVSS5.7AI score0.00143EPSS
Exploits0References6
OSV
OSV
added 2025/10/01 12:15 p.m.5 views

UBUNTU-CVE-2023-53459

In the Linux kernel, the following vulnerability has been resolved: HID: mcp-2221: prevent UAF in delayed work If the device is plugged/unplugged without giving time for mcpinitwork to complete, we might kick in the devm free code path and thus have unavailable struct mcp2221 while in delayed wor...

7.8CVSS5.8AI score0.00143EPSS
Exploits0References5
CVE
CVE
added 2025/10/01 11:42 a.m.21 views

CVE-2023-53459

CVE-2023-53459 relates to the Linux kernel vulnerability HID: mcp-2221, which can cause a use-after-free in delayed work if a device is unplugged before mcp_init_work() completes. The issue is addressed by cancel_delayed_work_sync, which prevents the delayed_work item from requeueing. Affected co...

7.8CVSS6.4AI score0.00143EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder