Lucene search
+L

1047 matches found

OSV
OSV
added 2025/10/18 8:15 a.m.14 views

DEBIAN-CVE-2025-40002

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix use-after-free in tbdpdprxwork The original code relies on canceldelayedwork in tbdpdprxstop, which does not ensure that the delayed work item tunnel-dprxwork has fully completed if it was already running. This...

5.6AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/18 8:15 a.m.15 views

UBUNTU-CVE-2025-40001

In the Linux kernel, the following vulnerability has been resolved: scsi: mvsas: Fix use-after-free bugs in mvsworkqueue During the detaching of Marvell's SAS/SATA controller, the original code calls canceldelayedwork in mvsfree to cancel the delayed work item mwq-workq. However, if mwq-workq is...

5.7AI score0.00241EPSS
SaveExploits0References38
Cvelist
Cvelist
added 2025/10/18 8:03 a.m.36 views

CVE-2025-40003 net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work

In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work The origin code calls canceldelayedwork in ocelotstatsdeinit to cancel the cyclic delayed work item ocelot-statswork. However, canceldelayedwork may fail to canc...

0.00225EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/18 8:03 a.m.52 views

CVE-2025-40003

CVE-2025-40003 : In the Linux kernel’s mscc/ocelot code, use-after-free can occur due to cyclic delayed work being canceled inadequately during deinitialization. The code in ocelot_stats_deinit() calls cancel_delayed_work(), which may fail to stop a work item if it is already executing; the delay...

6.3AI score0.00225EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/10/17 5:59 p.m.14 views

ibexa/admin-ui has an XSS vulnerability in Cancel/Reschedule future publication modal

Impact This security advisory resolves an XSS vulnerability in image asset names, content language names and future publishing in the back office of the DXP. Back office access and varying levels of editing and management permissions are required to exploit this vulnerability. This typically mean...

6.4AI score
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/17 5:59 p.m.9 views

EUVD-2025-34902

ibexa/admin-ui has an XSS vulnerability in Cancel/Reschedule future publication modal...

5.9AI score
SaveExploits0References3
OSV
OSV
added 2025/10/17 5:58 p.m.6 views

GHSA-99C7-C3MW-MXHV ezsystems/ezplatform-admin-ui has an XSS vulnerability in Cancel/Reschedule future publication modal

Impact This security advisory resolves an XSS vulnerability in image asset names, content language names and future publishing in the back office of the DXP. Back office access and varying levels of editing and management permissions are required to exploit this vulnerability. This typically mean...

4.8CVSS6.4AI score
SaveExploits0References3
EUVD
EUVD
added 2025/10/17 5:58 p.m.7 views

EUVD-2025-34903

ezsystems/ezplatform-admin-ui has an XSS vulnerability in Cancel/Reschedule future publication modal...

5.9AI score
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.8 views

SUSE CVE-2025-39994

In the Linux kernel, the following vulnerability has been resolved: media: tuner: xc5000: Fix use-after-free in xc5000release The original code uses canceldelayedwork in xc5000release, which does not guarantee that the delayed work item timersleep has fully completed if it was already running. Th...

5.5CVSS6.6AI score0.00145EPSS
SaveExploits0References19
OSV
OSV
added 2025/10/16 8:05 p.m.17 views

CLSA-2025-1760645131 Fix of 11 CVEs

CVE-url: https://ubuntu.com/security/CVE-2022-43945 - NFSD: Protect against send buffer overflow in NFSv3 READ CVE-url: https://ubuntu.com/security/CVE-2025-21796 - nfsd: clear aclaccess/acldefault after releasing them CVE-url: https://ubuntu.com/security/CVE-2022-48827 - NFSD: Fix the behavior o...

9.8CVSS7.1AI score0.21521EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/15 8:15 a.m.10 views

CVE-2025-39996

In the Linux kernel, the following vulnerability has been resolved: media: b2c2: Fix use-after-free causing by irqcheckwork in flexcoppciremove The original code uses canceldelayedwork in flexcoppciremove, which does not guarantee that the delayed work item irqcheckwork has fully completed if it...

0.00218EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/15 8:15 a.m.12 views

UBUNTU-CVE-2025-39976

In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong error exit path from futexhashallocatedefault. After exiting from futexhashallocatedefault, neither tasklistlock nor siglock has been...

7.8CVSS5.7AI score0.00133EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/15 7:58 a.m.37 views

CVE-2025-39994

CVE-2025-39994 concerns the Linux kernel media/tuners/xc5000 driver. The root cause is a use-after-free in xc5000_release() caused by cancel_delayed_work() not guaranteeing the delayed work item timer_sleep has finished before freeing priv data. The fix replaces cancel_delayed_work() with cancel_...

7.3CVSS6.2AI score0.00145EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/15 7:58 a.m.6 views

CVE-2025-39994 media: tuner: xc5000: Fix use-after-free in xc5000_release

In the Linux kernel, the following vulnerability has been resolved: media: tuner: xc5000: Fix use-after-free in xc5000release The original code uses canceldelayedwork in xc5000release, which does not guarantee that the delayed work item timersleep has fully completed if it was already running. Th...

7.3CVSS6.6AI score0.00145EPSS
SaveExploits0References12
OSV
OSV
added 2025/10/15 7:55 a.m.11 views

CVE-2025-39976 futex: Use correct exit on failure from futex_hash_allocate_default()

In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong error exit path from futexhashallocatedefault. After exiting from futexhashallocatedefault, neither tasklistlock nor siglock has been...

7.8CVSS6.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/15 7:55 a.m.26 views

CVE-2025-39976 futex: Use correct exit on failure from futex_hash_allocate_default()

In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong error exit path from futexhashallocatedefault. After exiting from futexhashallocatedefault, neither tasklistlock nor siglock has been...

7.8CVSS0.00133EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/10/15 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from improper use of canceldelayedwork in xc5000release, which could lead to reuse after release...

5.9AI score0.00145EPSS
SaveExploits0References6
Veeam
Veeam
added 2025/10/09 12:00 a.m.66 views

Appliance Installation Stuck on "Configuring addons"

Challenge During the deployment of a Veeam Backup & Replication v13 appliance Veeam Software Appliance, Veeam Infrastructure Appliance, or Veeam Hardened Repository, the installer stalls on the "Configuring addons" step. When this occurs, switching to tty1 Ctrl+Alt+F1, then using Alt+Tab to switc...

6.9AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-39945

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cnic: Fix use-after-free bugs in cnicdeletetask The original code uses canceldelayedwork in cniccmstopbnx2xhw, which does not guarantee that the delayed work it...

7.8CVSS7.5AI score0.00148EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53459

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References2
Rows per page
Query Builder