Lucene search
+L

266117 matches found

RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.10 views

kernel: bonding: alb: fix UAF in rlb_arp_recv during bond up/down

A flaw was found in the Linux kernel's bonding driver, specifically within the Active-Backup Load Balancing ALB receive path. A local attacker can trigger a Use-After-Free UAF vulnerability in the rlbarprecv function by rapidly bringing a bond interface up and down while receiving Address...

7.8CVSS6.6AI score0.00126EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.10 views

kernel: mm/list_lru: drain before clearing xarray entry on reparent

A flaw was found in the Linux kernel's memory cgroup memcg listlru component. A race condition occurs during the reparenting of listlru entries when an xarray entry is cleared before its associated lists are fully reparented. This allows concurrent operations to modify list pointers under differe...

7.8CVSS5.9AI score0.00099EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.10 views

kernel: zram: fix use-after-free in zram_bvec_write_partial()

A flaw was found in the Linux kernel, specifically within the zram module. This vulnerability is a use-after-free error, where the system attempts to use a piece of memory after it has been freed. This occurs when the zrambvecwritepartial function allows an asynchronous read to write into a page...

7.8CVSS6AI score0.00106EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: use skbvlaninetprepare in ip6tnlrcv Blamed commit did not take care of VLAN encapsulations as spotted by syzbot 1. Use skbvlaninetprepare instead of pskbinetmaypull. 1 BUG: KMSAN: uninit-value in INETECNdecapsulate...

7.5CVSS6.4AI score0.00486EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.8 views

kernel: netfilter: nf_tables: Fix for duplicate device in netdev hooks

A flaw was found in the Linux kernel's netfilter nftables component. This vulnerability allows for duplicate device registration when handling network device registration notifications. Such duplicate registrations can lead to unexpected system behavior or instability...

7.8CVSS7AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: USB: serial: io_ti: fix heap overflow in get_manuf_info()

A flaw was found in the Linux kernel's ioti USB serial driver. A malicious USB device, when plugged into a host running this driver, can exploit a heap overflow vulnerability in the getmanufinfo function. This occurs because the driver does not properly validate the size of data read from the...

6.8CVSS6.2AI score0.00271EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.9 views

kernel: NFSv4/flexfiles: reject zero filehandle version count

A flaw was found in the Linux kernel's NFSv4 Network File System version 4 flexfiles component. This vulnerability occurs when the fflayoutalloclseg function processes a malformed flexfiles layout that specifies a zero filehandle version count. An attacker could exploit this by providing a...

7.5CVSS5.9AI score0.00529EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.9 views

kernel: nfsd: release layout stid on setlease failure

A flaw was found in the Linux kernel's Network File System Daemon nfsd. When a setlease operation fails, the system prematurely releases a layout state identifier. An attacker could exploit this by triggering the failure, leading to a use-after-free vulnerability. This could result in a system...

9.8CVSS5.9AI score0.00543EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.6 views

kernel: net: mana: validate rx_req_idx to prevent out-of-bounds array access

A flaw was found in the Linux kernel's mana network driver. In Confidential Virtual Machines VMs, a missing bounds check when processing network events can allow a malicious hardware component or a compromised VM to write data outside of an intended memory region. This out-of-bounds access could...

9.3CVSS5.8AI score0.00142EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked()

A flaw was found in the Linux kernel's Server Message Block SMB client. A missing lock around the tccount increment in the smb2findsmbsesstconunlocked function creates a race condition. This vulnerability, caused by an incomplete refactoring of locking mechanisms, could lead to unexpected behavio...

9.8CVSS5.8AI score0.00491EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.6 views

kernel: netfilter: ipset: fix race between dump and ip_set_list resize

A flaw was found in the Linux kernel's netfilter ipset component. A race condition exists between the ipsetlist resize operation and dump operations. This can lead to a use-after-free vulnerability, where memory is accessed after it has been deallocated. A successful exploitation of this flaw cou...

7.8CVSS5.8AI score0.00097EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.8 views

kernel: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count

A flaw was found in the Linux kernel's synaptics-rmi4 input driver. The rmif3amapgpios function incorrectly allocates memory for the gpiokeymap, making it smaller than required. This allows a device reporting a specific gpiocount value to trigger an out-of-bounds read, leading to information...

7.8CVSS5.8AI score0.00169EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.9 views

kernel: NFSv4: include MAY_WRITE in open permission mask for O_TRUNC

A flaw was found in the Linux kernel's NFSv4 implementation. A local user could exploit a vulnerability where opening a file with OTRUNC truncate and ORDONLY read-only flags would bypass the necessary write permission checks. This oversight allows an attacker to truncate a file without having...

7.1CVSS5.8AI score0.00164EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: smb: client: fix change notify replay double-free

A flaw was found in the Linux kernel's Server Message Block SMB client. This vulnerability occurs due to a double-free error when handling change notify replies. If a response attempt returns a replayable error and frees its buffer, and then SMB2notifyinit fails, the same buffer can be freed agai...

9.8CVSS6AI score0.00457EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.6 views

kernel: mm: shrinker: fix shrinker_info teardown race with expansion

A flaw was found in the Linux kernel's memory management mm shrinker subsystem. A race condition exists where the shrinkerinfo array can be prematurely freed while still accessible, leading to a use-after-free or double-free vulnerability. This memory corruption can be exploited by a local attack...

7.8CVSS5.8AI score0.00097EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.9 views

kernel: ALSA: virtio: Validate control metadata from the device

A flaw was found in the Linux kernel's ALSA virtio sound driver. A malicious or buggy virtio device can provide invalid control metadata, such as an unknown control type or an oversized value count. The driver's control handling trusts this unvalidated metadata, leading to out-of-bounds access wh...

8.4CVSS5.9AI score0.00153EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: mm/khugepaged: write all dirty file folios when collapsing

A flaw was found in the Linux kernel's memory management mm/khugepaged component. A local user could trigger an edge case where unsaved changes to file data dirty folios are improperly discarded. This occurs when a file with previous writes is subjected to a specific sequence of memory advice...

5.8AI score0.0015EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.10 views

kernel: seccomp: passthrough uretprobe systemcall without filtering

A flaw was found in the Linux kernel. This vulnerability occurs when uretprobes, a debugging feature that monitors function returns in user-space programs, are used. The kernel's seccomp secure computing mode mechanism, which restricts system calls a program can make, incorrectly blocks the...

5.5CVSS6.3AI score0.00175EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.9 views

kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()

A flaw was found in the Linux kernel's nfnetlinkcthelper component. This vulnerability, an out-of-bounds read, occurs in the nfnlcthelperdumptable function when a network connection tracking helper is removed during a dump operation, leading to a bypassed bounds check. A local attacker could...

7.1CVSS5.8AI score0.00132EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: iommu/amd: Fix clone_alias() to use the original device's devid

A flaw was found in the Linux kernel's IOMMU Input/Output Memory Management Unit AMD driver. The clonealias function incorrectly uses the device ID devid when handling alias devices. This can lead to the propagation of wrong or stale Device Table Entry DTE entries to alias devices, potentially...

8.8CVSS5.9AI score0.00129EPSS
SaveExploits0References5
Rows per page
Query Builder