Lucene search
+L

114066 matches found

CVE
CVE
added yesterday6 views

CVE-2026-64221

CVE-2026-64221 concerns the Linux kernel SPI TI-QSPI driver. The issue was a use-after-free that could occur after a DMA setup failure during probe, where the driver could fall back to PIO but might still reference a freed DMA channel. The fix ensures the DMA channel pointer is cleared if buffer ...

5.9AI score
SaveExploits0References8
EUVD
EUVD
added yesterday5 views

EUVD-2026-48629

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

5.9AI score
SaveExploits0References8
CVE
CVE
added yesterday5 views

CVE-2026-64216

CVE-2026-64216: Linux kernel netfs UAF fix in netfs_unlock_abandoned_read_pages() and related netfs_unlock_read_folio. The code compared an index to rreq->no_unlock_folio after NETFS_RREQ_IN_PROGRESS was cleared, risking dereferencing the folio no longer owned by the caller. The patch stores t...

5.7AI score
SaveExploits0References3
EUVD
EUVD
added yesterday5 views

EUVD-2026-48624

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix potential UAF in netfsunlockabandonedreadpages netfsunlockabandonedreadpagesrreq accesses the index of the folios it is wanting to unlock and compares that to rreq-nounlockfolio so that it doesn't unlock a folio being...

5.7AI score
SaveExploits0References3
CVE
CVE
added yesterday6 views

CVE-2026-64212

In the Linux kernel, the WiFi driver iwlwifi/mld contains a use-after-free-like issue in iwl_mld_remove_link: link->fw_id was saved at the start but the pointer could be NULL when storing it, and the pointer is not checked after the link is freed. The fix frees the link at the end of the funct...

5.8AI score
SaveExploits0References3
EUVD
EUVD
added yesterday4 views

EUVD-2026-48620

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it In iwlmldremovelink, the link-fwid is saved at the beginning of the function so we have it after we freed the link. But the link pointer can be NULL, and is...

5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added yesterday10 views

ImageMagick: Use-After-Free in FormatMagickCaption when memory allocation fails

When a memory allocation fails inside the FormatMagickCaption method a dangling pointer still points to the freed memory...

5.9AI score
SaveExploits0References3Affected Software17
Github Security Blog
Github Security Blog
added yesterday12 views

ImageMagick: Use-After-Free when freetype initialization fails

When the freetype initialization fails the method does not exit and uses memory that was freed...

5.8AI score
SaveExploits0References3Affected Software17
Github Security Blog
Github Security Blog
added yesterday10 views

ImageMagick: Heap-use-after-free via XMP profile could result in a crash

Because of a missing null check when parsing an XMP profile a use after free will happen that might result in a crash...

5.8AI score
SaveExploits0References3Affected Software17
EUVD
EUVD
added yesterday8 views

EUVD-2026-41120

ImageMagick: Use-After-Free in crafted 8BIM when identifying an image...

5.5CVSS5.8AI score0.00103EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added yesterday8 views

ImageMagick: Use-After-Free in crafted 8BIM when identifying an image

When identifying an image with a crafted 8BIM profile with a specific format string a use-after-free will occur...

5.5CVSS5.8AI score0.00103EPSS
SaveExploits0References4Affected Software17
CVE
CVE
added yesterday11 views

CVE-2026-66010

DOMPurify before 3.4.12 has a vulnerability where afterSanitizeElements is not executed for custom elements allowed by CUSTOM_ELEMENT_HANDLING.tagNameCheck, enabling attributes to bypass application security policies. Attackers can preserve sensitive attributes on custom elements and later re-inj...

6.1CVSS6AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added yesterday5 views

CVE-2026-66010

DOMPurify before 3.4.12 fails to execute afterSanitizeElements hook for custom elements allowed via CUSTOMELEMENTHANDLING.tagNameCheck, allowing attributes to bypass application security policies. Attackers can preserve sensitive attributes on custom elements that later re-inject them into...

6.1CVSS6AI score
SaveExploits0References3
Cvelist
Cvelist
added yesterday23 views

CVE-2026-66010 DOMPurify before 3.4.12 Hook Bypass via CUSTOM_ELEMENT_HANDLING

DOMPurify before 3.4.12 fails to execute afterSanitizeElements hook for custom elements allowed via CUSTOMELEMENTHANDLING.tagNameCheck, allowing attributes to bypass application security policies. Attackers can preserve sensitive attributes on custom elements that later re-inject them into...

6.1CVSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-66010

DOMPurify before 3.4.12 fails to execute afterSanitizeElements hook for custom elements allowed via CUSTOMELEMENTHANDLING.tagNameCheck, allowing attributes to bypass application security policies. Attackers can preserve sensitive attributes on custom elements that later re-inject them into...

6.1CVSS6AI score
SaveExploits0
RedHat Linux
RedHat Linux
added yesterday5 views

kernel: net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels

A flaw was found in the Linux kernel's IPv6 networking implementation, specifically within the seg6 and rpl lwtunnels. A race condition can occur when handling destination cache entries, where a NOREF no reference destination object is used after it has been freed. This use-after-free vulnerabili...

8.1CVSS5.7AI score0.00321EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added yesterday5 views

kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc

A flaw was found in the Linux kernel's futex subsystem. The needfutexhashallocatedefault function incorrectly relies on CLONETHREAD semantics, which can lead to non-concurrency issues when memory allocations mm-futexref pcpu allocations are shared across CLONEVM clones, excluding vfork. This can...

7.8CVSS5.8AI score0.00147EPSS
SaveExploits0References5
NVD
NVD
added yesterday5 views

CVE-2026-49743

Software installed and run as a non-privileged user may conduct improper GPU system calls to manipulate the lifetimes of synchronisation objects in the kernel, leading to read/write UAFs. During workload submission involving a fence exported by the GPU driver, the reference count of the underlyin...

7.8CVSS0.00139EPSS
SaveExploits0References1
Cvelist
Cvelist
added yesterday26 views

CVE-2026-49743 GPU DDK - Write UAF of sync checkpoint in GPU kick function after export fence file descriptor is prematurely closed

Software installed and run as a non-privileged user may conduct improper GPU system calls to manipulate the lifetimes of synchronisation objects in the kernel, leading to read/write UAFs. During workload submission involving a fence exported by the GPU driver, the reference count of the underlyin...

0.00139EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added yesterday4 views

CVE-2026-49743

Software installed and run as a non-privileged user may conduct improper GPU system calls to manipulate the lifetimes of synchronisation objects in the kernel, leading to read/write UAFs. During workload submission involving a fence exported by the GPU driver, the reference count of the underlyin...

5.8AI score0.00139EPSS
SaveExploits0References2
Rows per page
Query Builder