Lucene search
+L

8151 matches found

CVE
CVE
added 2025/12/24 12:09 p.m.48 views

CVE-2025-68747

CVE-2025-68747 is the Linux kernel panthor DRM UAF issue on kernel BO VA nodes. The vulnerability occurs when the MMU is down and panthor_vm_unmap_range() may error, potentially leaving va_node in drm_mm and causing UAF when adjacent nodes are removed. The available connected documents indicate a...

7.8CVSS6.2AI score0.00139EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:09 p.m.10 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.8CVSS6.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 12:09 p.m.39 views

CVE-2025-68744 bpf: Free special fields when update [lru_,]percpu_hash maps

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

0.00183EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:09 p.m.7 views

CVE-2025-68744 bpf: Free special fields when update [lru_,]percpu_hash maps

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

6.3AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/12/24 12:09 p.m.9 views

CVE-2025-68741 scsi: qla2xxx: Fix improper freeing of purex item

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.4AI score0.0042EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 11:15 a.m.15 views

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.8CVSS0.00136EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 11:15 a.m.13 views

CVE-2023-54016

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak in rxdesc and txdesc Currently when ath12kdpccdescinit is called we allocate memory to rxdescs and txdescs. In ath12kdpcccleanup, during descriptor cleanup rxdescs and txdescs memory is not freed. Th...

0.00181EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/24 11:15 a.m.11 views

CVE-2023-53989

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: fix VA-range sanity check Both createmappingnoalloc and updatemappingprot sanity-check their 'virt' parameter, but the check itself doesn't make much sense. The condition used today appears to be a historical accident...

0.00203EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 11:15 a.m.20 views

UBUNTU-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.8CVSS5.7AI score0.00136EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/24 10:56 a.m.45 views

CVE-2023-54042

CVE-2023-54042 affects the Linux kernel on powerpc/64s. The issue is a use-after-free involving VAS memory management where the refcount on mm is dropped before detaching the coprocessor, potentially leading to use-after-free conditions. The vulnerability was fixed in the kernel by correcting the...

7.8CVSS6.2AI score0.00136EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 10:56 a.m.21 views

CVE-2023-54042 powerpc/64s: Fix VAS mm use after free

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.4AI score
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.10 views

CVE-2023-54005 binder: fix memory leak in binder_init()

In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binderinit In binderinit, the destruction of binderallocshrinkerinit is not performed in the wrong path, which will cause memory leaks. So this commit introduces binderallocshrinkerexit and calls it in...

6.4AI score
SaveExploits0References11
OSV
OSV
added 2025/12/24 10:55 a.m.10 views

CVE-2023-53989 arm64: mm: fix VA-range sanity check

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: fix VA-range sanity check Both createmappingnoalloc and updatemappingprot sanity-check their 'virt' parameter, but the check itself doesn't make much sense. The condition used today appears to be a historical accident...

6.4AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/24 10:33 a.m.5 views

CVE-2025-68374

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

5.3AI score0.00192EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/12/24 9:04 a.m.10 views

webkitgtk: webkitgtk: Use-after-free due to improper memory management

A flaw was found in webkitgtk where when processing a maliciously crafted web content a use-after-free type of weaknesses may be triggered leading to a remote code execution in the client machine...

8.8CVSS6.3AI score0.08763EPSS
SaveExploits8References6
RedHat Linux
RedHat Linux
added 2025/12/24 9:04 a.m.9 views

webkitgtk: Processing maliciously crafted web content may lead to an unexpected process crash

A flaw was found in WebKitGTK. Processing malicious web content can cause a use-after-free issue due to improper memory management and result in an unexpected process crash...

4.3CVSS5.7AI score0.00577EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/24 9:04 a.m.23 views

Important: Red Hat Security Advisory: webkitgtk4 security update

An update for webkitgtk4 is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available...

8.8CVSS7.4AI score0.3414EPSS
SaveExploits14References7
RedHat Linux
RedHat Linux
added 2025/12/24 9:01 a.m.9 views

webkitgtk: webkitgtk: Use-after-free due to improper memory management

A flaw was found in webkitgtk where when processing a maliciously crafted web content a use-after-free type of weaknesses may be triggered leading to a remote code execution in the client machine...

8.8CVSS6.3AI score0.08763EPSS
SaveExploits8References6
RedHat Linux
RedHat Linux
added 2025/12/24 9:01 a.m.11 views

webkitgtk: Processing maliciously crafted web content may lead to an unexpected process crash

A flaw was found in WebKitGTK. Processing malicious web content can cause a use-after-free issue due to improper memory management and result in an unexpected process crash...

4.3CVSS5.7AI score0.00577EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/24 8:38 a.m.14 views

webkitgtk: Processing maliciously crafted web content may lead to an unexpected process crash

A flaw was found in WebKitGTK. Processing malicious web content can cause a use-after-free issue due to improper memory management and result in an unexpected process crash...

4.3CVSS5.7AI score0.00577EPSS
SaveExploits0References5
Rows per page
Query Builder