Lucene search
+L
UbuntucveRecent

75842 matches found

UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•12 views

CVE-2026-53242

In the Linux kernel, the following vulnerability has been resolved: ALSA: PCM: Fix wait queue list corruption in sndpcmdrain on linked streams sndpcmdrain uses initwaitqueueentry which does not clear entry.prev/next, and addwaitqueue with a conditional removewaitqueue that is skipped when tocheck...

7.8CVSS6AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•12 views

CVE-2026-53224

In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded INIT chunk and address list lengths in cookie sctpunpackcookie only checked that the embedded INIT chunk length did not exceed the remaining cookie payload, but did not ensure that the INIT chunk is large...

9.1CVSS6AI score0.00517EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•12 views

CVE-2026-53246

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cached peer INIT chunk length in COOKIEECHO processing When a listening SCTP server processes a COOKIEECHO chunk, the cached peer INIT chunk embedded after the cookie is parsed and its parameters are later walked b...

9.8CVSS6AI score0.00442EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•16 views

CVE-2026-53145

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Try to fix changehandle ioctl, attempt 4 airlied: just added some comments on how to reenable On-list because the cat is out of the bag and we're clearly not good enough to figure this out in private. The story thus far:...

7.8CVSS6AI score0.00136EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•17 views

CVE-2026-53144

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL dereference in getqueueids When usrqueueidarray is NULL and numqueues is non-zero, getqueueids returns NULL. The callers check only ISERR on the return value; since ISERRNULL == false the check passes, and...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•16 views

CVE-2026-53136

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Clamp VBIOS HDMI retimer register count to array size Why & How The VBIOS integrated info tables v111 and v21 contain HdmiRegNum and Hdmi6GRegNum fields that are used as loop bounds when copying retimer I2C...

7.8CVSS6AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•14 views

CVE-2026-53189

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: update file PMD counter before folioput splithugepmdlocked updates the file/shmem RSS counter after dropping the PMD mapping's folio reference. If folioput drops the last reference, mmcounterfile can later read fre...

7.8CVSS6AI score0.00129EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53249

In the Linux kernel, the following vulnerability has been resolved: ipv4: restrict IPOPTSSRR and IPOPTLSRR options This patch restricts setting Loose Source and Record Route LSRR and Strict Source and Record Route SSRR IP options to users with CAPNETRAW capability. This prevents unprivileged...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•10 views

CVE-2026-53275

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: Fix use-after-free when processing MLD queries When processing an MLD query, a pointer to the multicast group address is retrieved when initially parsing the packet. This pointer is later dereferenced without being...

8.8CVSS6AI score0.00232EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•17 views

CVE-2026-53163

In the Linux kernel, the following vulnerability has been resolved: locking/rtmutex: Skip removewaiter when waiter is not enqueued syzbot triggered the following splat in removewaiter via FUTEXCMPREQUEUEPI: KASAN: null-ptr-deref in range 0x0000000000000a88-0x0000000000000a8f...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53250

In the Linux kernel, the following vulnerability has been resolved: xsk: cache csumstart/csumoffset to fix TOCTOU in xskskbmetadata The TX metadata area resides in the UMEM buffer which is memory-mapped and concurrently writable by userspace. In xskskbmetadata, csumstart and csumoffset are read...

7.8CVSS6AI score0.00104EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•10 views

CVE-2026-53208

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig net/bluetooth/l2capcore.c:l2capsigchannel accepts BR/EDR signaling packets up to the channel MTU and dispatches each command without enforcing the signaling MTU MTUsig...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•10 views

CVE-2026-53236

In the Linux kernel, the following vulnerability has been resolved: tcp: restrict SOATTACHFILTER to priv users This patch restricts the use of SOATTACHFILTER cBPF on TCP sockets to users with CAPNETADMIN capability. This blocks potential side-channel attack where an unprivileged application...

5.5CVSS6AI score0.00123EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53143

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore on GFX11 The v11 MQD manager incorrectly assigned the CP-compute variants of checkpointmqd/restoremqd for KFDMQDTYPESDMA queues. These functions use sizeofstruct...

7.8CVSS6.1AI score0.00153EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•10 views

CVE-2026-53270

In the Linux kernel, the following vulnerability has been resolved: ipvs: clear the svc scheduler ptr early on edit ipvseditservice while unbinding the old scheduler clears the svc-scheduler ptr after the scheduler module initiates RCU callbacks. This can cause packets to use the old scheduler at...

7.8CVSS6AI score0.00121EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53180

In the Linux kernel, the following vulnerability has been resolved: timers/migration: Fix livelock in tmigrhandleremoteup tmigrhandleremotecpu skips timerexpireremote when cpu == smpprocessorid, assuming the local softirq path already handled this CPU's timers. This assumption is wrong because...

7.5CVSS6AI score0.00486EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53195

In the Linux kernel, the following vulnerability has been resolved: USB: serial: ioti: fix heap overflow in buildi2cfwhdr buildi2cfwhdr allocates a fixed-size buffer of 161024 - 512 + sizeofstruct tii2cfirmwarerec bytes, then copies le16tocpuimgheader-Length bytes into it without validating that...

7.8CVSS6.1AI score0.0019EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•10 views

CVE-2026-53203

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Add buffer overflow check in MS getinfoioctl Add validation that the info size returned from the metric stream info query is not exceeded when checked against the allocated buffer size. If the firmware returns a size...

7.1CVSS6.1AI score0.00192EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•10 views

CVE-2026-56130

"Remember me" cookie age is not verified on the server. This potentially allows an attacker to intercept a valid cookie and reuse it indefinitely, even after the configured expiration time has passed. This issue affects all Apache Shiro versions from 1.2.4 through 2.x, and 3.0.0-alpha-1, only whe...

2CVSS6.1AI score0.00299EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53184

In the Linux kernel, the following vulnerability has been resolved: udp: clear skb-dev before running a sockmap verdict On the UDP receive path skb-dev is repurposed as devscratch the truesize/state cache set by udpsetdevscratch, through the union struct netdevice dev; unsigned long devscratch; i...

7.5CVSS6AI score0.00684EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53248

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix use-after-free in metadata dst teardown airohametadatadstfree runs metadatadstfree which frees the metadatadst with kfree immediately, bypassing the RCU grace period. In the RX path, skbdstsetnoref sets a...

8.8CVSS6AI score0.00528EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53253

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: reject short frames before parsing A BNEP peer can send a short BNEP SDU. bneprxframe reads the packet type byte immediately and, for control packets, reads the control opcode and setup UUID-size byte before...

7.1CVSS6AI score0.00396EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•16 views

CVE-2026-53135

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL deref and buffer over-read in SDP debugfs Why & How dpsdpmessagedebugfswrite dereferences connector-base.state-crtc without checking for NULL. A connector can be connected but not bound to any CRTC e.g...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53257

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: enforce HE/EHT cap/oper consistency Xiang Mei reports that mac80211 could crash if ehtcap is set but ehtoper isn't. Rather than fixing that for the individual users, enforce that both HE/EHT have consistent elemen...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•14 views

CVE-2026-53244

In the Linux kernel, the following vulnerability has been resolved: VFS: fix possible failure to unlock in nfsd4createfile atomiccreate in fs/namei.c drops the reference to the dentry when it returns an error. This behaviour was imported into dentrycreate so that it will drop the reference if an...

7.5CVSS6AI score0.00488EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•9 views

CVE-2026-53240

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: fix use-after-free on firstskb in inputprocesspayload inputprocesspayload stores firstskb into xtfs-ranewskb under droplock when starting partial reassembly, then unlocks and breaks out of the processing loop. The...

8.8CVSS6AI score0.00565EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•14 views

CVE-2026-53241

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: dummy: fix UMP event stack overread The dummy sequencer port forwards events by copying an incoming struct sndseqevent into a stack temporary, rewriting source and destination, and dispatching the temporary to...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•12 views

CVE-2026-53261

In the Linux kernel, the following vulnerability has been resolved: devlink: Release nested relation on devlink free devlink relation state is normally released from devlunregister, which calls devlinkrelput. This misses devlink instances that get a nested relation before registration and then fa...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•15 views

CVE-2026-53170

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: reject DMA commands with uninitialized length cmdstateinit initializes the command state with memset0xff, leaving dma-len at U64MAX to signal missing setup. The only setter is NPUSETDMA0LEN; if userspace omits this...

8.8CVSS6.1AI score0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•19 views

CVE-2026-53171

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix arithmetic issues in dmalength dmalength derives DMA region usage from command stream values and updates regionsize: len = len + stride0 size0 + stride1 size1 regionsizeregion = max..., len + dma-offset Several...

8.8CVSS6.1AI score0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•9 views

CVE-2026-53220

In the Linux kernel, the following vulnerability has been resolved: netfilter: revalidate bridge ports ebtredirecttg dereferences brportgetrcu return without a NULL check, causing a kernel panic when the bridge port has been removed between the original hook invocation and an NFQUEUE reinject. A...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•15 views

CVE-2026-53132

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential unbounded skb queue virtiotransportincrxpkt checks vvs-rxbytes + len vvs-bufalloc. virtiotransportrecvenqueue skips coalescing for packets with VIRTIOVSOCKSEQEOM. If fed with packets with len == 0 and...

7.1CVSS6AI score0.00186EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•12 views

CVE-2026-53211

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftmetabridge: fix stale stack leak via IIFHWADDR register NFTMETABRIIIFHWADDR declares its destination register with len = ETHALEN 6 bytes, which the register-init tracking rounds up to two 32-bit registers 8 bytes...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•16 views

CVE-2026-53238

In the Linux kernel, the following vulnerability has been resolved: netlabel: validate unlabeled address and mask attribute lengths netlblunlabeladdrinfoget used the address attribute length to determine whether the attribute data could be read as an IPv4 or IPv6 address, but did not independentl...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53231

In the Linux kernel, the following vulnerability has been resolved: net: phy: don't try to setup PHY-driven SFP cages when using genphy We don't have support for PHY-driver SFP cages with the genphy code. On top of that, it was found by sashiko that running sfpbusaddupstream for genphy deadlocks,...

5.5CVSS6AI score0.00111EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53217

In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: sync RX data at the hardware packet offset mvpp2 programs the RX queue packet offset, so hardware writes received data at dmaaddr + MVPP2SKBHEADROOM. The current CPU sync starts at dmaaddr and only covers rxbytes +...

8.6CVSS6AI score0.00524EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•18 views

CVE-2026-53187

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Validate cpuid against nrcpuids in DMAH alloc The cpuid attribute supplied by user space through UVERBSATTRALLOCDMAHCPUID is passed directly to cpumasktestcpu without first verifying that the value is within the valid...

7.1CVSS6AI score0.00164EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•12 views

CVE-2026-53133

In the Linux kernel, the following vulnerability has been resolved: RDMA/umem: Fix truncation for block sizes = 4G When the iommu is used the linearization of the mapping can give a single block that is very large split across multiple SG entries. When rdmablockiternext reassembles the split SG...

7.8CVSS6AI score0.00176EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•14 views

CVE-2026-53164

In the Linux kernel, the following vulnerability has been resolved: iommu/dma: Do not try to iommumap a 0 length region in swiotlb iommudmaiovalinkswiotlb processes a mapping that is unaligned in three parts, the head, middle and trailer. If the middle is empty because there are no aligned pages ...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•14 views

CVE-2026-53169

In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: reject NPUOPRESIZE commands from userspace NPUOPRESIZE is a U85-only command that the driver does not yet implement. The existing WARNON1 placeholder fires unconditionally whenever userspace submits this command via...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53214

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix a potential NPD in cleanupprefixroute addrconfgetprefixroute can return the fib6nullentry sentinel entry which has a NULL fib6table pointer. Therefore, before setting the route's expiration time, check that we are not...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53156

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix use-after-free bugs in error paths Fix several instances of error paths in which we call nvmemdeviceput - which may end up freeing the underlying memory and other resources - and then keep on using the nvmem...

7.8CVSS6AI score0.0017EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•15 views

CVE-2026-53137

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Clamp HDMI HDCP2 rxidlist read to buffer size Why & How During HDCP 2.x repeater authentication over HDMI, the driver reads the sink's RxStatus register and extracts a 10-bit message size field max value 1023. Th...

7.8CVSS6AI score0.00201EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53234

In the Linux kernel, the following vulnerability has been resolved: net: ibm: emac: Fix use-after-free during device removal The driver was using devmregisternetdev which causes unregisternetdev to be deferred until the devres cleanup phase, which runs after emacremove returns. This creates a...

7.8CVSS6AI score0.00179EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•15 views

CVE-2026-53151

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix the ACK parser to extract the SACK table for parsing Fix modification of the received skbuff in rxrpcinputsoftacks and a potential incorrect access of the buffer in a fragmented UDP packet the packet would probably hav...

9.8CVSS6AI score0.00457EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•9 views

CVE-2026-53267

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftct: bail out on template ct in get eval I noticed this issue while looking at a historic syzbot report 1. A rule like the one below is enough to trigger the bug: table ip t chain pre type filter hook prerouting...

7.8CVSS6AI score0.0012EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•13 views

CVE-2026-53226

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe. However, on driver remove/teardown, the generic chips are not automatically freed when t...

5.5CVSS6AI score0.00119EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•10 views

CVE-2026-53221

In the Linux kernel, the following vulnerability has been resolved: ip6vti: fix incorrect tunnel matching in vti6tnllookup In vti6tnllookup, when an exact match for a tunnel fails, the code falls back to searching for wildcard tunnels: - Tunnels matching the packet's local address, with any remot...

9.8CVSS6.1AI score0.00514EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•12 views

CVE-2026-53134

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftfib: fix stale stack leak via the OIFNAME register For NFTFIBRESULTOIFNAME the destination register is declared with len = IFNAMSIZ four 32-bit registers, but on the lookup-fail, RTNLOCAL and oif-mismatch paths...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/06/25 9:16 a.m.•11 views

CVE-2026-53216

In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: limit XDP frame size to the RX buffer mvpp2 has short and long BM pools, and short pool buffers can be smaller than PAGESIZE. The XDP path nevertheless initializes every xdpbuff with PAGESIZE as frame size. XDP helper...

9.8CVSS6AI score0.00502EPSS
SaveExploits0References13
Total number of security vulnerabilities75842