Lucene search
+L

118049 matches found

UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80654

In the Linux kernel, the following vulnerability has been resolved: soc: xilinx: Shutdown and free rx mailbox channel A mbox rx channel is requested using mboxrequestchannelbyname in probe. In remove callback, the rx mailbox channel is cleaned up when the rxchan is NULL due to incorrect condition...

5.7AI score0.00168EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 8:16 a.m.7 views

UBUNTU-CVE-2026-80683

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: give the socket its own scoconn reference scoconndel drops a reference it does not own. It takes one transient reference via scoconnholdunlesszero and releases it with the scoconnput that follows scosockhold; the...

8.8CVSS5.8AI score0.00235EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 8:16 a.m.6 views

UBUNTU-CVE-2026-80681

In the Linux kernel, the following vulnerability has been resolved: vxlan: re-fetch eth header after routeshortcircuit Before routeshortcircuit, the eth header pointer is cached from ethhdrskb. Inside routeshortcircuit, pskbmaypull can be called, which may reallocate skb-head. In this case,...

9.8CVSS5.8AI score0.00506EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/28 8:16 a.m.7 views

UBUNTU-CVE-2026-80613

In the Linux kernel, the following vulnerability has been resolved: veth: fix NAPI leak in XDP enable error path During XDP enablement in veth, if xdprxqinforeg or xdprxqinforegmemmodel fails, the driver rolls back the changes. However, the rollback loop: for i--; i = start; i-- decrements the lo...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 8:16 a.m.7 views

UBUNTU-CVE-2026-80692

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectacl/lesync callbacks There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that...

8.8CVSS5.8AI score0.00218EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/28 8:16 a.m.5 views

UBUNTU-CVE-2026-80680

In the Linux kernel, the following vulnerability has been resolved: i2c: amd-mp2: Unregister callback on adapter add failure amdmp2registercb stores the platform I2C context in the MP2 PCI driver's callback table before the adapter is registered. If i2caddadapter fails, probe returns and devres...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/28 8:16 a.m.5 views

UBUNTU-CVE-2026-80642

In the Linux kernel, the following vulnerability has been resolved: liveupdate: Reference count incoming FLB data Increment the incoming FLB refcount in liveupdateflbgetincoming so that the FLB structure cannot be freed while the caller is actively using it. Add an additional...

5.8AI score0.00155EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.8 views

CVE-2026-80668

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackexpect: use conntrack GC to reap expectations This patch replaces the timer API by GC worker approach for expectations, as it already happened in many other subsystems. Use the existing conntrack GC worker t...

9.8CVSS5.8AI score0.00379EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80692

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectacl/lesync callbacks There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that...

8.8CVSS5.8AI score0.00218EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.7 views

CVE-2026-80642

In the Linux kernel, the following vulnerability has been resolved: liveupdate: Reference count incoming FLB data Increment the incoming FLB refcount in liveupdateflbgetincoming so that the FLB structure cannot be freed while the caller is actively using it. Add an additional...

5.8AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.7 views

CVE-2026-80661

In the Linux kernel, the following vulnerability has been resolved: ufs: core: tracing: Do not dereference pointers in TPprintk The trace events in drivers/ufs/core/ufstrace.h were converted to take a pointer to the hba structure as an argument for the tracepoint and then in TPprintk the printing...

7.8CVSS6.1AI score0.00127EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.7 views

CVE-2026-80676

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock,...

5.8AI score0.00168EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.8 views

CVE-2026-80619

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix potential UAF in aareplaceprofiles The function aareplaceprofiles was accessing udata-size after calling aaputloaddataudata, causing a potential UAF. Fixed this by saving the size to a local variable before dropping...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80600

In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: acquire ARP hw source only after skb realloc The pskbmaypull called by batadvgetvid could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

9.8CVSS6AI score0.00506EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 8:16 a.m.4 views

UBUNTU-CVE-2026-80619

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix potential UAF in aareplaceprofiles The function aareplaceprofiles was accessing udata-size after calling aaputloaddataudata, causing a potential UAF. Fixed this by saving the size to a local variable before dropping...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/28 8:16 a.m.10 views

UBUNTU-CVE-2026-80650

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: gc2235: fix UAF and memory leak gc2235probe handles its error paths incorrectly. If mediaentitypadsinit fails, gc2235remove is called, which tears down the subdev and frees dev, but then still falls through to...

5.8AI score0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.9 views

CVE-2026-80613

In the Linux kernel, the following vulnerability has been resolved: veth: fix NAPI leak in XDP enable error path During XDP enablement in veth, if xdprxqinforeg or xdprxqinforegmemmodel fails, the driver rolls back the changes. However, the rollback loop: for i--; i = start; i-- decrements the lo...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/28 8:16 a.m.5 views

UBUNTU-CVE-2026-80622

In the Linux kernel, the following vulnerability has been resolved: char: tlclk: fix use-after-free in tlclkcleanup This patch improves the module cleanup process in the tlclk driver to prevent potential use-after-free and race conditions. Currently, the fileoperations structure does not specify...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/08/28 8:16 a.m.10 views

CVE-2026-80601

In the Linux kernel, the following vulnerability has been resolved: batman-adv: gw: acquire ethernet header only after skb realloc The pskbmaypull called by batadvgetvid could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

8.8CVSS6AI score0.00258EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/28 8:16 a.m.5 views

UBUNTU-CVE-2026-80716

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: wake linked drain waiters on unlink sndpcmdrain on a linked stream parks an on-stack wait entry on the drained peer's runtime-sleep, and after scheduletimeout removes it only if that peer is still found in the caller's...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References11
Rows per page
Query Builder