Lucene search
+L

8151 matches found

CVE
CVE
added 2025/12/29 12:00 a.m.50 views

CVE-2025-60458

CVE-2025-60458 affects UxPlay 1.72 via a double-free in RTSP request handling (TEARDOWN). The vulnerability can trigger multiple free() calls on the same address, potentially causing Denial of Service. Public sources in the connected docs corroborate a DoS impact; exploitation details in a GitHub...

6.5CVSS6.5AI score0.00315EPSS
SaveExploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2025/12/26 12:00 a.m.20 views

PT-2026-43737

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description Memory leaks occur in the SUNRPC auth gss component during XDR decoding error paths. The functions gssx dec ctx, gssx dec status, and gssx dec name allocate memory using gssx dec buffer,...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/25 12:04 p.m.19 views

CVE-2023-54016

A flaw was found in the Linux kernel's ath12k Wi-Fi driver. This memory leak vulnerability occurs because the driver allocates memory for receive and transmit descriptors during initialization but fails to free this memory during cleanup. A local attacker could exploit this by repeatedly triggeri...

5.5CVSS5.6AI score0.00181EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 1:05 a.m.16 views

SUSE CVE-2022-50700

In the Linux kernel, the following vulnerability has been resolved: wifi: ath10k: Delay the unmapping of the buffer On WCN3990, we are seeing a rare scenario where copy engine hardware is sending a copy complete interrupt to the host driver while still processing the buffer that the driver has...

7.8CVSS6.7AI score0.00245EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.10 views

SUSE CVE-2023-54042

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix VAS mm use after free The refcount on mm is dropped before the coprocessor is detached...

7.8CVSS6.6AI score0.00136EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/12/25 12:23 a.m.6 views

SUSE CVE-2025-68743

In the Linux kernel, the following vulnerability has been resolved: mshv: Fix create memory region overlap check The current check is incorrect; it only checks if the beginning or end of a region is within an existing region. This doesn't account for userspace specifying a region that begins befo...

6.7CVSS6.5AI score0.00181EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 3:30 p.m.12 views

EUVD-2025-205213

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix race condition when unbinding BOs Fix 'Memory manager not clean during takedown' warning that occurs when ivpugembofree removes the BO from the BOs list before it gets unmapped. Then fileprivunbind triggers a...

5.8AI score0.00105EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 3:30 p.m.12 views

EUVD-2022-55792

In the Linux kernel, the following vulnerability has been resolved: mmc: mxcmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

6AI score0.0027EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/24 1:16 p.m.14 views

CVE-2025-68747

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthorvmunmaprange might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no...

7.8CVSS0.00139EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:16 p.m.12 views

AZL-73069 CVE-2025-68741 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxxprocesspurlsiocb, an item is allocated via qla27xxcopymultiplepkt, which internally calls qla24xxallocpurexitem. The qla24xxallocpurexitem function may return a...

9.8CVSS5.8AI score0.0042EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/24 1:16 p.m.10 views

CVE-2023-54137

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: fix capmigration information leak Fix an information leak where an uninitialized hole in struct vfioiommutype1infocapmigration on the stack is exposed to userspace. The definition of struct...

0.00209EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 1:16 p.m.6 views

CVE-2023-54123

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix memleak for 'conf-biosplit' In the error path of raid10run, 'conf' need be freed, however, 'conf-biosplit' is missed and memory will be leaked. Since there are 3 places to free 'conf', factor out a helper to fix th...

0.00214EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 1:16 p.m.9 views

UBUNTU-CVE-2023-54062

In the Linux kernel, the following vulnerability has been resolved: ext4: fix invalid free tracking in ext4xattrmovetoblock In ext4xattrmovetoblock, the value of the extended attribute which we need to move to an external block may be allocated by kvmalloc if the value is stored in an external...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/24 1:16 p.m.12 views

UBUNTU-CVE-2025-68744

In the Linux kernel, the following vulnerability has been resolved: bpf: Free special fields when update lru,percpuhash maps As lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to 'bpfobjfreefields' in 'pcpucopyvalue' could cause the memory referenced by BPFKPTRREF,PERCPU fields to be...

5.7AI score0.00183EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.17 views

CVE-2023-54146

In the Linux kernel, the following vulnerability has been resolved: x86/kexec: Fix double-free of elf header buffer After b3e34a47f989 "x86/kexec: fix memory leak of elf header buffer", freeing image-elfheaders in the error path of crashloadsegments is not needed because kimagefilepostloadcleanup...

5.7AI score0.00195EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.11 views

CVE-2025-68749

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix race condition when unbinding BOs Fix 'Memory manager not clean during takedown' warning that occurs when ivpugembofree removes the BO from the BOs list before it gets unmapped. Then fileprivunbind triggers a...

7.8CVSS5.6AI score0.00105EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2025-68744

In the Linux kernel, the following vulnerability has been resolved: bpf: Free special fields when update lru,percpuhash maps As lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to 'bpfobjfreefields' in 'pcpucopyvalue' could cause the memory referenced by BPFKPTRREF,PERCPU fields to be...

5.7AI score0.00183EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.17 views

CVE-2022-50723

In the Linux kernel, the following vulnerability has been resolved: bnxten: fix memory leak in bnxtnvmtest Free the kzalloc'ed buffer before returning in the success path...

5.8AI score0.0022EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:06 p.m.7 views

CVE-2023-54127 fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: prevent double-free in dbUnmount after failed jfsremount Syzkaller reported the following issue: ================================================================== BUG: KASAN: double-free in slabfree mm/slub.c:3787 inline...

7.8CVSS6.1AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/24 12:09 p.m.38 views

CVE-2025-68747 drm/panthor: Fix UAF on kernel BO VA nodes

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF on kernel BO VA nodes If the MMU is down, panthorvmunmaprange might return an error. We expect the page table to be updated still, and if the MMU is blocked, the rest of the GPU should be blocked too, so no...

7.8CVSS0.00139EPSS
SaveExploits0References4
Rows per page
Query Builder