Lucene search
+L
UbuntucveRecent

76052 matches found

UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•18 views

CVE-2026-63974

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Set HCICMDDRAINWORKQUEUE during device close Since hcidevclosesync can now be called during the reset path, we should also set HCICMDDRAINWORKQUEUE. This avoids queuing timeouts while the hdev workqueue is bei...

8.8CVSS5.3AI score0.00379EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•24 views

CVE-2026-64043

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix race between deleting interface and adding new peer While deleting an existing ovpn interface, there is a very narrow window where adding a new peer via netlink may cause the netdevice to hang and prevent its...

5.6AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•14 views

CVE-2026-63967

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix stack leak in tagged FIFO buffer The tagged FIFO path declares iiobuff on the stack with aligned8 but no initializer, but there is a hole in the structure, which will then leak to userspace as...

4.8AI score0.0022EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•30 views

CVE-2026-63942

In the Linux kernel, the following vulnerability has been resolved: parport: Fix race between port and client registration The parport subsystem registers port devices before they are fully initialised, resulting in a race condition where client drivers such as lp can attach to ports that are not...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•19 views

CVE-2026-63922

In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6parsetlv caches skbnetworkheaderskb in nh while walking IPv6 TLVs. ipv6desthao may call pskbexpandhead for a cloned skb, which can move the skb head and invalidate the cached...

9.8CVSS5.4AI score0.00714EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•23 views

CVE-2026-63906

In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Fix use-after-free in omap2430probe In omap2430probe, ofnodeputnp is called prematurely before the last access to np, leading to a use-after-free if the node's reference count drops to zero. Move the ofnodepu...

8.4CVSS5.4AI score0.0019EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•23 views

CVE-2026-63891

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Cap recursion depth in tbpropertyparsedir A DIRECTORY entry's value field is used as the diroffset for a recursive call into tbpropertyparsedir with no depth counter. A crafted peer that chains DIRECTORY...

5.4AI score0.00263EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•14 views

CVE-2026-63981

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmirred: Fix blockcast recursion bypass leading to stack overflow tcfmirredact checks schedmirrednest against MIRREDNESTLIMIT 4 to prevent deep recursion. However, when the action uses blockcast tcfmblockid != 0, the...

5.6AI score0.00229EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•15 views

CVE-2026-63861

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove callback mtksnandprobe registers the on-host NAND ECC engine, but teardown was missing from both probe unwind and remove-time cleanup. Add a devm cleanup action aft...

5.4AI score0.00215EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•30 views

CVE-2026-63859

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Add missing bits in airohaqdmacleanuptxqueue Similar to airohaqdmacleanuprxqueue, reset DMA TX descriptors in airohaqdmacleanuptxqueue routine. Moreover, reset TXDMAIDX to TXCPUIDX to notify the NIC the QDMA TX ring ...

5.4AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•15 views

CVE-2026-63897

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mctu232: fix missing interrupt-in transfer sanity check Add the missing sanity check on the size of interrupt-in transfers to avoid parsing stale or uninitialised slab data and leaking it to user space...

5.4AI score0.0022EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•25 views

CVE-2026-64031

In the Linux kernel, the following vulnerability has been resolved: erofs: fix managed cache race for unaligned extents After unaligned compressed extents were introduced, the following race could occur: Thread 1 Thread 2 zerofsfillbiovec ... filemapaddfolio 1 zerofsbindcache...

7.8CVSS5.6AI score0.00173EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•26 views

CVE-2026-63990

In the Linux kernel, the following vulnerability has been resolved: bonding: refuse to enslave CAN devices syzbot reported a kernel paging request crash in canrxunregister inside net/can/afcan.c. The crash occurs because a virtual CAN device vxcan is being enslaved to a bonding master. During the...

5.6AI score0.00225EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•20 views

CVE-2026-63883

In the Linux kernel, the following vulnerability has been resolved: serial: qcomgeni: fix kfifo underflow when flush precedes DMA completion IRQ When uartflushbuffer runs before the DMA completion IRQ is delivered, the following race can occur all steps serialized by uartportlock: 1. DMA starts:...

7.3CVSS5.5AI score0.00171EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•23 views

CVE-2026-64075

In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregisterfprobe to wait for RCU grace period Commit 4346ba1604093 "fprobe: Rewrite fprobe on function-graph tracer" changed fprobe to register struct fprobe to an rcu-hlist, but it forgot to wait for RCU GP. Thus the...

5.4AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•24 views

CVE-2026-64020

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dmavecs leak on p2p memory We don't unmap P2P memory, so we don't need to track it. The dmavec allocation was getting leaked on the completion...

7.5CVSS5.5AI score0.00488EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•24 views

CVE-2026-63988

In the Linux kernel, the following vulnerability has been resolved: bridge: Fix sleep in atomic context in sysfs path Since the start of the git history, brportstore always acquired the bridge lock. Back then this decision made sense: The bridge lock protects the STP state of the bridge and its...

5.6AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•22 views

CVE-2026-53367

In the Linux kernel, the following vulnerability has been resolved: selinux: fix avdcache auditing The per-task avdcache was incorrectly saving and reusing the audited vector computed by avcauditrequired rather than recomputing based on the currently requested permissions and distinguishing the...

5.5CVSS5.4AI score0.0016EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•27 views

CVE-2026-61548

mmpstrucdata stack buffer overflow with oversized RFC5424 structured data...

6.1AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•22 views

CVE-2026-63932

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....

5.6AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•20 views

CVE-2026-64168

In the Linux kernel, the following vulnerability has been resolved: spi: sprd: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to check the dma.enabled flag before trying to release the DMA channels also on late probe...

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

CVE-2026-64078

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: add and use xtablesunregistertableexit Previous change added xtablesunregistertablepreexit to detach the table from the packetpath and to unlink it from the active table list. In case of rmmod, userspace that ...

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

CVE-2026-64146

In the Linux kernel, the following vulnerability has been resolved: erofs: fix metabuf leak in inode xattr initialization commit bb88e8da0025 "erofs: use meta buffers for xattr operations" converted xattr operations to use on-stack erofsbuf instances. erofsinitinodexattrs uses such a metabuf whil...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•26 views

CVE-2026-64185

In the Linux kernel, the following vulnerability has been resolved: sysfs: don't remove existing directory on update failure When sysfsupdategroup is called for a named group and createfiles fails e.g. -ENOMEM, internalcreategroup calls kernfsremovekn on the group directory. In the update path, k...

5.5CVSS5.4AI score0.00117EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•24 views

CVE-2026-64139

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix SID memory leak in setposixaclentriesdacl on overflow Commit 299f962c0b02 "ksmbd: use checkaddoverflow to prevent u16 DACL size overflow" added checkaddoverflow guards that break out of the ACE-building loops in...

5.5CVSS5.6AI score0.00136EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•22 views

CVE-2026-64095

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: avoid double decrement of bla.numrequests The bla.numrequests is increased when no requestsent was in progress. And it is decremented in various places announcement was received, backbone is purged, periodic work...

7.1CVSS5.4AI score0.00408EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•17 views

CVE-2026-64155

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11kwmicmdsend.... Because we did not check the return value, we also did not free the skb in the error...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•17 views

CVE-2026-64112

In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lockdwork draining on unmap Given how rbdlockaddrequest and rbdimgexclusivelock are written, lockdwork may be requeued more than it's actually needed: for example in case a new I/O request comes in while ...

7.8CVSS5.1AI score0.00135EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•25 views

CVE-2026-64030

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bounds-check linkid in ieee80211mlepcs IEEE80211MLESTAEPCSCONTROLLINKID is 0x000f, so linkid extracted from a PRIOACCESS ML element PERSTAPROFILE subelement can be 0..15. sdata-link has IEEE80211MLDMAXNUMLINKS 15...

8.8CVSS5.5AI score0.00375EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•19 views

CVE-2026-63978

In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to listspliceinit in handshakenetexit are reversed. The call moves the local empty "requests" list onto hn-hnrequests, leaving the local list empty, so the...

9.8CVSS5.3AI score0.00618EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•20 views

CVE-2026-64018

In the Linux kernel, the following vulnerability has been resolved: net: mana: validate rxreqidx to prevent out-of-bounds array access In manahwcrxeventhandler, rxreqidx is derived from sge-address in DMA-coherent memory. In Confidential VMs SEV-SNP/TDX, this memory is shared unencrypted and HW c...

9.3CVSS4.5AI score0.00196EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•19 views

CVE-2026-64178

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: Fix UAF read of dev-name bnepaddconnection needs to keep holding the bnepsessionsem while reading dev-name just like bnepgetconnlist does; otherwise the bnepsession thread can concurrently free the netdevice, whi...

8.8CVSS5.4AI score0.00412EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•20 views

CVE-2026-64123

In the Linux kernel, the following vulnerability has been resolved: net: hsr: defer node table free until after RCU readers HSR node-list and node-status generic-netlink operations run under rcureadlock. They walk hsr-nodedb through hsrgetnextnode and hsrgetnodedata, but RTMDELLINK teardown remov...

7.8CVSS5.3AI score0.00171EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•22 views

CVE-2026-64039

In the Linux kernel, the following vulnerability has been resolved: drm/msm/snapshot: fix dumping of the unaligned regions The snapshotting code internally aligns data segment to 16 bytes. This works fine for DPU code where most of the regions are aligned, but fails for snapshotting of the DSI da...

7.7CVSS5.4AI score0.0018EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•15 views

CVE-2026-64091

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs is then allocated...

9.8CVSS5.5AI score0.00426EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•22 views

CVE-2026-64132

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: refresh hdr pointer before ioam6event Reported by Sashiko: In ipv6hopioam, the hdr pointer is initialized to point into the skb's linear data buffer. Later, the code calls skbensurewritable, which might reallocate the...

9.8CVSS5.6AI score0.00671EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•21 views

CVE-2026-63888

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsithandletextcmd Two latent bugs in the Text-phase handler, both present since the original LIO integration in commit e48354ce078c "iscsi-target: Add iSCSI fabric suppor...

9.8CVSS5.6AI score0.00778EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•20 views

CVE-2026-64109

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix UAF read of tail-len in unixstreamdatawait unixstreamdatawait does skbpeektail&sk-skreceivequeue without holding any lock that prevents SKBs on that queue from being dequeued and freed. This has been the case since...

8.8CVSS5.6AI score0.00175EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•19 views

CVE-2026-64056

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: cortina: Make RX SKB per-port The SKB used to assemble packets from fragments in gmacrx is static local, but the Gemini has two ethernet ports, meaning there can be races between the ports on a bad day if a device ...

9.8CVSS5.4AI score0.00552EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•25 views

CVE-2026-63975

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix possible crash on l2capecredconnrsp If dcid is received for an already-assigned destination CID the spec requires that both channels to be discarded, but calling l2capchandel may invalidate the tmp cursor...

8.8CVSS5.3AI score0.00354EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•21 views

CVE-2026-64144

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb-setuppacket leak in error paths The setuppacket of control urb is not freed if usbsubmiturb fails or the submitted urb is killed. Add free in these two paths...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•24 views

CVE-2026-64119

In the Linux kernel, the following vulnerability has been resolved: l2tp: use listdelrcu in l2tpsessionunhash An unprivileged local user can pin a host CPU indefinitely in l2tpsessiongetbyifname by issuing L2TPCMDSESSIONGET on L2TPATTRIFNAME concurrently with L2TPCMDSESSIONCREATE and...

5.5CVSS5.4AI score0.00121EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•17 views

CVE-2026-64106

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Reject restored DTE with out-of-range numeventidbits Userspace can restore an ITS Device Table Entry whose Size field encodes more EventID bits than the virtual ITS supports. The live MAPD path rejects that...

9CVSS5.3AI score0.00148EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•20 views

CVE-2026-64129

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.5CVSS5.5AI score0.00123EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•26 views

CVE-2026-64180

In the Linux kernel, the following vulnerability has been resolved: mm/memoryhotplug: fix memory block reference leak on remove Patch series "mm: Fix memory block leaks and locking", v2. This series fixes two memory block device reference leaks and one locking issue around the per-memoryblock...

5.5CVSS5.5AI score0.00162EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•17 views

CVE-2026-64097

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate GPIO pin LUT table size before iterating Why&How The GPIO pin table parsers in getgpioi2cinfo and biosparsergetgpiopininfo derive an element count from the VBIOS tableheader.structuresize field, then...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•21 views

CVE-2026-64153

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix iommumapsgtable return value check and avoid WARN Commit "iommu: return full error code from iommumapsgatomic" changed iommumapsgtable to return an ssizet and negative values in error cases, rather than a sizet and a...

8.8CVSS5.5AI score0.00176EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•21 views

CVE-2026-64094

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface Without rtnllock held, a hardif might be retrieved as primary interface of a meshif, but then while operating on this interface getting decoupled from the mesh...

5.5CVSS5.5AI score0.00155EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•14 views

CVE-2026-64114

In the Linux kernel, the following vulnerability has been resolved: ipv4: raw: reject IPHDRINCL packets with ihl ihl 4; err = -EINVAL; if iphlen length goto errorfree; if iphlen = sizeofiph / fix up saddr, totlen, id, csum, transportheader / It does not, however, reject ihl = sizeofiph" branch is...

7.8CVSS5.4AI score0.00185EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/20 12:00 a.m.•20 views

CVE-2026-64111

In the Linux kernel, the following vulnerability has been resolved: lsm: hold credguardmutex for lsmsetselfattr Just as procpidattrwrite already does before calling the LSM hook. This only matters for SELinux and AppArmor which check whether the process is being ptraced and if so, whether to allo...

7.1CVSS5.3AI score0.00171EPSS
SaveExploits0References7
Total number of security vulnerabilities76052