Lucene search
+L

67696 matches found

OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80839

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject unrepresentable multicast TVLV offsets The network and transport header fields in struct skbuff are 16-bit offsets from skb-head, and U16MAX is reserved as the unset transport header value. batadvtvlvcallhandle...

5.8AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

UBUNTU-CVE-2026-80812

In the Linux kernel, the following vulnerability has been resolved: ALSA: dummy: Check card index validity at probe snddummyprobe blindly trusts that the given devptr-id value is within the proper card index range. It's OK for the devices the driver itself creates at the module probe time, but if...

5.8AI score0.00177EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80774

In the Linux kernel, the following vulnerability has been resolved: HID: asus: fix missing hidisusb check tousbinterface can only be used on a hiddevice whose parent is really USB; uhid can create devices that identify as being on BUSUSB, but don't actually have a USB parent. Fix the use of...

5.8AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80787

In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: fix use-after-free in nvmetpciepfexeciodwork nvmetpciepfexeciodwork submits an I/O command with req-execute and then waits for the command to complete and transfers the data back to the host. This wait is not need...

5.8AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80861

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: bail out of setup if the controller is inaccessible xhcigensetup locates the operational registers using the capability length read from the very first register: xhci-opregs = hcd-regs +...

5.8AI score0.00156EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80790

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: fix invalid free in LS IOD error path nvmetfcalloclsiodlist advances iod while initializing the LS IOD array. If an rqstbuf allocation or response buffer DMA mapping fails, the unwind loop decrements iod past the start ...

5.8AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

UBUNTU-CVE-2026-80851

In the Linux kernel, the following vulnerability has been resolved: gtp: serialize PDP context updates PDP contexts can be deleted through GTPCMDDELPDP or while the GTP network device is being unregistered. The latter is serialized by RTNL, but the generic-netlink delete path only holds RCU...

5.8AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

UBUNTU-CVE-2026-80853

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Allocate full pages for DE,ENCRYPT ops on SNP-enabled hosts When de,encrypting memory of an SEV or SEV-ES guest on an SNP-enabled host via a temporary buffer, allocate a full 4KiB page for the buffer to ensure the page...

5.8AI score0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80772

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix out-of-bounds read in joyconctlrreadhandler joyconctlrreadhandler casts an incoming HID input report to struct joyconinputreport and parses it, guarding the cast only with a 12-byte length check: if size = 12 /...

5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

UBUNTU-CVE-2026-80826

In the Linux kernel, the following vulnerability has been resolved: USB: c67x00: fix use-after-free in c67x00addisourb When TD creation fails for the last packet of an isochronous URB, c67x00addisourb gives the URB back before updating the endpoint scheduling state. c67x00givebackurb frees the UR...

5.8AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

UBUNTU-CVE-2026-80856

In the Linux kernel, the following vulnerability has been resolved: fuse: fix invalidate lock leak on setattr writeback failure fusedosetattr takes filemapinvalidatelock for a DAX truncate faultblocked = true and releases it at the out:/error: labels. But when a writeback flush is also needed, a...

5.8AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

UBUNTU-CVE-2026-80795

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix out-of-bounds write in ncitargetautoactivated ncitargetautoactivated appends a target to the fixed-size array ndev-targetsNCIMAXDISCOVEREDTARGETS and increments ndev-ntargets without first checking the array is full...

5.8AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.6 views

UBUNTU-CVE-2026-80844

In the Linux kernel, the following vulnerability has been resolved: xfrm: ah6: validate routing header segmentsleft AH6 rearranges routing-header addresses before computing or verifying the ICV. ipv6rearrangerthdr assumes that segmentsleft is not larger than the number of addresses described by t...

5.8AI score0.00195EPSS
SaveExploits1References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80811

In the Linux kernel, the following vulnerability has been resolved: iouring/cmd: fix iovec leak when the async cmd is not recycled An ioasynccmd carries an iovec array in -vec.iovec, allocated when the vec has to grow and kept across recycling through ctx-cmdcache. On two paths nothing frees it a...

5.8AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

UBUNTU-CVE-2026-80800

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: bound the connectsn TLV walk to the skb Commit 27256cdb290e "nfc: llcp: bound SNL TLV parsing to the skb and add length checks" fixed the unbounded TLV walk in nfcllcprecvsnl, and commit d8bd2dedbde5 "nfc: llcp: fix OO...

5.8AI score0.00234EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

UBUNTU-CVE-2026-80792

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix use-after-free in ip6finishoutput2 ip6finishoutput2 caches a pointer to the IPv6 destination address daddr before invoking lwtunnelxmit. The LWT-BPF transmit path or other encapsulation operations within lwtunnelxmit ca...

5.8AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80791

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: zero the AUTHRECEIVE response buffer nvmetexecuteauthreceive allocates the response buffer with kmalloc sized by the host-supplied AUTHRECEIVE allocation length, but the DH-HMAC-CHAP builders write only a fixed-size...

5.8AI score0.00207EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.11 views

UBUNTU-CVE-2026-80828

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Complete cleanup after system-resume errors A failed system resume can leave the card unusable until reboot. usbaudioresume jumps to errout when sndusbpcmresume or sndusbmixerresume fails. The error path skips th...

5.8AI score0.0019EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.5 views

UBUNTU-CVE-2026-80830

In the Linux kernel, the following vulnerability has been resolved: usb: core: Add lock to usbwakeupnotification Add a spin lock to usbwakeup notification to prevent a race condition with dereferencing freed memory. This could be hit by the xHCI driver as it calls this function from an IRQ and...

5.8AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.10 views

UBUNTU-CVE-2026-80863

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix OOB in freerdatomicresources freerdatomicresources iterates using qp-attr.maxdestrdatomic. Updating maxdestrdatomic before freeing the old array can make the free path walk past the old allocation and trigger a slab...

5.8AI score0.00182EPSS
SaveExploits0References3
Rows per page
Query Builder