Lucene search
+L

83260 matches found

OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74679

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Use unsigned int for ndpindex The variable ndpindex is declared as a signed integer, but it stores the return value of getncm, which is unsigned. A malicious host can supply a large offset that overflows the...

5.4AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74682

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write on Type II inbound URBs dataepsetparams sizes each URB transfer buffer before it adds the Format Type II transfer delimiter: u-packets = urbpacks; u-buffersize = maxsize u-packets; if fmt-fmttype ==...

5.8AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

DEBIAN-CVE-2026-74676

In the Linux kernel, the following vulnerability has been resolved: vt: add permission check for KDSKBMETA ioctl KDSKBMETA modifies keyboard meta mode but lacks the !perm check that all other keyboard setter ioctls in vtkioctl enforce, allowing a process to change meta mode on a non-controlling...

5.4AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74675

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbdkeycode with ttyportttyget kbdkeycode reads vc-port.tty without acquiring a tty reference, racing against conshutdown which clears port.tty under a different lock. Use ttyportttyget/ttykrefput to...

5.3AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

DEBIAN-CVE-2026-74672

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: acquire initmm lock on huge vmap to avoid ptdump UAF Patch series "mm: fix UAF caused by race between ptdump and vmap pgtable freeing", v6. Kernel page table walkers fall into two broad categories - those ranges where...

5.9AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

DEBIAN-CVE-2026-74677

In the Linux kernel, the following vulnerability has been resolved: net: usb: ipheth: fix carrierwork UAF on disconnect iphethsndbulkcallback re-arms the carrier-check work on any non-zero URB status: else scheduledelayedwork&dev-carrierwork, 0; Nothing ties that to the interface being up, so the...

5.4AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74673

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.4 views

DEBIAN-CVE-2026-74678

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: fix skb leak in ax88179txfixup When the interface has NETIFFSG enabled and skblinearize fails in ax88179txfixup, the function returns NULL without freeing the skb. usbnetstartxmit treats a NULL return from...

5.4AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74674

In the Linux kernel, the following vulnerability has been resolved: mm: fix incorrect flush address in direct page table reclaim When zappterange reclaims a page table, it does: ptefreetlbtlb, pmdpgtablepmdval, addr; and this is unconditionally wrong: if this code executes, addr always points one...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74671

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74663

In the Linux kernel, the following vulnerability has been resolved: net/sched: reject overly deep qdisc hierarchies Deep qdisc hierarchies can lead to excessive recursion in qdisc tree walkers and exhaust the kernel stack. The existing loop check does not cover the create-and-graft path, so a...

5.4AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74669

In the Linux kernel, the following vulnerability has been resolved: ipvs: clear IPv4 options after rebasing tunnel ICMP errors ipvsinicmp rebases an skb from the outer ICMP packet to the quoted original request before passing it to icmpsend. However, IPCBskb-opt still describes the outer IPv4...

5.5AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

DEBIAN-CVE-2026-74668

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

5.3AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.6 views

DEBIAN-CVE-2026-74664

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reallocate update replies for mismatched IDs ovsflowcmdnew preallocates the optional reply skb before it takes ovsmutex and before it knows which existing flow will be updated. That is normally fine because the...

5.4AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.8 views

DEBIAN-CVE-2026-74665

In the Linux kernel, the following vulnerability has been resolved: net: fix skb length accounting after generic XDP frag adjustment Generic XDP exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, bpfprogrungenericxdp copies xdpfragssize back to...

5.5AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74670

In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs-enable during that phase,...

5.4AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74666

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packetsetring updates the RX ring state under skreceivequeue.lock, but used to publish the tpacket receive mode through po-prothook.func after releasing that lock...

5.5AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74667

In the Linux kernel, the following vulnerability has been resolved: net/packet: reset the MAC header on the packet-socket transmit path packetparseheaders resets the MAC header only for a SOCKRAW frame whose socket did not bind a protocol. A protocol-bound SOCKRAW socket, any SOCKDGRAM frame, and...

5.5AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.7 views

DEBIAN-CVE-2026-74658

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent robust futex exit race some more A robust futex unlock stores 0 over the whole futex value - wiping FUTEXWAITERS - and wakes a single waiter. That wakeup is a one-shot notification: the protocol relies on its...

5.5AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/22 4:16 p.m.5 views

DEBIAN-CVE-2026-74655

In the Linux kernel, the following vulnerability has been resolved: serial: qcom-geni: fix TX DMA buffer flush When transmit flushing a qcom-geni UART during an ongoing TX DMA, the UART gets stuck infinitely repeating corrupted TX DMA frames. The DMA-mode uartops does not provide a flushbuffer...

5.7AI score0.00209EPSS
SaveExploits0References1
Rows per page
Query Builder