Lucene search
+L

265055 matches found

RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.8 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.1CVSS4.4AI score0.00164EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.9 views

kernel: iomap: fix out-of-bounds bitmap_set() with zero-length range

A flaw was found in the Linux kernel's iomap subsystem. An unsigned subtraction underflow occurs when ifssetrangedirty or ifssetrangeuptodate are called with a zero-length range. This can lead to an out-of-bounds write via bitmapset, potentially allowing a local attacker to cause memory corruptio...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.8 views

kernel: NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr

A flaw was found in the Linux kernel's NFSv4/pNFS implementation. The nfs4decodempdsaddr function, responsible for decoding network address information, does not properly handle zero-length raddr opaque data. A malicious or compromised metadata server can exploit this by providing a zero-length...

7.5CVSS4.4AI score0.00517EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.8 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.5CVSS4.5AI score0.00529EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.7 views

kernel: nfsd: fix posix_acl leak on SETACL decode failure

A flaw was found in the Linux kernel's Network File System Daemon nfsd. This vulnerability occurs during the processing of Access Control List ACL set operations. If a specific decode step fails, a memory leak of a posixacl object occurs. This can lead to resource exhaustion over time, potentiall...

7.5CVSS4.4AI score0.00529EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.7 views

kernel: KEYS: fix overflow in keyctl_pkey_params_get_2()

A flaw was found in the Linux kernel's keyctlpkeyparamsget2 function within the KEYS subsystem. The vulnerability arises from an incorrect calculation of the internal output buffer's length, which can lead to a buffer overflow when a user-provided buffer is too small. This flaw could allow a loca...

7.8CVSS4.7AI score0.0013EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.9 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.3CVSS4.3AI score0.00142EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.7 views

kernel: crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()

A flaw was found in the Linux kernel's crypto QAT QuickAssist Technology module. A race condition exists during the teardown of Virtual Function to Physical Function VF2PF work in the adfdisablesriov function. This allows a concurrently scheduled or already queued worker to attempt to access memo...

8.8CVSS5.4AI score0.00135EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.10 views

kernel: Linux kernel: Arbitrary code execution via userfaultfd shadow stack manipulation

A flaw was found in the Linux kernel's userfaultfd mechanism. A local attacker with userfaultfd access could register on shadow stack Virtual Memory Areas VMAs. By discarding a page and injecting a page with chosen return addresses, an attacker could achieve arbitrary code execution. This...

5.8AI score0.002EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.8 views

kernel: nvmet-auth: reject short AUTH_RECEIVE buffers

A flaw was found in the nvmet-auth component of the Linux kernel. A remote attacker, by sending a specially crafted AUTHRECEIVE buffer to an NVMe-oF NVM Express over Fabrics target with in-band authentication enabled, can trigger a heap out-of-bounds write. This vulnerability arises because the...

9.8CVSS5.7AI score0.00748EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.11 views

kernel: Kernel: Remote out-of-bounds write in RDMA/siw

A flaw was found in the Linux kernel's Soft iWARP siw driver. A remote attacker, by sending specially crafted Read Response segments that exceed the requested length, can trigger an out-of-bounds write. This vulnerability can lead to memory corruption, potentially causing a kernel crash or...

9.8CVSS5.5AI score0.00714EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.14 views

kernel: scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf

A flaw was found in the Linux kernel's iSCSI Internet Small Computer System Interface target functionality. This vulnerability, a heap overrun, occurs because the iscsiencodetextoutput function does not properly check buffer capacity when processing login requests. A remote attacker could exploit...

9.8CVSS5.9AI score0.00778EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:32 a.m.26 views

kernel: locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()

A flaw was found in the Linux kernel. The rtspinunlock function, and similar real-time RT locking mechanisms, incorrectly release Read-Copy-Update RCU protection before fully unlocking, leading to a Use-After-Free UAF vulnerability. This issue could allow a local attacker to potentially cause a...

9.8CVSS5.3AI score0.00728EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:28 a.m.6 views

kernel: KEYS: fix overflow in keyctl_pkey_params_get_2()

A flaw was found in the Linux kernel's keyctlpkeyparamsget2 function within the KEYS subsystem. The vulnerability arises from an incorrect calculation of the internal output buffer's length, which can lead to a buffer overflow when a user-provided buffer is too small. This flaw could allow a loca...

7.8CVSS4.7AI score0.0013EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:28 a.m.6 views

kernel: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error

A flaw was found in the Linux kernel's Bluetooth Host Controller Interface HCI Universal Asynchronous Receiver/Transmitter UART driver. When the hciregisterdev function fails, a flag indicating protocol initialization is not properly cleared. This oversight allows incoming UART data to be process...

5.5CVSS4.5AI score0.00114EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:28 a.m.6 views

kernel: exfat: fix potential use-after-free in exfat_find_dir_entry()

A flaw was found in the Linux kernel's exFAT filesystem driver. A local attacker could exploit a use-after-free vulnerability in the exfatfinddirentry function. This occurs because a buffer is prematurely released while still being referenced, which can be triggered by processing a specially...

9.8CVSS5.7AI score0.00527EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:28 a.m.9 views

kernel: iomap: fix out-of-bounds bitmap_set() with zero-length range

A flaw was found in the Linux kernel's iomap subsystem. An unsigned subtraction underflow occurs when ifssetrangedirty or ifssetrangeuptodate are called with a zero-length range. This can lead to an out-of-bounds write via bitmapset, potentially allowing a local attacker to cause memory corruptio...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/04 2:28 a.m.9 views

kernel: net: ipv6: use-after-free in fib6_rule_suppress due to stale res->rt6 pointer

A use-after-free vulnerability was found in the Linux kernel's IPv6 FIB rule lookup path. In fib6rulesuppress, when a route is suppressed and released via ip6rtputflags, the res-rt6 pointer is not cleared. If no later rule supplies a replacement route, fib6rulelookup returns the stale freed rt6in...

9.8CVSS5.4AI score0.00399EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.10 views

PT-2026-85716

In the Linux kernel, the following vulnerability has been resolved: vxlan: keep the last remote linked during FDB flush A non-nexthop FDB entry is expected to have at least one remote while it remains reachable through the FDB hash table. A filtered bulk flush violates this invariant when every...

5.6AI score0.00168EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.15 views

PT-2026-85720

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the bridge multicast component of the Linux kernel. The problem occurs during the teardown of a master VLAN's multicast context. Specifically, the br...

6.2AI score0.00177EPSS
SaveExploits0References10
Rows per page
Query Builder