Lucene search
+L

8228 matches found

CVE
CVE
added 2024/12/27 2:22 p.m.118 views

CVE-2024-56552

In Linux kernel DRM/XE GuC submission path, CVE-2024-56552 stems from a race between suspend_pending, disable_scheduling, and queue destruction. When suspending a queue and then closing it, the close path can signal suspendFence after the disable_scheduling response, which may clear suspend_pendi...

7.8CVSS6.4AI score0.00145EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/12/27 2:15 p.m.14 views

CVE-2024-56546

In the Linux kernel, the following vulnerability has been resolved: drivers: soc: xilinx: add the missing kfree in xlnxaddcbforsuspend If we fail to allocate memory for cbdata by kmalloc, the memory allocation for evedata is never freed, add the missing kfree in the error handling path...

5.5CVSS0.00218EPSS
SaveExploits0References6
NVD
NVD
added 2024/12/27 2:15 p.m.11 views

CVE-2024-53177

In the Linux kernel, the following vulnerability has been resolved: smb: prevent use-after-free due to opencacheddir error paths If opencacheddir encounters an error parsing the lease from the server, the error handling may race with receiving a lease break, resulting in opencacheddir freeing the...

9.8CVSS0.00553EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 2:15 p.m.5 views

DEBIAN-CVE-2024-53165

In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in registerintccontroller In the error handling for this function, d is freed without ever removing it from intclist which would lead to a use after free. To fix this, let's only add it to the lis...

7.8CVSS5.8AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.8 views

UBUNTU-CVE-2024-56540

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Prevent recovery invocation during probe and resume Refactor IPC send and receive functions to allow correct handling of operations that should not trigger a recovery process. Expose ivpusendreceiveinternal, which is...

7.8CVSS6.5AI score0.00169EPSS
SaveExploits0References18
OSV
OSV
added 2024/12/27 2:15 p.m.8 views

UBUNTU-CVE-2024-56546

In the Linux kernel, the following vulnerability has been resolved: drivers: soc: xilinx: add the missing kfree in xlnxaddcbforsuspend If we fail to allocate memory for cbdata by kmalloc, the memory allocation for evedata is never freed, add the missing kfree in the error handling path...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References20
OSV
OSV
added 2024/12/27 2:11 p.m.10 views

CVE-2024-56546 drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()

In the Linux kernel, the following vulnerability has been resolved: drivers: soc: xilinx: add the missing kfree in xlnxaddcbforsuspend If we fail to allocate memory for cbdata by kmalloc, the memory allocation for evedata is never freed, add the missing kfree in the error handling path...

6.2AI score
SaveExploits0References9
CVE
CVE
added 2024/12/27 2:11 p.m.151 views

CVE-2024-56546

CVE-2024-56546 affects the Linux kernel in drivers/soc/xilinx, specifically xlnx_add_cb_for_suspend. The issue arises if kmalloc fails to allocate cb_data, because the error path does not free eve_data (missing kfree), potentially causing a memory leak and impacting availability. The patch adds t...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/12/27 2:11 p.m.11 views

CVE-2024-56540 accel/ivpu: Prevent recovery invocation during probe and resume

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Prevent recovery invocation during probe and resume Refactor IPC send and receive functions to allow correct handling of operations that should not trigger a recovery process. Expose ivpusendreceiveinternal, which is...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2024/12/27 1:49 p.m.117 views

CVE-2024-53199

CVE-2024-53199 affects the Linux kernel ASoC: imx-audmix driver. The bug was that devm_kasprintf() can return NULL on failure and imx_audmix_probe() did not check for it, risking a NULL pointer dereference. A NULL-check was added in imx_audmix_probe() to mitigate. The public-facing details specif...

5.5CVSS6.8AI score0.00213EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/12/27 1:49 p.m.168 views

CVE-2024-53177

CVE-2024-53177 affects the Linux kernel SMB client cache code. The vulnerability arises from a use-after-free in smb2_cached_lease_break/open_cached_dir error handling, where freeing a cfid could race with a pending lease-break work item. The fix updates open_cached_dir() to drop references inste...

9.8CVSS7AI score0.00553EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.8 views

CVE-2024-53177 smb: prevent use-after-free due to open_cached_dir error paths

In the Linux kernel, the following vulnerability has been resolved: smb: prevent use-after-free due to opencacheddir error paths If opencacheddir encounters an error parsing the lease from the server, the error handling may race with receiving a lease break, resulting in opencacheddir freeing the...

7.5AI score0.00553EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/27 1:49 p.m.12 views

CVE-2024-53177 smb: prevent use-after-free due to open_cached_dir error paths

In the Linux kernel, the following vulnerability has been resolved: smb: prevent use-after-free due to opencacheddir error paths If opencacheddir encounters an error parsing the lease from the server, the error handling may race with receiving a lease break, resulting in opencacheddir freeing the...

9.8CVSS6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/12/27 1:49 p.m.25 views

CVE-2024-53165 sh: intc: Fix use-after-free bug in register_intc_controller()

In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in registerintccontroller In the error handling for this function, d is freed without ever removing it from intclist which would lead to a use after free. To fix this, let's only add it to the lis...

7.4CVSS0.00258EPSS
SaveExploits0References9
CVE
CVE
added 2024/12/27 1:49 p.m.181 views

CVE-2024-53165

CVE-2024-53165 affects the Linux kernel and describes a use-after-free in the error handling path of sh: intc: register_intc_controller(). In the flawed path, the variable d is freed in the error handling without being removed from intc_list, which can lead to a use-after-free. The fix implemente...

7.8CVSS6.5AI score0.00258EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/12/27 1:49 p.m.11 views

CVE-2024-53165 sh: intc: Fix use-after-free bug in register_intc_controller()

In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in registerintccontroller In the error handling for this function, d is freed without ever removing it from intclist which would lead to a use after free. To fix this, let's only add it to the lis...

7.4CVSS6.1AI score
SaveExploits0References13
OSV
OSV
added 2024/12/27 6:15 a.m.4 views

DEBIAN-CVE-2024-56527

An issue was discovered in TCPDF before 6.8.0. The Error function lacks an htmlspecialchars call for the error message...

7.5CVSS5.2AI score0.00767EPSS
SaveExploits1References1
NVD
NVD
added 2024/12/27 6:15 a.m.20 views

CVE-2024-56527

An issue was discovered in TCPDF before 6.8.0. The Error function lacks an htmlspecialchars call for the error message...

7.5CVSS0.00767EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2024/12/27 12:00 a.m.18 views

CVE-2024-56527

An issue was discovered in TCPDF before 6.8.0. The Error function lacks an htmlspecialchars call for the error message...

6.9AI score0.00767EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.7 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 the Linux kernel that stems from a hanging sk pointer problem left after error handling in the Bluetooth L2CAP protocol...

7.8CVSS6.3AI score0.00241EPSS
SaveExploits0References7
Rows per page
Query Builder