Lucene search
+L

270698 matches found

UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.11 views

CVE-2026-89725

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

8.8CVSS6AI score0.00266EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.8 views

CVE-2026-89728

In the Linux kernel, the following vulnerability has been resolved: i3c: renesas: Fix out-of-bounds access for newdevs mask When software initiates DAA Dynamic Address Assignment, the controller reports the result via the NRSPQP Normal Response Queue Port Register. The data length field of the...

5.8AI score0.00156EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.8 views

CVE-2026-89724

In the Linux kernel, the following vulnerability has been resolved: media: vicodec: fix out-of-bounds write in FWHT encoder vidiocsfmtvidout sizes the encoder CAPTURE buffer from the compressed descriptor pixfmtfwht, whose sizeimagemult is 3: codedw codedh 3 + sizeofstruct fwhtcframehdr...

7.8CVSS6.1AI score0.00164EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.11 views

CVE-2026-89736

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: Fix use-after-free on sound card disconnect gaudiocleanup invokes sndcardfreewhenclosed to initiate sound card teardown and immediately frees the underlying struct snduacchip context. However,...

7.8CVSS6.4AI score0.00126EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.9 views

CVE-2026-89758

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: skip non-present PMDs when queueing folios Patch series "mm: handle device-private PMDs in walk callbacks", v3. Since commit 368076f52ebe "mm/hugememory: add device-private THP support to PMD operations" a PMD may...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.8 views

CVE-2026-89768

In the Linux kernel, the following vulnerability has been resolved: fs: fix user path of nested backing files backingfileopen derives the path to be stored in the new backing file from userfile-fpath. This is incorrect when userfile itself is a backing file, which is the case for nested stacking...

5.9AI score0.00186EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.10 views

CVE-2026-89751

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handlein and handleout in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITSPERBYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits inste...

5.8AI score0.00172EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.11 views

CVE-2026-89737

In the Linux kernel, the following vulnerability has been resolved: usb: typec: thunderbolt: Disable work before freeing tbt on remove tbtaltmoderemove drops the plug and cable references without draining tbt-work. The work function dereferences those references, and can also requeue itself in it...

5.7AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.10 views

CVE-2026-89733

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix dangling pointers in uvcfunctionbind and uvcfunctionunbind In uvcfunctionbind error path, we use usbepfreerequest which uses uvc-controlreq but does not set it to NULL afterwards. Thus, uvc-controlreq is a...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.9 views

CVE-2026-89721

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip-samsung-dcphy: fix out-of-range maxregister The PHY register block is 64KB, so with a register stride of 4 the last accessible register sits at offset 0xfffc. maxregister names 0x10000, one register past the end of...

5.8AI score0.00198EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.13 views

CVE-2026-89732

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Prevent deadlock during ep0 read loop Currently, ffsep0read holds ffs-mutex when it prepares to go to sleep waiting for an event. When no setup events are pending, it calls waiteventinterruptibleexclusivelockedi...

5.9AI score0.00226EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.9 views

CVE-2026-89742

In the Linux kernel, the following vulnerability has been resolved: rapidio: mportcdev: fix use-after-free in dmareqfree dmareqfree acquires bufmutex through req-map, drops the mapping reference with krefput, and then dereferences req-map again to unlock the mutex. If krefput drops the last...

7.8CVSS6.5AI score0.00159EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.9 views

CVE-2026-89749

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash passing ERRPTR to kthreadstop eventteststuff calls kthreadrun and unconditionally passes the returned taskstruct pointer to kthreadstop. kthreadrun returns an error pointer such as ERRPTR-ENOMEM when kthread...

5.7AI score0.00211EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.9 views

CVE-2026-89759

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: avoid soft lockup when scanning task stacks Patch series "mm/kmemleak: avoid soft lockup when scanning task", v3. kmemleakscan scans every task stack under one rcureadlock with no reschedule point, which can trip the...

5.8AI score0.00186EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:20 p.m.9 views

CVE-2026-89750

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS6AI score0.00159EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:20 p.m.7 views

DEBIAN-CVE-2026-89720

In the Linux kernel, the following vulnerability has been resolved: ubifs: fix out-of-bounds read in signature length check ubifssbverifysignature bounds the on-disk ubifssignode-len field before handing the signature payload to verifypkcs7signature, but the check has the wrong sign: if...

7.7CVSS6.1AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/11 8:20 p.m.5 views

UBUNTU-CVE-2026-89772

In the Linux kernel, the following vulnerability has been resolved: btrfs: write-protect folios during data writeback commit 095be159f3eb "btrfs: unify folio dirty flag clearing" replaced the foliocleardirtyforio call in extentwritecachepages with a plain foliotestdirty check. Besides clearing th...

6.1AI score0.00176EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 8:20 p.m.5 views

UBUNTU-CVE-2026-89729

In the Linux kernel, the following vulnerability has been resolved: HID: sensor-hub: Fix out-of-bounds write in sensorhubgetfeature sensorhubgetfeature clamps its return value to the caller's buffer size, but the copy loop still copies field-reportsize / 8 bytes for each report value. A malicious...

8.8CVSS6.1AI score0.0035EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:20 p.m.3 views

UBUNTU-CVE-2026-89744

In the Linux kernel, the following vulnerability has been resolved: device property: fix infinite loop in fwnodeforeachchildnode When iterate over children of a fwnode that has a secondary fwnode, fwnodegetnextchildnode can enter an infinite loop if the secondary fwnode has more than one child...

8.4CVSS5.9AI score0.00144EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:20 p.m.4 views

UBUNTU-CVE-2026-89734

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix null pointer dereference in uvcgvideoinit In uvcgvideoinit, if kthreadrunworker fails, the error logged uses uvcgerr, however, the pointer it uses: video-uvc is not assigned at this point, triggering a null...

5.7AI score0.00166EPSS
SaveExploits0References6
Rows per page
Query Builder