Lucene search
+L

116969 matches found

RedHat Linux
RedHat Linux
added 2026/08/20 6:35 a.m.9 views

kernel: blk-mq: pop cached request if it is usable

A flaw was found in the Linux kernel's blk-mq component. This use-after-free vulnerability occurs when a task attempts to submit a bio a data structure for I/O operations to blk-mq. If the task is interrupted and sleeps after checking for a cached request but before using it, the cached request c...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:35 a.m.8 views

kernel: drm/i915: Fix potential UAF in TTM object purge

A flaw was found in the Linux kernel's Intel i915 graphics driver drm/i915. This use-after-free UAF vulnerability occurs during the TTM object purge operation. An attacker could potentially exploit this to cause a system crash, leading to a denial of service...

7.8CVSS5.7AI score0.00176EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:35 a.m.10 views

kernel: sched/psi: fix race between file release and pressure write

A flaw was found in the Linux kernel's Pressure Stall Information PSI subsystem. A race condition exists between the file release and pressure write operations, specifically concerning the priv member of struct kernfsopenfile. This can lead to a use-after-free vulnerability or a NULL dereference,...

7.8CVSS5.5AI score0.00115EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:35 a.m.40 views

kernel: posix-cpu-timers: Prevent UAF caused by non-leader exec() race

A flaw was found in the Linux kernel's CPU timer functionality. A race condition, which is a timing issue between different operations, can occur when a process attempts to delete a timer while another operation is still trying to access it. This can lead to a Use-After-Free UAF vulnerability,...

7.8CVSS5.5AI score0.00399EPSS
SaveExploits2References5
NVD
NVD
added 2026/08/20 5:16 a.m.10 views

CVE-2026-76957

libexpat before 2.8.4 lacks handler call depth tracking with custom encoding callbacks. Thus, a use-after-free can occur. NOTE: this is similar to CVE-2026-50219, CVE-2026-56131 and CVE-2026-56412...

4.9CVSS0.00102EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 5:16 a.m.6 views

AZL-96851 CVE-2026-76957 affecting package expat 2.8.2-1

libexpat before 2.8.4 lacks handler call depth tracking with custom encoding callbacks. Thus, a use-after-free can occur. NOTE: this is similar to CVE-2026-50219, CVE-2026-56131 and CVE-2026-56412...

4.9CVSS5.9AI score0.00102EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/20 4:47 a.m.8 views

kernel: net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()

A user-after-free vulnerability was found in the linux kernel. sockinitdata attaches the allocated sk object to the provided sock object. If ieee802154create fails later, the allocated sk object is freed, but the dangling pointer remains in the provided sock object, leading to a crash and loss of...

7.8CVSS5.4AI score0.00229EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 4:47 a.m.19 views

kernel: sched/psi: fix race between file release and pressure write

A flaw was found in the Linux kernel's Pressure Stall Information PSI subsystem. A race condition exists between the file release and pressure write operations, specifically concerning the priv member of struct kernfsopenfile. This can lead to a use-after-free vulnerability or a NULL dereference,...

7.8CVSS5.5AI score0.00115EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 4:47 a.m.10 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 8. 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 for each vulnerability from th...

9.8CVSS5.7AI score0.00778EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2026/08/20 4:47 a.m.9 views

kernel: ip6_gre: Use cached t->net in ip6erspan_changelink()

A flaw was found in the Linux kernel's ip6gre module. An unprivileged user could exploit this vulnerability by migrating a network device, causing the ip6erspanchangelink function to incorrectly handle network namespace references. This error leads to a use-after-free condition when the original...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 4:47 a.m.9 views

kernel: mm/huge_memory: update file PMD counter before folio_put()

A flaw was found in the Linux kernel's memory management, specifically within the huge page mechanism. When a huge page is split, the system updates a counter after releasing a reference to the memory. This timing issue can lead to the system attempting to read from memory that has already been...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/20 4:28 a.m.16 views

EUVD-2026-63196

libexpat before 2.8.4 lacks handler call depth tracking with custom encoding callbacks. Thus, a use-after-free can occur. NOTE: this is similar to CVE-2026-50219, CVE-2026-56131 and CVE-2026-56412...

4.9CVSS5.4AI score0.00102EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/20 4:28 a.m.50 views

CVE-2026-76957

CVE-2026-76957 affects libexpat before 2.8.4 . The root cause is the absence of handler call depth tracking when custom encoding callbacks are in use, which can lead to a use-after-free condition. The CVSS 3.1 score is 4.9 (Medium) with a local attack vector, high complexity, and low impact on co...

4.9CVSS5.4AI score0.00102EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/20 4:28 a.m.33 views

CVE-2026-76957

libexpat before 2.8.4 lacks handler call depth tracking with custom encoding callbacks. Thus, a use-after-free can occur. NOTE: this is similar to CVE-2026-50219, CVE-2026-56131 and CVE-2026-56412...

4.9CVSS0.00102EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/20 3:52 a.m.11 views

kernel: net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()

A user-after-free vulnerability was found in the linux kernel. sockinitdata attaches the allocated sk object to the provided sock object. If ieee802154create fails later, the allocated sk object is freed, but the dangling pointer remains in the provided sock object, leading to a crash and loss of...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 3:52 a.m.13 views

kernel: sched/psi: fix race between file release and pressure write

A flaw was found in the Linux kernel's Pressure Stall Information PSI subsystem. A race condition exists between the file release and pressure write operations, specifically concerning the priv member of struct kernfsopenfile. This can lead to a use-after-free vulnerability or a NULL dereference,...

7.8CVSS5.4AI score0.00115EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 3:52 a.m.14 views

kernel: ip6_gre: Use cached t->net in ip6erspan_changelink()

A flaw was found in the Linux kernel's ip6gre module. An unprivileged user could exploit this vulnerability by migrating a network device, causing the ip6erspanchangelink function to incorrectly handle network namespace references. This error leads to a use-after-free condition when the original...

7.8CVSS5.5AI score0.00126EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 3:52 a.m.17 views

kernel: mm/huge_memory: update file PMD counter before folio_put()

A flaw was found in the Linux kernel's memory management, specifically within the huge page mechanism. When a huge page is split, the system updates a counter after releasing a reference to the memory. This timing issue can lead to the system attempting to read from memory that has already been...

7.8CVSS4.6AI score0.00129EPSS
SaveExploits0References5
Circl
Circl
added 2026/08/20 2:25 a.m.20 views

CVE-2026-20320

creationtimestamp| type| source ---|---|--- 2026-08-20 02:25:18+00:00| seen| https://bsky.app/profile/securityonline.bsky.social/post/3mti6xkiyyv2u 2026-08-20 12:21:41+00:00| seen| https://bsky.app/profile/thedailytechfeed.com/post/3mtjabxdkxh2l 2026-08-20 12:31:25+00:00| seen|...

7.5CVSS4.8AI score0.00385EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/08/20 1:07 a.m.29 views

Exploit for Use After Free in Linux Linux_Kernel

CVE-2026-46242 — "Bad Epoll" This repo is a bad Epoll validat...

7.8CVSS7.7AI score0.03153EPSS
SaveExploits4
Rows per page
Query Builder