Lucene search
+L

167 matches found

OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-67214

nanoid Nano ID before 5.1.16 contains an infinite loop in the customAlphabet and nanoid functions of its non-secure module nanoid/non-secure. When these functions are given a negative size, the loop counter is decremented from a negative value and never reaches its termination condition, spinning...

8.2CVSS5.8AI score
SaveExploits0References1
OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-59899

Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, HttpContentEncoder the superclass of the production handler HttpContentCompressor maintains a per-channel ArrayDeque named acceptEncodingQueue that accumulates attacker-controll...

6.9CVSS5.8AI score
SaveExploits0References1
OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-67216

cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSONCompare. When comparing objects, the function recurses into each shared subtree twice, once in each direction, with no depth guard, making the running time exponential in nesting depth. A small, deeply nested documen...

8.2CVSS5.8AI score
SaveExploits0References1
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-64551

In the Linux kernel, the following vulnerability has been resolved: sctp: validate STALECOOKIE cause length before reading staleness When an ERROR chunk with a STALECOOKIE cause is received in the COOKIEECHOED state, sctpsfdo526stale reads the 4-byte Measure of Staleness that follows the cause...

5.6AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 3 days ago5 views

DEBIAN-CVE-2026-64546

In the Linux kernel, the following vulnerability has been resolved: drm/edid: fix OOB read in drmparsetiledblock drmparsetiledblock casts the DisplayID block to a struct displayidtiledblock and reads the full fixed layout up to tile-topologyid7 without checking block-numbytes. The DisplayID...

5.6AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago4 views

DEBIAN-CVE-2026-64519

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix infinite loop in layout state revocation findonesbstid skips stids whose scstatus is non-zero, but the SCTYPELAYOUT case in nfsd4revokestates never sets scstatus before calling nfsd4closelayout. The retry loop therefore...

5.7AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago5 views

DEBIAN-CVE-2026-64392

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for delete-on-close Delete-on-close can be completed by deferred or durable handle teardown, where no request work is available. Both the base-file unlink and the ADS xattr removal consequently run...

9.1CVSS5.6AI score0.00469EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago3 views

DEBIAN-CVE-2026-64369

In the Linux kernel, the following vulnerability has been resolved: s390: Revert support for DCACHEWORDACCESS loadunalignedzeropad reads eight bytes from unaligned addresses and may cross page boundaries. It handles exceptions which may happen if reading from the second page results in an...

5.6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago5 views

DEBIAN-CVE-2026-64342

In the Linux kernel, the following vulnerability has been resolved: USB: iowarrior: fix use-after-free on disconnect Submitted write URBs are not stopped on close and therefore need to be stopped unconditionally on disconnect to avoid use-after-free in the completion handler...

5.6AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago5 views

DEBIAN-CVE-2026-64268

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: bound Read Response placement to the RREAD length In drivers/infiniband/sw/siw/siwqprx.c, siwprocrresp places each inbound Read Response DDP segment at sge-laddr + wqe-processed and then accumulates wqe-processed, but i...

9.8CVSS5.9AI score0.00695EPSS
SaveExploits0References1
OSV
OSV
added 5 days ago6 views

DEBIAN-CVE-2026-64260

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid queue-stopped races and set/read that value under lock There are several readers of queue-stopped that check the value under lock, but fuseuringcommitfetch did not and actually the value was not set under the lo...

7.8CVSS5.7AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/22 2:17 p.m.6 views

DEBIAN-CVE-2026-54478

In NLnet Labs Unbound 1.18.0 up to and including 1.25.1, when Unbound listens on a 'proxy-protocol-port' interface with 'answer-cookie: yes', the RFC 9018 server-cookie SipHash is computed over the proxy's wire address instead of the PROXYv2-declared client. One server cookie obtained through a...

3.7CVSS5.3AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/22 2:17 p.m.5 views

DEBIAN-CVE-2026-55990

In NLnet Labs Unbound 1.7.0 up to and including 1.25.1, when the 'dnscrypt:' clause lists more 'dnscrypt-provider-cert:' files than there are matching 'dnscrypt-secret-key:' files, Unbound fills only the matched prefix and leaves the tail slots at the '0xdb' fill that libsodium's allocator writes...

5.9CVSS5.2AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.4 views

DEBIAN-CVE-2026-64118

In the Linux kernel, the following vulnerability has been resolved: qed: fix double free in qedcxttablesalloc If one of the later PF or VF CID bitmap allocations fails, qedcidmapalloc jumps to cidmapfail and frees the previously allocated CID bitmaps before returning an error. qedcxttablesalloc...

8.4CVSS5.2AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.5 views

DEBIAN-CVE-2026-64100

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

5.3AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.11 views

DEBIAN-CVE-2026-64058

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix netfsreadfolio to wait on writeback Fix netfsreadfolio to wait for an ongoing writeback to complete so that it can trust the dirty flag and whatever is attached to folio-private folio-private may get cleaned up by the...

7.8CVSS5.2AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64048

In the Linux kernel, the following vulnerability has been resolved: net/smc: reject CHID-0 ACCEPT that matches an empty ismdev slot On the SMC-D client, slot 0 of ini-ismdev/ini-ismchid is reserved for an SMC-Dv1 device. smcfindismv2deviceclnt populates V2 entries starting at index 1, so when no ...

7.5CVSS5.2AI score0.00479EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.3 views

DEBIAN-CVE-2026-64042

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Check BAR resources before exporting a DMABUF A DMABUF exports access to BAR resources and, although they are requested at startup time, we need to ensure they really were reserved before exporting. Otherwise, it's...

8.8CVSS5.2AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.8 views

DEBIAN-CVE-2026-64044

In the Linux kernel, the following vulnerability has been resolved: ovpn: respect peer refcount in CMDNEWPEER error path ovpnnlpeernewdoit's error path calls ovpnpeerrelease directly rather than ovpnpeerput, bypassing the kref. The accompanying comment "peer was not yet hashed, thus it is not use...

7.8CVSS5.2AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/19 4:17 p.m.6 views

DEBIAN-CVE-2026-64020

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dmavecs leak on p2p memory We don't unmap P2P memory, so we don't need to track it. The dmavec allocation was getting leaked on the completion...

7.5CVSS5.2AI score0.00344EPSS
SaveExploits0References1
Rows per page
Query Builder