Lucene search
+L
UbuntucveRecent

80917 matches found

UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•29 views

CVE-2026-64519

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix infinite loop in layout state revocation findonesbstid skips stids whose scstatus is non-zero, but the SCTYPELAYOUT case in nfsd4revokestates never sets scstatus before calling nfsd4closelayout. The retry loop therefore...

5.3AI score0.00209EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•31 views

CVE-2026-64232

In the Linux kernel, the following vulnerability has been resolved: block: recompute nrintegritysegments in blkinsertclonedrequest blkinsertclonedrequest already recomputes nrphyssegments against the bottom queue, because "the queue settings related to segment counting may differ from the origina...

9.8CVSS5.5AI score0.00671EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•34 views

CVE-2026-64223

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok validates negotiated TTLM elements against the number of link-map entries indicated by linkmappresence. ieee80211parsenegttlm must consume the...

8.1CVSS5.4AI score0.00385EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•34 views

CVE-2026-64209

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usbc: Fix out-of-bounds array access in dp swing config swingtbl and preemphasistbl are 4x4 arrays valid indices 0-3, but the boundary check uses " 4" instead of "= 4", allowing index 4 to cause an out-of-bounds...

7.1CVSS5.4AI score0.00156EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•31 views

CVE-2026-64215

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Check kzalloc return in a8xxhfisendperftable Check the return value of kzalloc to prevent a NULL pointer dereference on allocation failure. Patchwork: https://patchwork.freedesktop.org/patch/721342/...

5.5CVSS5.5AI score0.00143EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•31 views

CVE-2026-64525

In the Linux kernel, the following vulnerability has been resolved: xfrm: move policybydst RCU sync from per-netns .exit to .preexit The struct pernetoperations docstring in include/net/netnamespace.h explicitly warns against blocking RCU primitives in .exit handlers: Exit methods using blocking...

5.4AI score0.00209EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•29 views

CVE-2026-64225

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: add bounds check to cgxspeedmbps index cgxspeedmbps has 13 elements but RESPLINKSTATSPEED can yield values 0-15. If it returns a value = 13, this causes an out-of-bounds array access. Add a bounds check and...

7.8CVSS5.5AI score0.00176EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•30 views

CVE-2026-64214

In the Linux kernel, the following vulnerability has been resolved: powerpc/time: Remove redundant preemptdisable|enable calls from archirqworkraise A kernel panic is observed when handling machine check exceptions from real mode. BUG: Unable to handle kernel data access on read at...

5.5CVSS5.3AI score0.00162EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•34 views

CVE-2026-64213

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Add lock protection to lm90alert Sashiko reports: lm90alert executes in the smbus alert context and calls lm90updateconfreg to disable the hardware alert line, without acquiring hwmonlock. Concurrently, sysfs write...

5.5CVSS5.4AI score0.0016EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/07/26 7:16 a.m.•15 views

CVE-2024-14040

In the Linux kernel, the following vulnerability has been resolved: net: nexthop: Increase weight to u16 In CLOS networks, as link failures occur at various points in the network, ECMP weights of the involved nodes are adjusted to compensate. With high fan-out of the involved nodes, and overall...

7.8CVSS5.5AI score0.00114EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/07/26 7:16 a.m.•22 views

CVE-2026-64530

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Handle TCACTCONSUMED in tcfqeventhandle tcfclassify can return TCACTCONSUMED while the skb is held by the defragmentation engine e.g. actct on out-of-order fragments. When that happens the skb is no longer owne...

9.8CVSS5.3AI score0.00738EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/07/25 11:17 a.m.•12 views

CVE-2026-66011

ImageMagick before 7.1.2-27 contains a memory leak vulnerability in the magick command-line interface when invalid options are provided. Attackers can trigger memory exhaustion by repeatedly supplying malformed command-line arguments to consume system resources...

4.8CVSS5.3AI score0.00134EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•17 views

CVE-2026-64378

In the Linux kernel, the following vulnerability has been resolved: writeback: fix race between cgroupwritebackumount and inodeswitchwbs When a container exits, the following BUGON is occasionally triggered: ================================================================== VFS: Busy inodes after...

7.8CVSS5.5AI score0.001EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•23 views

CVE-2026-64372

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

7.8CVSS5.5AI score0.00126EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•11 views

CVE-2026-64380

In the Linux kernel, the following vulnerability has been resolved: smb: client: harden POSIX SID length parsing posixinfosidsize reads sid1 to obtain the subauthority count, but its existing boundary check still accepts buffers with only one remaining byte. Require two bytes before reading sid1 ...

8.2CVSS5.4AI score0.00443EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•10 views

CVE-2026-64354

In the Linux kernel, the following vulnerability has been resolved: bpf: Validate BTF repeated field counts before expansion btfparsestructmetas walks user-supplied BTF during BPFBTFLOAD, and btfrepeatfields expands repeatable fields from array elements into the fixed BTFFIELDSMAX scratch array...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•15 views

CVE-2026-64317

In the Linux kernel, the following vulnerability has been resolved: isofs: bound Rock Ridge symlink components to the SL record getsymlinkchunk and the SL handling in parserockridgeinodeinternal walk the variable-length components of a Rock Ridge "SL" symbolic link record. Each component is a...

7.1CVSS5.4AI score0.00167EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•18 views

CVE-2026-64320

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page nvmetexecutediscgetlogpage validates only the dword alignment of the host-supplied Log Page Offset lpo. The 64-bit offset is then added to a small kzalloc'd...

9.1CVSS5.8AI score0.00748EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•10 views

CVE-2026-64337

In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: unmap request DMA on queue failure mtu3gadgetqueue maps the request before checking whether the QMU GPD ring can accept another transfer. the request is returned with -EAGAIN before it is linked on the endpoint request...

5.5CVSS5.5AI score0.0016EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•10 views

CVE-2026-64333

In the Linux kernel, the following vulnerability has been resolved: USB: serial: digiacceleport: fix write buffer corruption The digiwriteinbcommand is supposed to wait for the write urb to become available or return an error, but instead it updates the transfer buffer and tries to resubmit the u...

7.8CVSS5.8AI score0.00169EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•11 views

CVE-2026-64338

In the Linux kernel, the following vulnerability has been resolved: USB: misc: uss720: unregister parport on probe failure uss720probe registers a parport before reading the 1284 register used to detect unsupported Belkin F5U002 adapters. If get1284register fails, the error path drops the driver...

5.5CVSS5.5AI score0.00123EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•11 views

CVE-2026-64336

In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspanpda: fix information leak The write callback is supposed to return the number of characters accepted or a negative errno. Since the addition of write fifo support the keyspanpda implementation will however...

5.5CVSS4.5AI score0.00123EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•16 views

CVE-2026-64374

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

7.5CVSS5.6AI score0.00387EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•16 views

CVE-2026-64376

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

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

CVE-2026-64370

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•19 views

CVE-2026-64389

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate NTLMv2 response before updating session key ksmbdauthntlmv2 derives the NTLMv2 session key into sess-sesskey before it verifies the NTLMv2 response. ksmbddecodentlmsspauthblob then continues into KEYXCH even when...

8.2CVSS5.5AI score0.00453EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•12 views

CVE-2026-64286

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Clear hyprunningvcpu when flushing the pKVM hyp vCPU flushhypvcpu copies the host vCPU context into the hyp's private vCPU on every run. ctxttovcpu expects a guest context to have a NULL hyprunningvcpu, which is only...

8.2CVSS5.6AI score0.00175EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•23 views

CVE-2026-64298

In the Linux kernel, the following vulnerability has been resolved: NFSv4: include MAYWRITE in open permission mask for OTRUNC POSIX requires write permission to truncate a file, so an open that specifies OTRUNC must be authorized for write access regardless of the OACCMODE access mode...

7.1CVSS5.4AI score0.00164EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•13 views

CVE-2026-64331

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vepdequeue vepallocrequest wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vepdequeue without a valid UDC reference. Since vrequest-udc is never actual...

5.5CVSS5.6AI score0.00123EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•11 views

CVE-2026-64265

In the Linux kernel, the following vulnerability has been resolved: fuse: clear intrentry in fuseresend and fuseremovependingreq When fuseresend moves a request from fpq-processing back to fiq-pending, it sets FRPENDING and clears FRSENT but does not remove the requests intrentry from...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•20 views

CVE-2026-64257

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject overlapping data areas in SMB2 responses Commit 53b7c271f06b "smb: client: restrict implied bcc0 exemption to responses without data area" restricted the implied bcc0 length exception to responses without a da...

9.1CVSS5.4AI score0.00702EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•11 views

CVE-2026-64434

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref l2capchantimeout runs asynchronously and accesses chan-conn. If the connection is torn down while the timer is running or pending, chan-conn can be freed, leading t...

8.8CVSS5.6AI score0.004EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•21 views

CVE-2026-64258

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: remove request-less entries from entwreqqueue to fix NULL deref If a copy into the userspace ring buffer fails, a request will be terminated and fuseuringreqend will set ent-fusereq to NULL but it will leave the entry...

5.5CVSS5.5AI score0.00158EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•23 views

CVE-2026-64267

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.5CVSS5.4AI score0.00158EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•17 views

CVE-2026-64425

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: re-check IOWQBITEXIT for each linked work item commit 10dc95939817 "iouring/io-wq: check IOWQBITEXIT inside work run loop" fixed the obvious case where ioworkerhandlework took one exit-bit snapshot before draining...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•18 views

CVE-2026-64417

In the Linux kernel, the following vulnerability has been resolved: mm: shrinker: fix NULL pointer dereference in debugfs shrinkerdebugfsadd creates both "count" and "scan" debugfs files unconditionally. That assumes every shrinker implements both countobjects and scanobjects, which is not...

5.5CVSS5.3AI score0.00162EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•12 views

CVE-2026-64424

In the Linux kernel, the following vulnerability has been resolved: netpoll: fix a use-after-free on shutdown path There is a use-after-free error on netpoll, which is clearly detected by KASAN. BUG: KASAN: slab-use-after-free in rawspinlockirqsave+0x3b/0x80 Read of size 1 at addr ... by task...

7.8CVSS5.8AI score0.0017EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•12 views

CVE-2026-64428

In the Linux kernel, the following vulnerability has been resolved: gpio: sch: use rawspinlockt in the irq startup path schirqunmask enables the GPIO IRQ and then updates the controller state through schirqmaskunmask, which takes sch-lock with spinlockirqsave. The callback can be reached from...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•17 views

CVE-2026-64409

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix infinite loop in btmtksdiotxrxwork Every once in a while we see a hung btmtksdioflush task: INFO: task kworker/u17:0:189 blocked for more than 122 seconds. cancelworktimer+0x3f4/0x460...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•16 views

CVE-2026-64397

In the Linux kernel, the following vulnerability has been resolved: ksmbd: serialize QUERYDIRECTORY requests per file smb2querydir stores a pointer to its stack-allocated private data in the ksmbdfile readdirdata. Concurrent QUERYDIRECTORY requests using the same file handle can overwrite this...

9.8CVSS5.3AI score0.00701EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•12 views

CVE-2026-64293

In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeofhdr instead of sizeofhdr in veventq read The bound-check in iommufdveventqfopsread for the normal vEVENT path uses sizeofhdr where the surrounding code uses sizeofhdr: if !veventforlosteventsheadercur &&...

7.8CVSS5.6AI score0.00166EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•12 views

CVE-2026-64472

In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix racy bitfields and tighten struct layout Bitfield operations are not atomic, they use a read-modify-write pattern, therefore we should be careful not to pack bitfields that can be concurrently updated into the same...

5.6AI score0.00215EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•19 views

CVE-2026-64408

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: pin L2CAP connection during netdev registration bnepaddconnection reads the L2CAP connection without holding the channel lock, then passes its HCI device to registernetdev. Controller teardown can clear and relea...

8.8CVSS5.3AI score0.00412EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•20 views

CVE-2026-64414

In the Linux kernel, the following vulnerability has been resolved: netfilter: handle unreadable frags sashiko reports: When an skb with unreadable fragments such as from devmem TCP, where skbfragsreadableskb returns false is processed by the u32 module, skbcopybits will safely return a negative...

7.5CVSS5.4AI score0.0063EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•19 views

CVE-2026-64398

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add a permission check for FSCTLSETZERODATA FSCTLSETZERODATA in smb2ioctl destroys file data via ksmbdvfszerodata - vfsfallocatePUNCHHOLE/ZERORANGE after checking only the share-level KSMBDTREECONNFLAGWRITABLE, with no...

8.1CVSS5.3AI score0.00672EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•18 views

CVE-2026-64471

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on registration failure Make sure to release the sibling interfaces in case controller registration fails to avoid use-after-free and double-free when they are eventually disconnected. This...

5.3AI score0.0022EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•20 views

CVE-2026-64455

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskeyrelease The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statement...

5.4AI score0.0022EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•13 views

CVE-2026-64461

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

5.7AI score0.0022EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•21 views

CVE-2026-64458

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: handle extreme intervals in damonhotscore Fix three issues in damonhotscore that comes from wrong handling of extreme zero or too high monitoring intervals user setup. When the user sets sampling interval zer...

5.3AI score0.00215EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•18 views

CVE-2026-64487

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser sndusbcaiaqtks4dispatch decodes the Traktor Kontrol S4 input stream in fixed 16-byte TKS4MSGBLOCKSIZE message blocks. On every iteration it advances buf a...

5.3AI score0.0022EPSS
SaveExploits0References20
Total number of security vulnerabilities80917