Lucene search
+L

483 matches found

EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2024-53239

Malicious code in bioql PyPI...

7.3AI score0.00188EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/10/03 12:3 a.m.9 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
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/01 11:30 p.m.4 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
SaveExploits0References3
NVD
NVD
added 2025/10/01 12:15 p.m.13 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
SaveExploits0References2
NVD
NVD
added 2025/10/01 12:15 p.m.7 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
SaveExploits0References3
OSV
OSV
added 2025/10/01 12:15 p.m.10 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
SaveExploits0References6
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
SaveExploits0References5
CVE
CVE
added 2025/10/01 11:42 a.m.24 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
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.14 views

CVE-2023-53459 HID: mcp-2221: prevent UAF in delayed work

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

0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 11:42 a.m.8 views

CVE-2023-53459 HID: mcp-2221: prevent UAF in delayed work

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

6.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.15 views

CVE-2022-50441 net/mlx5: Lag, fix failure to cancel delayed bond work

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

0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/01 11:42 a.m.25 views

CVE-2022-50441

CVE-2022-50441 details (Linux kernel, net/mlx5): A bug introduced by commit 0d4e8ed139d8 removed a call to cancel_delayed_work_sync(), which could cause a queued delay to expire on an already destroyed workqueue, potentially leading to a kernel NULL pointer dereference. The fix restores cancel_de...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.9 views

CVE-2022-50441 net/mlx5: Lag, fix failure to cancel delayed bond work

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

6.4AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/01 12:0 a.m.5 views

PT-2025-40126

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.0.0-rc5 mlnx Description A flaw exists in the net/mlx5 component of the Linux kernel related to delayed bond work cancellation. A missing call to cancel delayed work could lead to the execution of code on an...

6.5AI score0.00143EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/01 12:0 a.m.4 views

PT-2025-40166

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the mcp-2221 driver within the Linux kernel. The issue occurs when a device is plugged or unplugged without allowing the mcp init work function to...

6.3AI score0.00143EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/09/29 12:0 a.m.6 views

PT-2025-42706

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Marvell SAS/SATA controller within the Linux kernel where a use-after-free condition can occur during device detachment. Specifically, the cancel delayed work functi...

4.3CVSS5.8AI score0.00241EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/18 4:3 p.m.12 views

CVE-2022-50415

In the Linux kernel, the following vulnerability has been resolved: parisc: led: Fix potential null-ptr-deref in starttask starttask calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: starttask createsinglethreadworkqueue faile...

5.5CVSS5.4AI score0.00152EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.4 views

PT-2025-40640

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained use-after-free bugs within the otx2 sync tstamp function in the octeontx2-pf module. The original code used cancel delayed work, which did not guarantee...

7.8CVSS7.3AI score0.0014EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.4 views

PT-2025-40641

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the cnic module, specifically in the cnic delete task function, that can lead to a use-after-free condition. The issue arises from the use of canc...

7.8CVSS7.3AI score0.00148EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/17 12:0 a.m.7 views

PT-2025-42268

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue within the xc5000 driver related to timer management. The xc5000 release function originally used cancel delayed work, which does not...

6CVSS6.1AI score0.00145EPSS
SaveExploits0
Rows per page
Query Builder