Lucene search
+L

255590 matches found

OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข6 views

UBUNTU-CVE-2026-74464

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix skb leak on flow key update failure during ct ovsctexecute always steals or frees the skb on failure while ovsflowkeyupdate does not. So, if it fails and we return right away, the skb ends up leaked. Fix tha...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข6 views

UBUNTU-CVE-2026-74521

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use memcmp to compare ClientGUIDs ClientGUID is a fixed-size binary value and can contain embedded NUL bytes. strncmp stops comparing at the first NUL byte, so different ClientGUID values can incorrectly be treated as equa...

9.1CVSS5.3AI score0.00315EPSS
SaveExploits0References5
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข9 views

UBUNTU-CVE-2026-74535

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid deadlocks in isosocktimeout isosocktimeout takes locksock, so sync disabling the timer while holding that lock may deadlock. isosocktimeout may also run concurrently with isoconndel, which leads to UAF Task ...

8.8CVSS5.4AI score0.00241EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข8 views

CVE-2026-74532

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btinteldiagnostics accesses tlv-val0 without first validating that the diagnostics VSE is long enough to contain that field, so may cause reading data beyond the...

5.4AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข12 views

CVE-2026-74523

In the Linux kernel, the following vulnerability has been resolved: qede: sync udptunnel ports outside qedelock in the recovery path A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports configured wedges the rtnetlink control plane of the whole machine: NETDEV WATCHDOG: ens6f1 qede:...

7.5CVSS5.5AI score0.00501EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข12 views

CVE-2026-74517

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs Cancel and flush the I/O APIC's delayed EOI handling work during the "pre VM destroy" phase, before vCPUs are destroyed, as processing the EOI broadcast will...

9.3CVSS5.6AI score0.00138EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข17 views

CVE-2026-74462

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, there exists a time...

5.4AI score0.00166EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข14 views

CVE-2026-74492

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: do not update comments from kernel-side hash adds mtyperesize copies comment pointers with memcpy, not the comment objects themselves. During the window after an entry has been copied but before the table swap a...

8.4CVSS5.4AI score0.00142EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข11 views

CVE-2026-74440

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Wait on external BO kernel fences in exec IOCTL Before arming a user job, xeexecioctl only added the VM's dma-resv KERNEL slot as a dependency. That slot covers rebinds and the kernel operations of the VM's private BOs, b...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References6
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข11 views

UBUNTU-CVE-2026-74534

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix refcounting of isoconn isoconndel and isochandel have a race that results to double-put of isoconn: Task hdev-workqueue Task 2 isoconndel isochandel isoconnholdunlesszero isoconnlock isoconnlock conn-sk = NULL...

8.8CVSS5.4AI score0.00239EPSS
SaveExploits0References6
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข9 views

UBUNTU-CVE-2026-74489

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix tidtx use-after-free on BA session stop ieee80211stoptxbacb hands tidtx to kfreercu through ieee80211removetidtx, and then reads tidtx-ndp after dropping sta-lock: ieee80211removetidtxsta, tid; / kfreercutidtx...

8.8CVSS5.6AI score0.00218EPSS
SaveExploits0References5
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข13 views

UBUNTU-CVE-2026-74546

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix divide-by-zero TOCTOU crash in fan speed read If the fan data becomes 0 between the FANDATAVALID check and the FANPERIODTORPM conversion, it will result in a divide-by-zero crash due to a race with a concurrent...

5.3AI score0.00173EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข8 views

UBUNTU-CVE-2026-74530

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectbigsync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previo...

8.8CVSS5.3AI score0.00218EPSS
SaveExploits0References5
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข9 views

UBUNTU-CVE-2026-74522

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in closefiletableids A ksmbdfile can remain alive after logical close while another session holds a temporary reference obtained through ksmbdlookupfdinode. ksmbdclosefd currently marks the file closed a...

8.8CVSS5.2AI score0.00435EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข7 views

UBUNTU-CVE-2026-74511

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: fix pending command UAF in EIR updates MGMTOPSETLOCALNAME is handled asynchronously on powered controllers and can run setnamesync. When the controller is BR/EDR capable, setnamesync updates the local name and th...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข6 views

UBUNTU-CVE-2026-74463

In the Linux kernel, the following vulnerability has been resolved: i2c: jz4780: Cache host clock rate at probe to prevent CCF preparelock deadlock Fix a severe AB/BA deadlock between the Common Clock Framework CCF and the I2C adapter lock, which triggers when an I2C-controlled clock generator...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข9 views

UBUNTU-CVE-2026-74524

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove removepudmapping and removep4dmapping obtain a child table base with pudoffsetp4dp, 0 and p4doffsetpgd, 0, then add the index for addr. RISC-V folds page-table...

5.3AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข7 views

UBUNTU-CVE-2026-74498

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix DMA buffer out-of-bounds write when fillmax is set When a USB audio endpoint requests full packet transfers via the fillmax descriptor flag, dataepsetparams promotes ep-curpacksize to ep-maxpacksize. However,...

5.6AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
โ€ขadded 2026/08/15 1:17 p.m.โ€ข5 views

UBUNTU-CVE-2026-74500

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix stack info leak in RME Digiface status sndrmedigifacereadstatus reads a four-word status block from the device into an uninitialised on-stack le32 buf4 and, whenever the vendor control-IN transfer does not...

5.8AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
โ€ขadded 2026/08/15 1:17 p.m.โ€ข13 views

CVE-2026-74485

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: reject a flag character as the field delimiter The registration string starts with a user chosen delimiter that separates the individual fields. So that the field parsers terminate even on a truncated string createent...

7.1CVSS5.8AI score0.00126EPSS
SaveExploits0References7
Rows per page
Query Builder