Lucene search
+L

1793 matches found

OSV
OSV
added 2026/07/20 12:00 a.m.16 views

UBUNTU-CVE-2026-63986

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.6AI score0.00166EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/20 12:00 a.m.10 views

UBUNTU-CVE-2026-64048

In the Linux kernel, the following vulnerability has been resolved: net/smc: reject CHID-0 ACCEPT that matches an empty ismdev slot On the SMC-D client, slot 0 of ini-ismdev/ini-ismchid is reserved for an SMC-Dv1 device. smcfindismv2deviceclnt populates V2 entries starting at index 1, so when no ...

7.5CVSS5.6AI score0.00501EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/20 12:00 a.m.14 views

UBUNTU-CVE-2026-63958

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: validate connector number in ucsiconnectorchange The connector number in a UCSI CCI notification is a 7-bit field supplied by the PPM. ucsiconnectorchange uses it to index the ucsi-connector array without checki...

5.7AI score0.00211EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/20 12:00 a.m.12 views

UBUNTU-CVE-2026-63892

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject dirlen length u16 widened to sizet. Two distinct OOB conditions follow when entry-length uuid, ... which always reads 4 dwords from diroffset. tbpropertyentryvalid only enforces diroffset +...

5.6AI score0.00229EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.22 views

CVE-2026-63963

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: validate VDO count in Discover Identity ACK handlers Properly validate the count passed from a device when calling svdmconsumeidentity or svdmconsumeidentitysopprime as the device-controlled value could index of...

4.4AI score0.002EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.23 views

CVE-2026-63987

In the Linux kernel, the following vulnerability has been resolved: ethtool: coalesce: cap profile updates at NETDIMPARAMSNUMPROFILES ethnlupdateprofile walks the ETHTOOLAPROFILEIRQMODERATION nest list with an index 'i' and writes newprofilei++ without bounding i. The destination is kmemdup'd at...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-64042

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Check BAR resources before exporting a DMABUF A DMABUF exports access to BAR resources and, although they are requested at startup time, we need to ensure they really were reserved before exporting. Otherwise, it's...

8.8CVSS5.4AI score0.00154EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.26 views

CVE-2026-64079

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: allocate hook ops while under mutex arp/ip6tregistertable add the table to the per-netns list via xtregistertable before allocating the per-netns hook ops copy via kmemduparray. This leaves a window where the...

5.5CVSS5.4AI score0.00107EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.20 views

CVE-2026-64012

In the Linux kernel, the following vulnerability has been resolved: net/sched: schsfb: Replace direct dequeue call with peek and qdiscdequeuepeeked When sfb has children eg qfq qdisc whose peek callback is qdiscpeekdequeued, we could get a kernel panic. When the parent of such qdiscs eg illustrat...

5.4AI score0.00177EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.21 views

CVE-2026-64046

In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 start != 0 the current code will create a chain link to content type right after the wrap link: This would create a chain where the wrap link...

9.8CVSS5.4AI score0.00514EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.15 views

CVE-2026-64026

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix DATA decrypt vs splice by copying data to buffer in recvmsg This improves the fix for CVE-2026-43500. Fix the pagecache corruption from in-place decryption of a DATA packet transmitted locally by splice by getting rid ...

7.8CVSS6.2AI score0.00141EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.17 views

CVE-2026-64127

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: ecredreconfigure: send packed pdu, not stack pointer Commit 1c08108f3014 "Bluetooth: L2CAP: Avoid -Wflex-array-member-not-at-end warnings" converted the on-stack request PDU in l2capecredreconfigure from an...

5.5CVSS5.2AI score0.00127EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.20 views

CVE-2026-64164

In the Linux kernel, the following vulnerability has been resolved: btrfs: tracepoints: fix sleep while in atomic context in btrfssyncfile The trace event btrfssyncfile is called in an atomic context all trace events are and its call to dput, which is needed due to the call to dgetparent, can...

5.5CVSS5.5AI score0.00114EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.20 views

CVE-2026-63846

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v3.0 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit 4d7d774f100efb5089c86a1fb8c5bf47c63fc9ef...

7.8CVSS5.3AI score0.00142EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.27 views

CVE-2026-63841

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set nouserfence for JPEG v5.0.1 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. cherry picked from commit 742a98e2e81702df8fe1b1eccee5223220a03dc2...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.25 views

CVE-2026-63911

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: reset runtime state when cloning SAs iptfsclonestate clones the IPTFS mode data with kmemdup. This copies runtime objects which must not be shared with the original SA, including the embedded skbuffhead, hrtimers,...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.22 views

CVE-2026-64171

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: fix pmruntime leak on mutexlock failure If tegrai2cmutexlock fails, the function returns without calling pmruntimeput, leaking the runtime PM reference acquired by the preceding pmruntimegetsync. This prevents the...

5.5CVSS5.4AI score0.0008EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.18 views

CVE-2026-64162

In the Linux kernel, the following vulnerability has been resolved: idpf: fix readdevclklock spinlock init in idpfptpinit In idpfptpinit, readdevclklock is initialized after ptpscheduleworker had already been called and after idpfptpsettime64 could reach the lock. The PTP aux worker fires...

9.8CVSS5.4AI score0.00347EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.20 views

CVE-2026-63918

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS5.4AI score0.00159EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/07/20 12:00 a.m.24 views

CVE-2026-64008

In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix UAF via dangling GEM handle in createbo rocketioctlcreatebo inserts a GEM handle into the file's IDR via drmgemhandlecreate early on, then performs several operations that can fail sgt allocation, drmmm insert,...

7.8CVSS5.6AI score0.00127EPSS
SaveExploits0References8
Rows per page
Query Builder