Lucene search
+L

11219 matches found

CVE
CVE
added 2026/07/25 8:51 a.m.21 views

CVE-2026-64435

CVE-2026-64435 documents a data race in the Linux kernel where multiple readers access audit_queue.qlen via skb_queue_len() without proper synchronization while kauditd writes through skb_dequeue()/__skb_unlink() under WRITE_ONCE() with a spinlock. The race is demonstrated by a conflicting access...

8.2CVSS5.8AI score0.00424EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.22 views

CVE-2026-64421

The CVE-2026-64421 issue affects the Linux kernel driver for imx8-isi (NXP), causing a slab-use-after-free in __media_entity_remove_link() during rmmod. The root cause is in mxc_isi_remove() calling mxc_isi_crossbar_cleanup() before mxc_isi_v4l2_cleanup(), which frees media entity pads that later...

5.8AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64371

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

5.7AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.28 views

CVE-2026-64350 usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later stream ring allocation or stream mapping update fails, the error path...

0.00173EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.10 views

CVE-2026-64326

In the Linux kernel, the following vulnerability has been resolved: block: skip syncblockdev on surprise removal in bdevmarkdead bdevmarkdead's @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead honours this and skips syncfilesystem, but the bare block devi...

5.6AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:49 a.m.28 views

CVE-2026-64266

CVE-2026-64266 affects the Linux kernel fuse subsystem. The vulnerability stems from fuse_ref_folio() unlocking the request but not re-locking before return, allowing fuse_chan_abort() to end the request and for the async end callback to free args while the copy chain later accesses them, causing...

7.8CVSS5.7AI score0.0016EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.7 views

SUSE CVE-2026-64243

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: simple-mux: Fix enum control bounds check simplemuxcontrolput rejects values greater than e-items, but enum control values are zero based. For the two-entry mux used by this driver, valid values are 0 and 1, so valu...

7.1CVSS5.8AI score0.00117EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64300

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - perf/aux: Fix page UAF in maprange maprange reads rb-auxpages, rb-auxnrpages and rb-auxpgoff via perfmmaptopage while holding only event-mmapmutex. Those fields...

7.8CVSS5.4AI score0.00162EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-64312

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: pcrypt - restore callback for non-parallel fallback pcrypt installs pcryptaeaddone on the child AEAD request before trying to submit it through padata. ...

7.5CVSS5.4AI score0.00501EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64349

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: dwc3: fix dwc3readl and dwc3writel calls in dwc3ulpisetup The dwc3ulpisetup calls the register read and write calls with dwc3-regs when both these calls ta...

5.6AI score0.00166EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-66034

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length...

7.7CVSS5.6AI score0.00252EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 5:17 p.m.7 views

DEBIAN-CVE-2026-66034

libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and a free of an uninitialized pointer via the publickey subsystem. In libssh2publickeylistfetch, the version 1...

7.7CVSS5.9AI score0.00252EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/24 5:17 p.m.8 views

CVE-2026-66034

libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and a free of an uninitialized pointer via the publickey subsystem. In libssh2publickeylistfetch, the version 1...

7.7CVSS5.3AI score0.00252EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/24 4:42 p.m.49 views

CVE-2026-66034

Impact: libssh2 up to 1.11.1 contains a missing bounds check in libssh2_publickey_list_fetch() that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and to free an uninitialized pointer during error cleanup. This leaks heap pointers from adjacent allocations, d...

7.7CVSS5.9AI score0.00252EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/24 4:42 p.m.8 views

CVE-2026-66034 libssh2 Heap Out-of-Bounds Read via publickey subsystem

libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and a free of an uninitialized pointer via the publickey subsystem. In libssh2publickeylistfetch, the version 1...

7.7CVSS5.9AI score0.00252EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/24 4:42 p.m.10 views

CVE-2026-66034

libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and a free of an uninitialized pointer via the publickey subsystem. In libssh2publickeylistfetch, the version 1...

7.7CVSS5.9AI score0.00252EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/24 4:42 p.m.42 views

CVE-2026-66034 libssh2 Heap Out-of-Bounds Read via publickey subsystem

libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and a free of an uninitialized pointer via the publickey subsystem. In libssh2publickeylistfetch, the version 1...

7.7CVSS0.00252EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 4:42 p.m.8 views

CVE-2026-66034 libssh2 Heap Out-of-Bounds Read via publickey subsystem

libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and a free of an uninitialized pointer via the publickey subsystem. In libssh2publickeylistfetch, the version 1...

7.7CVSS5.9AI score
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2026/07/24 4:42 p.m.8 views

CVE-2026-66034

libssh2 through 1.11.1, fixed in commit a13bb6c, contains a missing bounds check vulnerability that allows a malicious SSH server to trigger an arbitrary-length heap out-of-bounds read and a free of an uninitialized pointer via the publickey subsystem. In libssh2publickeylistfetch, the version 1...

7.7CVSS5.9AI score0.00252EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 4:16 p.m.10 views

CVE-2026-64243

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: simple-mux: Fix enum control bounds check simplemuxcontrolput rejects values greater than e-items, but enum control values are zero based. For the two-entry mux used by this driver, valid values are 0 and 1, so valu...

7.1CVSS0.00117EPSS
SaveExploits0References7
Rows per page
Query Builder