Lucene search
+L
UbuntucveRecent

76513 matches found

UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•13 views

CVE-2026-46195

In the Linux kernel, the following vulnerability has been resolved: smb: client: validate dacloffset before building DACL pointers parsesecdesc, buildsecdesc, and the chown path in idmodetocifsacl all add the server-supplied dacloffset to pntsd before proving a DACL header fits inside the returne...

9.8CVSS6.9AI score0.00675EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46119

In the Linux kernel, the following vulnerability has been resolved: libceph: Fix slab-out-of-bounds access in auth message processing If a potentially corrupted message of type CEPHMSGAUTHREPLY contains a positive value in its result field, it is treated as an error code by cephhandleauthreply an...

9.1CVSS5.6AI score0.00525EPSS
SaveExploits0References51
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46190

In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spinorparamsshow Sashiko noticed an out-of-bounds read 1. In spinorparamsshow, the snorfnames array is passed to spinorprintflags using sizeofsnorfnames. Since snorfnames is an arr...

7.1CVSS6.5AI score0.00131EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46144

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix error unwind in manaibcreateqprss Sashiko points out that manaibcfgvportsteering is leaked, the normal destroy path cleans it up...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46180

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task Watchdog task might end between sendsig and kthreadstop calls, what results in the use-after-free issue. Fix this by increasing watchdog task referenc...

7.8CVSS5.3AI score0.00135EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46214

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix accept queue count leak on transport mismatch virtiotransportrecvlisten calls skacceptqadded before vsockassigntransport. If vsockassigntransport fails or selects a different transport, the error path returns...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46132

In the Linux kernel, the following vulnerability has been resolved: net: rtnetlink: zero iflavfbroadcast to avoid stack infoleak in rtnlfillvfinfo rtnlfillvfinfo declares struct iflavfbroadcast on the stack without initialisation: struct iflavfbroadcast vfbroadcast; The struct contains a single...

5.5CVSS5.2AI score0.00128EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•15 views

CVE-2026-46113

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected GFN The shadow MMU computes GFNs for direct shadow pages using sp-gfn plus the SPTE index. This assumption breaks for shadow paging if the guest page tables are modifie...

8.8CVSS6.1AI score0.00154EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46173

In the Linux kernel, the following vulnerability has been resolved: exit: prevent preemption of oopsing TASKDEAD task When an already-exiting task oopses, maketaskdead currently calls dotaskdead with preemption enabled. That is forbidden: dotaskdead calls schedule, which has a comment saying...

7.8CVSS6.5AI score0.00126EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•14 views

CVE-2026-46149

In the Linux kernel, the following vulnerability has been resolved: scsi: target: configfs: Bound snprintf return in tgptgpmembersshow targettgptgpmembersshow formats LUN paths with snprintf into a 256-byte stack buffer, then will memcpy curlen bytes from that buffer. snprintf returns the length...

7.1CVSS5.4AI score0.00139EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46238

In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop caching unowned originator pointers in BAT IV BAT IV keeps the last-hop neighbor address in each neighnode, but some paths also cache an originator pointer derived from a temporary lookup. That pointer is not own...

8.8CVSS5.3AI score0.00262EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•13 views

CVE-2026-46126

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix manadestroywqobj cleanup in manaibcreateqprss Sashiko points out there are two bugs here in the error unwind flow, both related to how the WQ table is unwound. First there is a double i-- on the first failure path...

5.5CVSS5.4AI score0.00127EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46170

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADDADDR rtx: free sk if last When an ADDADDR is retransmitted, the sk is held in skresettimer, and released at the end. If at that moment, it was the last reference being held, the sk would not be freed. sockput should...

5.5CVSS5.3AI score0.00127EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46117

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Remove user triggerable WARNON in manaibcreateqprss Sashiko points out that the user can specify WQs sharing the same CQ as a part of the uAPI and this will trigger the WARNON then go on to corrupt the kernel. Just...

7.8CVSS6.5AI score0.00132EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46189

In the Linux kernel, the following vulnerability has been resolved: RDMA/vmwpvrdma: Fix double free on pvrdmaallocucontext error path Sashiko points out that pvrdmauarfree is already called within pvrdmadeallocucontext, so calling it before triggers a double free...

7.8CVSS5.4AI score0.00143EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46193

In the Linux kernel, the following vulnerability has been resolved: xfrm: ah: account for ESN high bits in async callbacks AH allocates its temporary auth/ICV layout differently when ESN is enabled: the async ahash setup appends a 4-byte seqhi slot before the ICV or authdata area, but the async...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•15 views

CVE-2026-46174

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache Make sure resources are not improperly shared in the op cache and cause instruction corruption this way...

8.8CVSS5.4AI score0.00135EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46145

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Validate rxhashkeylen Sashiko points out that rxhashkeylen comes from a uAPI structure and is blindly passed to memcpy, allowing the userspace to trash kernel memory. Bounds check it so the memcpy cannot overflow...

7.8CVSS6.7AI score0.00142EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46234

In the Linux kernel, the following vulnerability has been resolved: vsock: fix buffer size clamping order In vsockupdatebuffersize, the buffer size was being clamped to the maximum first, and then to the minimum. If a user sets a minimum buffer size larger than the maximum, the minimum check...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•8 views

CVE-2026-46153

In the Linux kernel, the following vulnerability has been resolved: 8021q: delete cleared egress QoS mappings vlandevsetegresspriority currently keeps cleared egress priority mappings in the hash as tombstones. Repeated set/clear cycles with distinct skb priorities therefore accumulate mapping...

5.5CVSS5.3AI score0.00112EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•13 views

CVE-2026-46176

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error path fall-through in mlx5ibdevressrqinit mlx5ibdevressrqinit allocates two SRQs, s0 and s1. When ibcreatesrq fails for s1, the error branch destroys s0 but falls through and unconditionally assigns the freed ...

7.8CVSS6.2AI score0.00142EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46196

In the Linux kernel, the following vulnerability has been resolved: tracepoint: balance regfunc on funcadd failure in tracepointaddfunc When a tracepoint goes through the 0 - 1 transition, tracepointaddfunc invokes the subsystem's ext-regfunc before attempting to install the new probe via funcadd...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46141

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: fix kmemleak caused by incorrect chipdata lookup The kmemleak reports the following memory leak: Unreferenced object 0xc0000002a7fbc640 size 64: comm "kworker/8:1", pid 540, jiffies 4294937872 hex dump first 32 byte...

5.5CVSS5.4AI score0.00121EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46221

In the Linux kernel, the following vulnerability has been resolved: EDAC/versalnet: Fix device name memory leak The device name allocated via kzalloc in initonemc is assigned to dev-initname but never freed on the normal removal path. deviceregister copies initname and then sets dev-initname to...

5.5CVSS5.7AI score0.00117EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•13 views

CVE-2026-46105

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Limit NVMe request size to 2 MiB The HBA firmware reports NVMe MDTS values based on the underlying drive capability. However, because the driver allocates a fixed 4K buffer for the PRP list, accommodating at most 5...

7.8CVSS6.7AI score0.00127EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46188

In the Linux kernel, the following vulnerability has been resolved: octeonepvf: add NULL check for napibuildskb napibuildskb can return NULL on allocation failure. In octepvfoqprocessrx, the result is used directly without a NULL check in both the single-buffer and multi-fragment paths, leading t...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•9 views

CVE-2026-46183

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: protect path kfree with damonsysfslock damonsysfsquotgoal-path can be read and written by users, via DAMON sysfs 'path' file. It can also be indirectly read, for the parameters on,offline committing to...

7.8CVSS6.7AI score0.0012EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•15 views

CVE-2026-46215

In the Linux kernel, the following vulnerability has been resolved: drm: Set old handle to NULL before prime swap in changehandle There was a potential race condition in changehandle. The ioctl briefly had a single object with two idr entries; a concurrent gemclose could delete the object and...

7.8CVSS6.5AI score0.00227EPSS
SaveExploits2References13
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46210

In the Linux kernel, the following vulnerability has been resolved: media: iris: fix use-after-free of fmtsrc during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst-lock while the core-lock protects the list of active instances. T...

7.8CVSS6.5AI score0.00129EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•13 views

CVE-2026-46171

In the Linux kernel, the following vulnerability has been resolved: riscv: kvm: fix vector context allocation leak When the second kzalloc hostcontext.vector.datap fails in kvmriscvvcpuallocvectorcontext, the first allocation guestcontext.vector.datap is leaked. Free it before returning...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•13 views

CVE-2026-46159

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix btrfsioctlspaceinfo slotcount TOCTOU which can lead to info-leak btrfsioctlspaceinfo has a TOCTOU race between two passes over the block group RAID type lists. The first pass counts entries to determine the allocation...

4.7CVSS6.2AI score0.00093EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46148

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: control built-in cs manually The coreQSPI IP supports only a single chip select, which is automagically operated by the hardware - set low when the transmit buffer first gets written to and set high when...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46142

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix VF illegal register access Register WXCFGPORTST is a PF restricted register. When a VF is initialized, attempting to read this register triggers an illegal register access, which lead to a system hang. When the...

5.5CVSS5.3AI score0.00127EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•9 views

CVE-2026-46217

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6AI score0.00013EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46229

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure KFD VRAM allocations set AMDGPUGEMCREATEVRAMWIPEONRELEASE but not AMDGPUGEMCREATEVRAMCLEARED, leaving freshly allocated VRAM with stale data from prior use...

5.5CVSS5.4AI score0.00119EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•9 views

CVE-2026-46200

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix controller deregistration Make sure to deregister the controller before disabling and releasing underlying resources like interrupts and gpios during driver unbind...

5.5CVSS5.3AI score0.00127EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46185

In the Linux kernel, the following vulnerability has been resolved: smb/client: fix out-of-bounds read in symlinkdata Since smb2checkmessage returns success without length validation for the symlink error response, in symlinkdata it is possible for iov-iovlen to be smaller than sizeofstruct...

9.1CVSS6.9AI score0.00513EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•15 views

CVE-2026-46135

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix race between ICReq handling and queue teardown nvmettcphandleicreq updates queue-state after sending an Initialization Connection Response ICResp, but it does so without serializing against target-side queue...

9.8CVSS5.4AI score0.00397EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•8 views

CVE-2026-46237

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6AI score0.00013EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•12 views

CVE-2026-46194

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

4.9AI score0.00093EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•16 views

CVE-2026-46167

In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl Just like in a previous problem in this driver, usblpctrlmsg will collapse the usbcontrolmsg return value to 0/-errno, discarding the actual number of bytes transferre...

5.5CVSS5.5AI score0.00128EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•9 views

CVE-2026-46209

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Fix inconsistent plane dimension calculation in drmgemfbinitwithfuncs drmgemfbinitwithfuncs computes sub-sampled plane dimensions using plain integer division: unsigned int width = modecmd-width / i ? info-hsub : 1;...

7.8CVSS6.2AI score0.00139EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46138

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix OOB read and infinite loop in hcilecreatebigcompleteevt hcilecreatebigcompleteevt iterates over BTBOUND connections for a BIG handle using a while loop, accessing ev-bishandlei++ on each iteration. Howeve...

8.1CVSS6.7AI score0.00277EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•8 views

CVE-2026-46152

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rxresult ieee80211invokefastrx is documented as safe for parallel RX, but its per-invocation rxresult is declared static. Concurrent callers then share one instance and can overwri...

8.8CVSS6.8AI score0.00167EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•9 views

CVE-2026-46225

In the Linux kernel, the following vulnerability has been resolved: spi: rspi: fix controller deregistration Make sure to deregister the controller before releasing underlying resources like DMA during driver unbind...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46108

In the Linux kernel, the following vulnerability has been resolved: ipmi:si: Return state to normal if message allocation fails There were places where nothing would get started if a message allocation failed, so the driver needs to return to normal state...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•10 views

CVE-2026-46241

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix use-after-free on registration failure Make sure to disable and free the interrupts in case controller registration fails to avoid a potential use-after-free and resource leak. This issue was flagged by Sashiko...

7.8CVSS5.4AI score0.00125EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•13 views

CVE-2026-46166

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

8.8CVSS6.8AI score0.00203EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•14 views

CVE-2026-46177

In the Linux kernel, the following vulnerability has been resolved: ipmi: Add limits to event and receive message requests The driver would just fetch events and receive messages until the BMC said it was done. To avoid issues with BMCs that never say they are done, add a limit of 10 fetches at a...

7.5CVSS5.4AI score0.00501EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
•added 2026/05/28 10:16 a.m.•11 views

CVE-2026-46143

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens As prepare can be called mulitple times, this can result in multiple graph opens for playback path. This will result in a memory leaks, fix this by adding a check before openi...

5.5CVSS5.3AI score0.00128EPSS
SaveExploits0References29
Total number of security vulnerabilities76513