Lucene search
+L

274 matches found

Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.14 views

CVE-2024-44979 drm/xe: Fix missing workqueue destroy in xe_gt_pagefault

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xegtpagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here. cherry picked from commit...

7.2AI score0.00199EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 7:15 p.m.6 views

UBUNTU-CVE-2024-44973

In the Linux kernel, the following vulnerability has been resolved: mm, slub: do not call doslabfree for kfence object In 782f8906f805 the freeing of kfence objects was moved from deep inside doslabfree to the wrapper functions outside. This is a nice change, but unfortunately it missed one spot ...

8.1CVSS6.5AI score0.00439EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 2:14 a.m.3 views

SUSE CVE-2023-52888

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Only free buffer VA that is not NULL In the MediaTek vcodec driver, while mtkvcodecmemfree is mostly called only when the buffer to free exists, there are some instances that didn't do the check and...

5.5CVSS7.9AI score0.00239EPSS
SaveExploits0References16
OSV
OSV
added 2024/07/30 8:15 a.m.4 views

DEBIAN-CVE-2023-52888

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Only free buffer VA that is not NULL In the MediaTek vcodec driver, while mtkvcodecmemfree is mostly called only when the buffer to free exists, there are some instances that didn't do the check and...

5.5CVSS5.4AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.8 views

UBUNTU-CVE-2023-52888

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Only free buffer VA that is not NULL In the MediaTek vcodec driver, while mtkvcodecmemfree is mostly called only when the buffer to free exists, there are some instances that didn't do the check and...

5.5CVSS6.1AI score0.00239EPSS
SaveExploits0References16
Cvelist
Cvelist
added 2024/07/29 2:31 p.m.36 views

CVE-2024-41025 misc: fastrpc: Fix memory leak in audio daemon attach operation

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Fix memory leak in audio daemon attach operation Audio PD daemon send the name as part of the init IOCTL call. This name needs to be copied to kernel for which memory is allocated. This memory is never freed which...

0.00288EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/07/29 12:00 a.m.6 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, which stems from the fact that after parsing a topology file, most users free the memory used by the topology file, so that...

7.8CVSS6.2AI score0.0022EPSS
SaveExploits0References5
Rosalinux
Rosalinux
added 2024/07/09 12:38 p.m.35 views

Advisory ROSA-SA-2024-2447

software: cairo 1.16.0 WASP: ROSA-CHROME packageevrstring: cairo-1.16.0-5 CVE-ID: CVE-2019-6461 BDU-ID: None CVE-Crit: MEDIUM CVE-DESC.: There is an assertion problem in the cairoarcindirection function in the cairo-arc.c file. CVE-STATUS: Fixed CVE-REV: To close, run the command: sudo dnf update...

6.5CVSS6.8AI score0.02142EPSS
SaveExploits1
Cvelist
Cvelist
added 2024/06/17 5:51 p.m.54 views

CVE-2024-36973 misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe()

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: fix double free in the error handling of gpauxbusprobe When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, callback function gpauxiliarydevicerelease calls idafree and...

8.4CVSS0.00238EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/06/03 12:00 a.m.24 views

RHEL 8 : cairo (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 8 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - cairo: infinite loop in the function arcerrornormalized in the file cairo-arc.c CVE-2019-6462 - cairo...

6.5CVSS7.3AI score0.02142EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.7 views

SUSE CVE-2024-36910

In the Linux kernel, the following vulnerability has been resolved: uiohvgeneric: Don't free decrypted memory In CoCo VMs it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers need...

6CVSS6.2AI score0.00246EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/05/29 2:19 p.m.5 views

SUSE CVE-2023-52841

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: mux: Add check and kfree for kstrdup Add check for the return value of kstrdup and return the error if it fails in order to avoid NULL pointer dereference. Moreover, use kfree in the later error handling in order to...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References15
OSV
OSV
added 2024/05/01 6:15 a.m.3 views

DEBIAN-CVE-2024-26983

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblockfreelate to free xbc memory to buddy On the time to free xbc memory in xbcexit, memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblockfre...

7.8CVSS5.8AI score0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/01 6:15 a.m.17 views

CVE-2024-26983

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblockfreelate to free xbc memory to buddy On the time to free xbc memory in xbcexit, memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblockfre...

7.8CVSS7.3AI score0.0023EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.9 views

kernel: net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5efsttredirectanycreate The memory pointed to by the fs-any pointer is not freed in the error path of mlx5efsttredirectanycreate, which can lead to a memory leak. Fix by freeing the memory in the...

5.5CVSS6.8AI score0.00154EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/04/26 12:00 a.m.17 views

PT-2024-14773

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the MediaTek vcodec driver in the Linux kernel. The mtk vcodec mem free function is mostly called when the buffer to free exists, but there are instances where th...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/22 12:00 a.m.13 views

PT-2024-29190

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The vulnerability is related to the handling of QMI target memory during resume, resulting in a kernel crash when DMA remap is not supported. The issue occurs when the ath12k module is...

5.5CVSS5.5AI score0.00268EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.6 views

SUSE CVE-2024-26737

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpftimercancelandfree and bpftimercancel The following race is possible between bpftimercancelandfree and bpftimercancel. It will lead a UAF on the timer-timer. bpftimercancel; spinlock; t = timer-time;...

6.4CVSS6.3AI score0.00251EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/04/05 12:00 a.m.9 views

GNU grub2 安全漏洞

GNU GRUB2 is a Linux system bootloader from the American GNU community. GNU GRUB2 suffers from a post-release reuse vulnerability that originates from a confusion in the program's instructions responsible for freeing memory. An attacker could exploit this vulnerability to cause a program crash,...

6.7CVSS7.2AI score0.00378EPSS
SaveExploits1References5
OSV
OSV
added 2024/04/03 3:15 p.m.11 views

UBUNTU-CVE-2024-26694

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix double-free bug The storage for the TLV PC register data wasn't done like all the other storage in the drv-fw area, which is cleared at the end of deallocation. Therefore, the freeing must also be done...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits0References11
Rows per page
Query Builder