Lucene search
+L
UbuntucveRecent

76085 matches found

UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68409

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: defer link RX stats percpu free to RCU staremovelink frees a removed MLO link's RX stats percpu buffer right away, but defers only the link container to RCU: stainfofreelink&alloc-info; kfreercualloc, rcuhead; The...

8.8CVSS5.7AI score0.00242EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68202

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: close a re-opened queue timer in the destructor queuedelete closes the queue timer, then frees it. sndseqtimerclose clears q-timer-timeri. snduselocksync then drains borrowers, and sndseqtimerdelete frees q-timer. A...

7.8CVSS5.5AI score0.00176EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68271

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix reversed error cleanup order in ucopy functions nouveauuvmmvmbinducopy and nouveauexecucopy place their error cleanup labels in allocation order rather than reverse allocation order. On a umemcpya failure for...

5.5AI score0.00175EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68297

In the Linux kernel, the following vulnerability has been resolved: tipc: fix u16 MTU truncation in media and bearer MTU validation Both TIPCNLMEDIASET and TIPCNLBEARERSET accept user-supplied MTU values but only enforce a minimum bound, not a maximum. When a user sets the MTU to a value exceedin...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•8 views

CVE-2026-68331

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: put MAC endpoint device on disconnect fslmcgetendpoint returns the MAC endpoint device with a reference taken through devicefindchild. The Ethernet connect path stores that device in mac-mcdev and keeps it for the...

5.4AI score0.00172EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68353

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware nummsg in TX complete handler The firmware-controlled nummsg field u8, 0-255 drives the loop in ath6klwmitxcompleteeventrx without validation against the buffer length. This allows...

8.1CVSS5.6AI score0.0029EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68161

In the Linux kernel, the following vulnerability has been resolved: sctp: close UDP tunnel sockets during netns teardown procsctpdoudpport starts per-net SCTP UDP tunneling sockets when net.sctp.udpport is set, and stops/restarts them when the sysctl value changes. The netns exit path does not st...

9.8CVSS5.4AI score0.00626EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•8 views

CVE-2026-68230

In the Linux kernel, the following vulnerability has been resolved: media: amlogic-c3: Add validations for ae and awb config Avoid invalid memory access if the zonesnum is bigger than zoneweight. This patch fixes the following smatch errors: drivers/media/platform/amlogic/c3/isp/c3-isp-params.c:1...

7.3CVSS5.8AI score0.0017EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68405

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: free APVLAN bcbuf SKBs outside IRQ lock ieee80211dostop removes APVLAN packets from the parent AP ps-bcbuf while holding ps-bcbuf.lock with IRQs disabled. It then calls ieee80211freetxskb before dropping the lock...

5.5AI score0.0022EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•14 views

CVE-2026-68182

In the Linux kernel, the following vulnerability has been resolved: comedi: comediparport: deal with premature interrupt Syzbot reported a general protection fault in comedigetissubdevicerunning, which was called from the interrupt handler parportinterrupt in the "comediparport" driver, but it do...

5.4AI score0.0021EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•11 views

CVE-2026-68256

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: detectlinkandlocalsink: DP alt mode timeout path leaks prevsink reference prevsink is unconditionally retained via dcsinkretain at function entry, but the DP alt mode timeout path inside SIGNALTYPEDISPLAYPORT...

5.4AI score0.00175EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68150

In the Linux kernel, the following vulnerability has been resolved: fs/super: fix emergency thaw double-unlock of sumount dothawall iterates over all superblocks via iteratesupers with SUPERITEREXCL, which acquires sumount exclusively before calling the callback and releases it afterwards. Howeve...

5.6AI score0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68249

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma5.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit 8d144a0eb09537055841af48c9e7c2d4cd48e84d...

5.6AI score0.00176EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68298

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix SVM leak on resv obj alloc failure in xevmcreate Commit 9e9787414882 "drm/xe/userptr: replace xehmm with gpusvm" made xesvminit unconditional in xevmcreate and extended it to also initialize a "simple" gpusvm state...

7.8CVSS5.6AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68366

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: clamp SENDRESPONSE length to the response buffer uvcsendresponse builds the UVC control response from a user-supplied struct uvcrequestdata: req-length = mintunsigned int, uvc-eventlength, data-length;...

5.7AI score0.00184EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•10 views

CVE-2026-68274

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Fix buffer overflow in steered register list allocation The size calculation for the steered register extarray uses only the geometry DSS mask gdssmask to determine the number of entries to allocate: total =...

7.8CVSS5.9AI score0.00151EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68391

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: mgmt: hold reference for hciconn in mgmtpendingcmds Dereferencing RCU-protected pointers outside critical sections is invalid and may lead to UAF. Use of hciconn in hcisync callbacks also needs to hold refcount to avoi...

7.8CVSS5.5AI score0.00128EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68246

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx11: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit daa62107452d2451787c4248ca38fa2d1a0cbefd...

5.5AI score0.00172EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68349

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix buffer overflow in rxstream failover path The failover continuation in carl9170rxstream copies the full tlen from the second USB transfer instead of capping at rxfailovermissing bytes. When both transfers are...

5.7AI score0.00203EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68406

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate PMSR FTM preamble range PMSR FTM request parsing accepts preamble values outside the enumerated nl80211 preamble range. Reject out-of-range values before using them in the parser capability bit test using...

5.3AI score0.00184EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68318

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix use-after-free on workqueue during remove In pdscremove, the workqueue is destroyed before pdscteardown is called. This ordering allows two paths to queue work on the destroyed workqueue: 1. If pdscteardown -...

5.7AI score0.00168EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68190

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB reads in rtwgetwpsie rtwgetwpsie iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically: - iniecnt...

5.5AI score0.00205EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68196

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: validate assoc response length before subtracting header wilcparseassocrespinfo computes the trailing IE length as ieslen = bufferlen - sizeofres; without first checking that bufferlen is at least sizeofstruct...

8.3CVSS5.5AI score0.00419EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68380

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix use-after-free of mmstruct in job scheduler amdxdnacmdsubmit stores current-mm in job-mm without holding any reference. aie2schedjobrun later access job-mm from the DRM scheduler worker thread. With only a raw...

7.8CVSS5.7AI score0.00133EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68145

In the Linux kernel, the following vulnerability has been resolved: iomap: fix out-of-bounds bitmapset with zero-length range ifssetrangedirty and ifssetrangeuptodate compute lastblk as off + len - 1 iblkbits. When off is 0 and len is 0, the unsigned subtraction underflows to SIZEMAX, producing a...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68232

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix MM reference leak in drmgpusvmrangeevict If kvmallocarray fails in drmgpusvmrangeevict, the MM reference acquired earlier is not released, resulting in a reference leak. Fix this by dropping the MM reference on th...

5.5AI score0.00198EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68334

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix iothread race in rxrpcwakeupiothread rxrpcwakeupiothread checks local-iothread before waking it, but then reloads the pointer for wakeupprocess. local-iothread is cleared with WRITEONCE when the I/O thread exits, so th...

5.5AI score0.00173EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•10 views

CVE-2026-68340

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport response makes only...

7.7CVSS5.4AI score0.0015EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68300

In the Linux kernel, the following vulnerability has been resolved: sctp: auth: verify auth requirement when authchunk is NULL sctpauthchunkverify returns true unconditionally when chunk-authchunk is NULL, silently skipping authentication. This is incorrect when: 1. skbclone failed in the BH...

9.8CVSS5.4AI score0.00597EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•9 views

CVE-2026-68188

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix session UAF in settermios rfcommttysettermios tests dlc-session without rfcommmutex and later passes the pointer to rfcommsendrpn. The latter dereferences both session-initiator and session-sock. Meanwhile,...

5.5AI score0.0021EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•8 views

CVE-2026-68426

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix stale skb-prev after async crypto steals a GSO segment skbgsosegment leaves the segment list head with -prev pointing at the last segment, an invariant validatexmitskblist relies on when it sets its tail pointer tail =...

9.8CVSS5.4AI score0.00367EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68374

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

7.8CVSS5.5AI score0.00128EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•10 views

CVE-2026-68393

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: extend connhash lookup critical sections Using RCU-protected pointers outside the critical sections without refcount is incorrect and may result to UAF. Extend critical section to cover both hciconnhash lookup...

8.8CVSS5.5AI score0.00242EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•10 views

CVE-2026-68198

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix use-after-free in aggrresetstate The aggrresetstate function uses timerdelete non-synchronous for the aggregation timer before proceeding to delete TID state and before the structure is freed by callers like...

8.8CVSS5.4AI score0.00277EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68325

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

5.5AI score0.00184EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68277

In the Linux kernel, the following vulnerability has been resolved: drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply parsers Three sideband reply parsers read 16-bit fields as: val = raw-msgidx msgidx+1; and check bounds only after the fact. When idx == raw-curlen, raw-msgidx+1 reads...

5.5AI score0.0022EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68367

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: synchronize delayed setalt with teardown The ftcm setalt path defers endpoint setup to a work item and completes the delayed status response from process context. The delayed work uses ftcm private state and ma...

5.5AI score0.00184EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•8 views

CVE-2026-68418

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp-iwpbl if the user-provided req.userwqebufs field was non-zero. The problem is that iwqp-iwpbl is...

5.5AI score0.00154EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68214

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832: fix use-after-free in rtl2832remove canceldelayedworksync is called before i2cmuxdeladapters in rtl2832remove. While the cancel waits for any running instance of i2cgatework to finish, it does not prevent the time...

5.7AI score0.0022EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•8 views

CVE-2026-68268

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Return error on non-migratable faults requiring devmem Non-migratable faults that require devmem incorrectly jump to the 'out' label, which squashes the error code intended to be returned to the upper layers. Fix this by...

5.6AI score0.00207EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68273

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix context pstate override handling There are several problems in the context pstate handling code. The most serious ones are potential use-after-free and NULL pointer dereferences at context initialization time. Bot...

7.8CVSS5.8AI score0.00134EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68313

In the Linux kernel, the following vulnerability has been resolved: tipc: fix infinite loop in tipcnlcompatdumpit cmd-dumpit callback can return a negative errno, causing an infinite loop due to the whilelen condition. As the loop never terminates, genlmutex is never released, and other tasks...

5.5AI score0.0021EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•4 views

CVE-2026-68338

In the Linux kernel, the following vulnerability has been resolved: net/packet: avoid fanout hook re-registration after unregister packetsetring temporarily detaches a socket from packet delivery while reconfiguring its ring. It records the previous running state, clears po-num, unregisters the...

7.8CVSS5.6AI score0.00176EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•6 views

CVE-2026-68421

In the Linux kernel, the following vulnerability has been resolved: schedext: Don't warn on core-sched forced idle in putprevtaskscx putprevtaskscx warns when a runnable task drops to a lower schedclass without SCXOPSENQLAST, on the assumption that balanceone would have kept it running. Core...

5.4AI score0.00192EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68310

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: guard HE capability lookups mt7915mcubsshetlv and mt7915mcustabfertlv both run after checking HE support, then dereference the HE PHY capability returned by mt76connacgethephycap. That helper can return NULL...

5.4AI score0.00172EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68356

In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...

5.5AI score0.00166EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•8 views

CVE-2026-68160

In the Linux kernel, the following vulnerability has been resolved: ceph: fix pre-auth out-of-bounds read on snaptrace in cephhandlecaps cephhandlecaps reads snaptracelen from the wire-format cephmdscaps header and uses it unconditionally to build a fake end pointer snaptrace + snaptracelen that ...

9.8CVSS5.6AI score0.00761EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•9 views

CVE-2026-68306

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix possible NULL-pointer deref in mt7996mcustabfereht mt76connacgetehtphycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.3AI score0.00168EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•5 views

CVE-2026-68326

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiexprocessuapevent handles EVENTUAPSTAASSOC by exposing the reassociation request IEs that the firmware copies into the event: sinfo-assocreqies =...

8.8CVSS5.9AI score0.00266EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/10 1:20 p.m.•7 views

CVE-2026-68324

In the Linux kernel, the following vulnerability has been resolved: iommu/intel: Fix out-of-bounds memset in dmarlatencydisable dmarlatencydisable intends to zero out only the single latencystatistic entry for the given type, but the memset size was computed as sizeoflstat DMARLATENCYNUM, which...

5.6AI score0.00172EPSS
SaveExploits0References6
Total number of security vulnerabilities76085