Lucene search
+L

265064 matches found

RedHat Linux
RedHat Linux
added 2026/09/08 9:06 a.m.7 views

kernel: io_uring/poll: fix signed comparison in io_poll_get_ownership()

A flaw was found in the Linux kernel's iouring/poll component. A logic error exists in the iopollgetownership function due to an incorrect signed comparison. This flaw prevents the necessary slowpath from being triggered when the IOPOLLCANCELFLAG is set, potentially leading to unexpected behavior...

7.8CVSS0.0012EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 9:06 a.m.6 views

kernel: fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req

A flaw was found in the Linux kernel's fuse component. When a fuse request is interrupted and then resent, a specific interrupt entry intrentry is not properly cleared. If the requesting task subsequently receives a fatal signal, this uncleared entry can lead to a use-after-free condition. This...

7.8CVSS0.00163EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 9:06 a.m.8 views

kernel: ipv6: add NULL checks for idev in SRv6 paths

A flaw was found in the Linux kernel. Missing null pointer checks in the IPv6 Segment Routing SRv6 implementation, specifically within the seg6hmacvalidateskb and ipv6srhrcv functions, can occur when an IPv6 device lacks proper configuration. This oversight may allow an attacker to trigger a null...

5.5CVSS0.00123EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 9:06 a.m.7 views

kernel: rhashtable: clear stale iter->p on table restart

A flaw was found in the Linux kernel. This vulnerability, known as a use-after-free, occurs in the rhashtable component when the system improperly handles hash table restarts. An attacker could potentially exploit this by causing the system to access memory that has already been released, which m...

7.8CVSS0.00117EPSS
SaveExploits0References5
F5 Networks
F5 Networks
added 2026/09/08 7:11 a.m.7 views

K000163237: Linux kernel vulnerability CVE-2026-53183

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: mptcp: allow subflow rcv wnd to shrink In MPTCP connection, the window field in the TCP header refers to the MPTCP-level rcvnxt and it's right edge should not move backward. Such constraint is enforc...

7.5CVSS0.00479EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/09/08 2:09 a.m.8 views

kernel: netfilter: conntrack: remove sprintf usage

A flaw was found in the Linux kernel's netfilter conntrack module. This vulnerability arises from the use of sprintf and insufficient buffer sizing in the manglecontentlen function, which can lead to a stack-out-of-bounds write. An attacker could potentially exploit this memory corruption issue t...

9.8CVSS0.00368EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 2:09 a.m.9 views

kernel: nvmet-rdma: handle inline data with a nonzero offset

A flaw was found in the nvmet-rdma component of the Linux kernel. This vulnerability arises from incorrect handling of inline data with a non-zero offset, which can lead to an integer underflow. An attacker could exploit this to cause the system to read beyond its allocated memory, potentially...

9.8CVSS0.00695EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 2:09 a.m.7 views

kernel: crypto: pcrypt - Fix handling of MAY_BACKLOG requests

A flaw was found in the Linux kernel's pcrypt component. This vulnerability involves how the system handles certain requests, specifically MAYBACKLOG requests, which can indicate a temporary busy state. If not properly managed, the system's processing of these requests could lead to resource...

9.8CVSS0.00554EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 2:09 a.m.11 views

kernel: net: bridge: stop fast-leave after deleting a port group

A flaw was found in the Linux kernel's network bridge module. When handling multicast fast-leave, a vulnerability exists where the system may attempt to access a port group after it has been deleted. This can occur if multicast-to-unicast was previously enabled and then disabled, leading to a sta...

9.8CVSS0.0056EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 2:09 a.m.15 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.8CVSS0.00514EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 2:09 a.m.14 views

kernel: smb: client: validate DFS referral PathConsumed

A flaw was found in the Linux kernel's Server Message Block SMB client. A remote attacker could send a specially crafted SMB response containing a malformed Distributed File System DFS referral. This could cause the PathConsumed value to exceed the search name length, leading to an out-of-bounds...

9.1CVSS0.00513EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 2:09 a.m.10 views

kernel: rhashtable: clear stale iter->p on table restart

A flaw was found in the Linux kernel. This vulnerability, known as a use-after-free, occurs in the rhashtable component when the system improperly handles hash table restarts. An attacker could potentially exploit this by causing the system to access memory that has already been released, which m...

7.8CVSS0.00117EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.8 views

kernel: tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock()

A flaw was found in the Linux kernel’s TLS implementation net/tls/tlsdevice.c. The function getnetdevforsock is invoked during setsockopt, which is not executed under RCU Read-Copy-Update protection. It previously used skdstgetsk-dev, which can lead to a use-after-free UAF if the sk’s destination...

7.8CVSS0.00161EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.6 views

kernel: Bluetooth: hci_event: fix potential UAF in SSP passkey handlers

A flaw was found in the Linux kernel's Bluetooth subsystem. This vulnerability, a Use-After-Free UAF, exists within the Secure Simple Pairing SSP passkey handlers. It occurs when hciconn lookup and field access are performed without proper locking, allowing a connection to be freed concurrently...

8.8CVSS0.00262EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.8 views

kernel: crypto: ccp - copy IV using skcipher ivsize

A flaw was found in the Linux kernel's cryptographic coprocessor CCP driver. When processing AFALG rfc3686-ctr-aes-ccp requests, the ccpaescomplete function attempts to restore more data than the allocated buffer for the Initialization Vector IV can hold. This leads to a buffer overrun, which can...

7.8CVSS0.0014EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.7 views

kernel: scsi: target: iscsi: Validate CHAP_R length before base64 decode

A flaw was found in the Linux kernel's iSCSI target functionality. This vulnerability allows a remote attacker to cause a buffer overflow by sending a specially crafted Challenge-Handshake Authentication Authentication Protocol CHAP response. The system fails to validate the length of the...

9.8CVSS0.00711EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.7 views

kernel: crypto: qat - validate RSA CRT component lengths

A flaw was found in the Linux kernel's QAT QuickAssist Technology crypto module. This vulnerability occurs in the RSA key parser when handling CRT Chinese Remainder Theorem components. An underflow can happen during a memory copy operation if an RSA CRT component is larger than its allocated...

7.8CVSS0.00169EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.8 views

kernel: netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiry

A flaw was found in the Linux kernel's netfilter component, specifically within the nftsetpipapoavx2 AVX2 matching functions. This vulnerability occurs when a pipapo set with an 'ipv4 . port' key is reloaded. Due to incorrect masking, the system may erroneously identify non-matching elements as...

9.4CVSS0.0037EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.6 views

kernel: smb/client: fix out-of-bounds read in smb2_compound_op()

A flaw was found in the Linux kernel's Server Message Block SMB client. A remote attacker, acting as a malicious SMB server, could send a specially crafted, truncated response with an oversized buffer length. This could lead to an out-of-bounds read in the smb2compoundop function, allowing the...

9.1CVSS0.00478EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/08 1:25 a.m.7 views

kernel: ipv6: fix possible UAF in icmpv6_rcv()

A flaw was found in the Linux kernel's IPv6 Internet Protocol version 6 implementation. This vulnerability, a Use-After-Free UAF error, occurs due to incorrect caching of network packet addresses before a memory operation. An attacker could potentially exploit this flaw to cause memory corruption...

9.8CVSS0.00395EPSS
SaveExploits0References5
Rows per page
Query Builder