Lucene search
+L
UbuntucveRecent

79966 matches found

UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72073

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix use-after-free on probe failure The vub300 driver lifetime-manages its controller state using vub300-kref, with vub300delete freeing the mmc host when the last reference is dropped. The probe error path after the...

5.8AI score0.00219EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•18 views

CVE-2026-72056

In the Linux kernel, the following vulnerability has been resolved: net: ena: clean up XDP TX queues when regular TX setup fails createqueueswithsizebackoff creates XDP TX queues before setting up the regular TX path. If the subsequent allocation or creation of regular TX queues fails, the error...

5.5AI score0.0022EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72217

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Bound-check xdrbuftobvec stores before writing xdrbuftobvec writes a biovec into the caller's array before testing whether that slot is in range, and the head branch performs the store with no check at all. When the...

9.8CVSS5.6AI score0.00618EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72221

In the Linux kernel, the following vulnerability has been resolved: sunrpc: wait for in-flight TLS handshake callback when cancel loses race When waitforcompletioninterruptibletimeout in svctcphandshake returns 0 timeout or -ERESTARTSYS signal and tlshandshakecancel then returns false,...

9.8CVSS5.7AI score0.00626EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•16 views

CVE-2026-72222

In the Linux kernel, the following vulnerability has been resolved: sunrpc: pin svcxprt across the asynchronous TLS handshake callback svctcphandshake stores the raw svcxprt pointer in tlshandshakeargs.tadata and submits the request through tlsserverhellox509. The handshake core takes only...

9.8CVSS5.8AI score0.00618EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72226

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: prevent TVLV OOB check overflow A TT unicast TVLV contains the number of VLANs stored in it. This number is an u16 and gets multiplied by the size of the struct batadvtvlvttvlandata 8 bytes. The size can therefore...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•19 views

CVE-2026-72155

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: swp: Improve locking user experience In the case of the first block being locked or the few first blocks, if the user want to fully unlock the device it has two possibilities: - either it asks to unlock the entire...

5.6AI score0.00211EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•18 views

CVE-2026-72110

In the Linux kernel, the following vulnerability has been resolved: bpf,fork: wipe -bpfstorage before bailouts that access it Currently, copyprocess can bail out to freetask before p-bpfstorage has been initialized, with this call graph shown here for the !CONFIGMEMCG case: copyprocess...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•16 views

CVE-2026-72188

In the Linux kernel, the following vulnerability has been resolved: ntfs: sanitize MFT references returned from ntfslookupinodebyname ntfslookupinodebyname returns MFT references read from directory index entries on disk. These values are untrusted, but the function can currently return an...

9.1CVSS5.5AI score0.00467EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72147

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma-pcie: Reject devices without driver data dwedmapcieprobe treats the PCI device ID driverdata as the template for the controller layout and copies it unconditionally. A device bound dynamically via sysfs can mat...

5.5AI score0.002EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72046

In the Linux kernel, the following vulnerability has been resolved: gve: fix header buffer corruption with header-split and HW-GRO The DQO RX datapath programs a per-buffer-queue-descriptor headerbufaddr at post time and reads the split header back at completion time. Both the post and the read...

9.8CVSS6.1AI score0.00618EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72048

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: fix casctl leak on spiasync failure ca8210spitransfer allocates casctl with kzallocobjGFPATOMIC and relies entirely on the SPI completion callback ca8210spitransfercomplete to free it. The spiasync API only...

5.6AI score0.00211EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•20 views

CVE-2026-72117

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix data race on rxstamp/rxifindex in bcmrxhandler For an rx op subscribed on all interfaces ifindex == 0, the same op is registered once in the shared per-netns wildcard filter list, so bcmrxhandler can run concurrentl...

5.6AI score0.00211EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•17 views

CVE-2026-72119

In the Linux kernel, the following vulnerability has been resolved: can: bcm: extend bcmtxlock usage for data and timer updates Stage new CAN frame content for an existing tx op into a kmalloc'd buffer and validate it there, mirroring the approach already used in bcmrxsetup. Only copy the validat...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72123

In the Linux kernel, the following vulnerability has been resolved: can: bcm: defer rxop deallocation to workqueue to fix thrtimer UAF Commit f1b4e32aca08 "can: bcm: use callrcu instead of costly synchronizercu" replaced synchronizercu in bcmdeleterxop with callrcu and introduced the RXNOAUTOTIME...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72125

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix use-after-free race with concurrent NETDEVUNREGISTER isotprelease looked up the bound network device via devgetbyindex using the stored ifindex. During device unregistration the device is unlisted from the ifindex...

7.8CVSS5.7AI score0.00164EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•16 views

CVE-2026-72127

In the Linux kernel, the following vulnerability has been resolved: netdev-genl: report NAPI thread PID in the caller's pid namespace netdevnlnapifillone reports the NAPI kthread PID in NETDEVANAPIPID using taskpidnr, which returns the PID in the initial pid namespace. NETDEVCMDNAPIGET does not...

5.5AI score0.002EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72094

In the Linux kernel, the following vulnerability has been resolved: dma-buf: dma-fence: Fix potential NULL pointer dereference The commit mentioned in the fixes tag below introduced a mechanism through which fence producers can fully decouple from fence consumers. This, desirable, mechanism is...

5.6AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72074

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix type confusion in CDC union descriptor parsing The driver currently trusts the bMasterInterface0 from the CDC union descriptor without verifying that it matches the interface being probed. This could lead to...

5.6AI score0.0022EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72075

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in resetdevice sysfs callback The imspcuresetdevice sysfs callback calls imspcuexecutecommand without acquiring pcu-cmdmutex. This can lead to data races and corruption of the shared command...

5.8AI score0.00215EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72079

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix use-after-free and double-free in disconnect imspcudisconnect only intended to perform cleanup when the primary control interface is unbound. However, it currently relies on the interface class to distinguish...

5.7AI score0.0022EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•18 views

CVE-2026-72085

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free unsubmitted command instead of double-putting it scsibackgetpendreq obtains a command tag and returns a vscsibkpend whose embedded secmd has only been memset to 0, so its cmdkref is 0; the secmd is...

9.3CVSS5.6AI score0.0018EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•19 views

CVE-2026-72086

In the Linux kernel, the following vulnerability has been resolved: scsi: xen: scsiback: Free the command tag on the TMR submit-failure path scsibackdeviceaction obtains a command tag in scsibackgetpendreq and submits a task-management request with targetsubmittmr. When targetsubmittmr fails it...

5.6AI score0.00206EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72087

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix memory leak in lpfcsli4driverresourcesetup The memory allocated for mboxq using mempoolalloc is not freed in some of the early exit error paths. Fix that by moving the mempoolfree call to an earlier point after la...

5.5AI score0.0022EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•17 views

CVE-2026-72088

In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix DMA mapping leak on IOACCEL2 reset path If physdisk-inreset is set, the function returns directly without undoing the resources acquired for the command. Add the missing error cleanup by unmapping the IOACCEL2 SG...

5.5AI score0.00211EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72090

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Use caller client for debug BO sync amdxdnadrmsyncboioctl looks up args-handle in the ioctl caller's drmfile. For SYNCDIRECTFROMDEVICE, it then calls amdxdnahwctxsyncdebugbo, but passes abo-client...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72013

In the Linux kernel, the following vulnerability has been resolved: riscv: Prevent NULL pointer dereference in machinekexecprepare A NULL pointer dereference issue is noticed in riscv's machinekexecprepare, where image-segmenti.buf might be NULL and copied unchecked. The NULL buf comes from...

5.5AI score0.00206EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72053

In the Linux kernel, the following vulnerability has been resolved: net: ipip: require CAPNETADMIN in the device netns for changelink ipipchangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

8.8CVSS5.6AI score0.00164EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•18 views

CVE-2026-72054

In the Linux kernel, the following vulnerability has been resolved: net: ipvti: require CAPNETADMIN in the device netns for changelink vtichangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

8.8CVSS5.6AI score0.00169EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•12 views

CVE-2026-72060

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: icssg: guard PA stat lookups icssgndogetstats64 unconditionally calls emacgetstatbyname with FW PA stat names regardless of whether the PA stats block is present on the hardware. emacgetstatbyname already guard...

5.6AI score0.00206EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72061

In the Linux kernel, the following vulnerability has been resolved: net: sit: require CAPNETADMIN in the device netns for changelink ipip6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

8.8CVSS5.6AI score0.00176EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•16 views

CVE-2026-72062

In the Linux kernel, the following vulnerability has been resolved: gpio: mt7621: avoid corruption of shared interrupt trigger state The bank-shared fields like 'rising' and 'falling' are modified using non-atomic read-modify-write operations. Since every gpio chip instance represents an entire...

5.7AI score0.00215EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•11 views

CVE-2026-72259

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8192: Release reserved memory on cleanup The MT8192 AFE probe calls ofreservedmemdeviceinit and falls back to preallocated buffers when no reserved memory region is available. When the reserved memory assignment...

5.5AI score0.002EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•31 views

CVE-2026-72262

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix heap overflow in bytesext put/get The ipccontroldata buffer is allocated as kzallocmaxsize, where maxsize covers the entire struct sofipcctrldata including its flexible array payload. However, the...

7.8CVSS6AI score0.00182EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•11 views

CVE-2026-72264

In the Linux kernel, the following vulnerability has been resolved: fbdev: tridentfb: fix potential memory leak in tridentpciprobe In tridentpciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

5.4AI score0.00211EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72267

In the Linux kernel, the following vulnerability has been resolved: fbdev: carminefb: fix potential memory leak in alloccarminefb The memory allocated for modelist in fbvideomodetomodelist is not freed in the subsequent error path. Fix that by calling fbdestroymodelist...

5.4AI score0.0021EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•16 views

CVE-2026-72270

In the Linux kernel, the following vulnerability has been resolved: fbdev: s3fb: fix potential memory leak in s3pciprobe In s3pciprobe, the memory allocated for modelist using fbvideomodetomodelist is not freed in subsequent error paths. Fix that by calling fbdestroymodelist...

5.5AI score0.00211EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72202

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid heap allocation for free-cluster readahead state getnrfreeclusters allocates a temporary filerastate before it publishes the precomputed free cluster count, sets NVolFreeClusterKnown, and wakes vol-freewaitq. If that...

7.5CVSS5.5AI score0.00468EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•27 views

CVE-2026-72204

In the Linux kernel, the following vulnerability has been resolved: ntfs: centalize $INDEXROOT header validation Add a dedicated helper to perform stricter validation of $INDEXROOT and use it for both directory inodes and named index inodes. This keeps the root size and header geometry checks...

8.4CVSS5.5AI score0.00168EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•11 views

CVE-2026-72233

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

8.8CVSS5.7AI score0.00344EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72242

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid sksocket dereference in selinuxsctpbindconnect selinuxsctpbindconnect dereferences sk-sksocket to pass a struct socket to selinuxsocketbind and selinuxsocketconnecthelper. However, when the hook is invoked from the...

7.5CVSS5.5AI score0.00677EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72219

In the Linux kernel, the following vulnerability has been resolved: lockd: Plug nlmfile leak when nlmdofopen fails A client can repeatedly drive nlmdofopen failures by presenting file handles that the underlying export rejects. After kzallocobj succeeds in nlmlookupfile, the freshly allocated...

5.5AI score0.00216EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•18 views

CVE-2026-72220

In the Linux kernel, the following vulnerability has been resolved: sunrpc: harden rqprocinfo lifecycle to prevent double-free The svcreleaserqst function executes the callback inside rqstp-rqprocinfo-pcrelease. However, if a worker thread begins processing a new request and encounters an early...

9.8CVSS5.7AI score0.00588EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•28 views

CVE-2026-72223

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Free arena sub-allocations on discoverarenas error path Memory allocated by bttfreelistinit, bttrttinit, and bttmaplocksinit is not freed on some discoverarenas error paths. This leaks memory when arena discovery fail...

5.5AI score0.0022EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•15 views

CVE-2026-72224

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Free arenas on bttinit error paths The arenas allocated by discoverarenas or createarenas are not freed on some error paths in bttinit. This leaks memory when BTT initialization fails. Call freearenas from the affecte...

5.5AI score0.0022EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•33 views

CVE-2026-72225

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix integer underflow in jbd2journalinitializefastcommit jbd2journalinitializefastcommit validates journal capacity by checking journal-jlast - numfcblks JBD2MINJOURNALBLOCKS. Both jlast and numfcblks are unsigned, so when...

7.8CVSS5.5AI score0.00177EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72227

In the Linux kernel, the following vulnerability has been resolved: batman-adv: mcast: avoid OOB read of numdests header Before the access to struct batadvtvlvmcasttracker's numdests, it is attempted to check whether enough space is actually in the network header. But instead of using offsetofend...

8.1CVSS5.5AI score0.00331EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72272

In the Linux kernel, the following vulnerability has been resolved: fbdev: radeon: fix potential memory leak in radeonfbpciregister The function radeonfbpciregister allocates memory for modelist by calling radeoncheckmodes which calls fbaddvideomode. The memory is appended to info-modelist, but i...

5.5AI score0.00211EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•13 views

CVE-2026-72275

In the Linux kernel, the following vulnerability has been resolved: fbdev: broadsheetfb: fix potential memory leak in broadsheetfbprobe The memory allocated for pagerefs in fbdeferredioinit is not freed on the error path. Fix it by calling fbdeferrediocleanup...

5.5AI score0.00211EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/15 6:21 a.m.•14 views

CVE-2026-72276

In the Linux kernel, the following vulnerability has been resolved: fbdev: metronomefb: fix potential memory leak in metronomefbprobe The memory allocated for pagerefs in fbdeferredioinit is not freed on the error path. Fix it by calling fbdeferrediocleanup...

5.5AI score0.00215EPSS
SaveExploits0References9
Total number of security vulnerabilities79966