Lucene search
+L

67696 matches found

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

UBUNTU-CVE-2026-80810

In the Linux kernel, the following vulnerability has been resolved: iouring/rsrc: fix folio size overflow in iovecfillbvec iovecfillbvec computes the folio size with a plain int 1: unsigned long foliosize = 1 folioshift; imu-folioshift is unsigned int and comes from folioshift of the folio backin...

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

UBUNTU-CVE-2026-80783

In the Linux kernel, the following vulnerability has been resolved: HID: magicmouse: prevent unbounded recursion in magicmouserawevent magicmouserawevent handles DOUBLEREPORTID 0xf7 packets, which pack two touch reports into one, by splitting the packet and calling itself on each half. The only...

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

UBUNTU-CVE-2026-80829

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidinovationoutput sndusbmidinovationoutput lays out a two-byte header at transferbuffer0..1 and passes &transferbuffer2 together with a length of ep-maxtransfer - 2 to sndrawmiditransmit:...

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

UBUNTU-CVE-2026-80806

In the Linux kernel, the following vulnerability has been resolved: ext4: don't enable DAX on new encrypted files Currently, when a new encrypted regular file is created, the call to ext4setinodeflagsinode, init=true in ext4newinode is made before EXT4INODEENCRYPT is set. As a result, it can set...

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

UBUNTU-CVE-2026-80820

In the Linux kernel, the following vulnerability has been resolved: xfs: don't livelock in scrub on a circular unlinked list LOLLM points out that online fsck can livelock if an unlinked inode list contains a loop. Use a bitmap to detect cycles...

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

UBUNTU-CVE-2026-80832

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix CCM AAD buffer underallocation The AAD buffer allocated in qceaeadccmpreparebufassoclen can be smaller than the length later programmed into the DMA scatterlist. The allocation size is currently calculated as:...

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

UBUNTU-CVE-2026-80773

In the Linux kernel, the following vulnerability has been resolved: HID: huawei: 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.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

UBUNTU-CVE-2026-80824

In the Linux kernel, the following vulnerability has been resolved: usb: usbfs: fix use-after-free of usbdevice in usbdevrelease usbdevrelease drops its reference to the struct usbdevice before draining the list of completed async URBs, but that drain path reads back through the same object:...

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

UBUNTU-CVE-2026-80816

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: Use a private URB for the notification endpoint fcpinitnotify used mixer-urb, which sndusbmixerstatuscreate allocates for the optional UAC2 status interrupt endpoint and mixer.c kills, resubmits and frees. On a device...

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

UBUNTU-CVE-2026-80793

In the Linux kernel, the following vulnerability has been resolved: ipv4: reject undersized MTUs in ipdofragment ipdofragment subtracts the IPv4 header length from the effective MTU and passes the resulting payload MTU to ipfragnext. If the effective MTU is smaller than hlen + 8, ipfragnext round...

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

UBUNTU-CVE-2026-80854

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: keep port count until LUN teardown completes tcmusbgdropnexus permits session removal once tpgportcount reaches zero. However, usbgportunlink currently decrements that count from the fabricpreunlink callback,...

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

UBUNTU-CVE-2026-80842

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context brmulticasttoggleonevlan clears BRVLFLAGMCASTENABLED under br-multicastlock before stopping a VLAN's multicast context. That is the teardown handshake:...

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

UBUNTU-CVE-2026-80836

In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtiocryptodataqakciphercallback sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the origin...

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

UBUNTU-CVE-2026-80780

In the Linux kernel, the following vulnerability has been resolved: HID: pidff: fix OOB write when hid-inputs is empty hidpidffinitwithquirks derives its inputdev from listentryhid-inputs.next, struct hidinput, list without first checking that hid-inputs is non-empty. The list member of struct...

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

UBUNTU-CVE-2026-80771

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: register input device after capabilities are set inputregisterdevice exposes the device to userspace immediately. In joyconinputcreate it was called before joyconconfigrumble configures the FFRUMBLE capability and...

5.8AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/04 10:17 a.m.4 views

UBUNTU-CVE-2026-81666

An integer overflow was found in Corosync's handling of membership commit token messages. The length-validation check for these messages can be bypassed on 32-bit systems due to an integer overflow in the calculation of the expected message length, allowing a crafted network packet to trigger an...

6.5CVSS5.8AI score0.00271EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 12:00 a.m.13 views

UBUNTU-CVE-2026-84256

Unknown description...

7.7CVSS5.7AI score0.00383EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 12:00 a.m.10 views

UBUNTU-CVE-2026-82312

Unknown description...

1.8CVSS5.7AI score0.00101EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 12:00 a.m.7 views

UBUNTU-CVE-2026-84226

Unknown description...

8.5CVSS5.7AI score0.00142EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 12:00 a.m.6 views

UBUNTU-CVE-2026-84471

Unknown description...

5.7AI score
SaveExploits0References2
Rows per page
Query Builder