Lucene search
+L

149597 matches found

RedHat Linux
RedHat Linux
added 2026/08/20 7:34 a.m.22 views

webkitgtk: webkitgtk: Maliciously crafted web content may disclose process memory

A flaw was found in WebKitGTK. Processing maliciously crafted web content can trigger a use-after-free due to improper memory handling, leading to disclosure of process memory...

6.5CVSS5.5AI score0.00399EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/20 7:34 a.m.13 views

webkitgtk: webkitgtk: Maliciously crafted web content may cause unexpected process crash

A flaw was found in WebKitGTK. Processing maliciously crafted web content can trigger a use-after-free due to improper memory handling, resulting in an unexpected process crash...

6.5CVSS5.5AI score0.00368EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/20 7:34 a.m.18 views

webkitgtk: webkitgtk: Maliciously crafted web content may cause unexpected process crash

A flaw was found in WebKitGTK. Processing maliciously crafted web content can trigger a use-after-free due to improper memory management, resulting in an unexpected process crash...

6.5CVSS5.5AI score0.00393EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/20 7:34 a.m.13 views

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

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

6.5CVSS5.4AI score0.00293EPSS
SaveExploits0References5
NCSC
NCSC
added 2026/08/20 6:59 a.m.26 views

Vulnerabilities found in Apple iOS and iPadOS

Apple has identified several vulnerabilities in iOS and iPadOS. These vulnerabilities involve improper memory management, such as use-after-free errors, buffer overflows, out-of-bounds reads and writes, integer overflows, race conditions, and inadequate input validation. These errors can lead to...

9.8CVSS7.8AI score0.01237EPSS
SaveExploits6References2
NCSC
NCSC
added 2026/08/20 6:53 a.m.29 views

vulnerabilities in Apple macOS

Apple has identified vulnerabilities in macOS Tahoe 26.6.2. These vulnerabilities relate to various aspects of memory management, input validation, and state management within Apple’s operating systems and Safari browser. Some of these vulnerabilities allow malicious actors to cause memory...

8.8CVSS5.7AI score0.00552EPSS
SaveExploits5References1
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.12 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:44 a.m.12 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:44 a.m.11 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
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.12 views

kernel: smb: client: fix double-free in SMB2_open() replay

A flaw was found in the Linux kernel's Server Message Block SMB client. A double-free vulnerability exists in the SMB2open replay mechanism. This occurs when a response-bearing attempt returns a replayable error and frees its response buffer, and then the cleanup process attempts to free the same...

8.8CVSS6.3AI score0.00354EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.13 views

kernel: drm/amdgpu: Refactor amdgpu_gem_va_ioctl for Handling Last Fence Update and Timeline Management v4

A flaw was found in the Linux kernel's AMD GPU amdgpu driver. Incorrect management of graphics memory dmafence references within the amdgpugemvaioctl function can lead to a reference count underflow and a use-after-after-free condition. A local attacker could exploit this vulnerability to trigger...

7.8CVSS5.6AI score0.00124EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.13 views

kernel: drm/amdgpu: fix amdgpu_hmm_range_get_pages

A flaw was found in the Linux kernel, specifically within the drm/amdgpu component. This vulnerability arises from incorrect handling of a notifier sequence in the amdgpuhmmrangegetpages function, where the sequence can be read more than once. This can lead to the system processing invalid memory...

7.8CVSS5.6AI score0.00172EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.11 views

kernel: smb: client: fix query_info() replay double-free

A flaw was found in the Linux kernel's Server Message Block SMB client. This vulnerability, a double-free error, occurs when the queryinfo replay mechanism attempts to free a response buffer that has already been released. This can happen if an error occurs during the initialization of an SMB2...

9.8CVSS5.8AI score0.00457EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.14 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.00416EPSS
SaveExploits3References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.11 views

kernel: scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()

A flaw was found in the Linux kernel's iSCSI Internet Small Computer System Interface target subsystem. This vulnerability involves a buffer overread and a double-free error when processing iSCSI Text commands. A remote attacker could exploit these issues by sending specially crafted network...

9.8CVSS6.1AI score0.00778EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.12 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 9. 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.8CVSS6.1AI score0.00778EPSS
SaveExploits3References27
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.21 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 6:44 a.m.19 views

kernel: netfilter: synproxy: refresh tcphdr after skb_ensure_writable

A flaw was found in the Linux kernel's netfilter synproxy module. When handling TCP timestamp options, a stale pointer can be used after memory reallocation. This can result in memory corruption, where data is written to a freed memory area, or lead to packets being sent with an incorrect checksu...

9.8CVSS5.7AI score0.00514EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/20 6:35 a.m.12 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.18 views

kernel: drm/amdgpu: Refactor amdgpu_gem_va_ioctl for Handling Last Fence Update and Timeline Management v4

A flaw was found in the Linux kernel's AMD GPU amdgpu driver. Incorrect management of graphics memory dmafence references within the amdgpugemvaioctl function can lead to a reference count underflow and a use-after-after-free condition. A local attacker could exploit this vulnerability to trigger...

7.8CVSS5.6AI score0.00124EPSS
SaveExploits0References5
Rows per page
Query Builder