Lucene search
+L
UbuntucveRecent

80000 matches found

UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74718

In the Linux kernel, the following vulnerability has been resolved: devlink: fix net namespace reference leak in reload devlinknlreloaddoit calls devlinknetnsget, which returns a net with a held reference. When the requested namespace differs from the current one and the reload action is not...

5.8AI score0.00168EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74725

In the Linux kernel, the following vulnerability has been resolved: enic: fix txhangreset use-after-free on device removal enicremove cancels the reset and changemtuwork items but does not cancel txhangreset. A TX timeout that fires while the device is being removed can schedule enictxhangreset s...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•12 views

CVE-2026-74684

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb-dev before parsing virtio net header in tapgetuserxdp The commit 4f61f133f354 "net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null" fixed a crash in tapgetuser by assigning skb-dev...

7.1CVSS5.8AI score0.00138EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74685

In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Clamp negative current limits When a negative value is passed to ltc4282writecurr, the signed long val is cast directly to u64: drivers/hwmon/ltc4282.c:ltc4282writecurr / need to pass it in millivolt / u32 in =...

5.9AI score0.00168EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74696

In the Linux kernel, the following vulnerability has been resolved: tcp: fix TFO maxqlen accounting across reuseport migration A listener's TCPFASTOPEN maxqlen stops being accurate and lets through far more pending Fast Open requests than it was configured for. This only shows up with SOREUSEPORT...

7.5CVSS5.8AI score0.0049EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•12 views

CVE-2026-74637

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix group leader use-after-free after sibling detach perfgroupdetach handles leader and sibling detach differently. When the group leader is detached, all siblings are promoted to singleton events and their groupleader...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74640

In the Linux kernel, the following vulnerability has been resolved: ALSA: FCP: fix OOB write in fcpmeterctlget fcpioctlsetmetermap bounds the user-supplied Level Meter map size by the driver's own limit of 255 if map.mapsize 255 || map.meterslots 255 return -EINVAL; and passes it to fcpaddnewctl ...

7.8CVSS5.6AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•12 views

CVE-2026-74662

In the Linux kernel, the following vulnerability has been resolved: inet: frags: publish queues before arming timer inetfragcreate arms the fragment queue timer before inserting the queue into the fqdir rhashtable. If the namespace fragment timeout is zero or negative, the timer can run before th...

9.8CVSS5.5AI score0.00514EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74663

In the Linux kernel, the following vulnerability has been resolved: net/sched: reject overly deep qdisc hierarchies Deep qdisc hierarchies can lead to excessive recursion in qdisc tree walkers and exhaust the kernel stack. The existing loop check does not cover the create-and-graft path, so a...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•12 views

CVE-2026-74666

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packetsetring updates the RX ring state under skreceivequeue.lock, but used to publish the tpacket receive mode through po-prothook.func after releasing that lock...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74601

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Use currentcontext for safe per-CPU buffer swap The ringbufferswapcpu function currently checks the per-CPU committing counter to determine if a buffer is actively being written to before performing the swap. However...

7.8CVSS6AI score0.00136EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74603

In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: Fix board ID over-read The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. Passing it directly to devlinkinfoversionfixedput treats it as a C string and may read beyond the...

7.1CVSS5.8AI score0.00126EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74605

In the Linux kernel, the following vulnerability has been resolved: eventfs: Use children field for rcu head and add memory barriers When an eventfs inode is freed, it sets ei-isfreed and then uses its ei-list to add it to the srcu link list as the list field is a union with the rcu list head. As...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74612

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS5.7AI score0.00491EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74623

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free stranded TX buffers on ring deinit aqvecdeinit drains the TX rings with a single aqringtxclean call, which frees at most AQCFGTXCLEANBUDGET 256 descriptors and stops at hwhead, which no longer moves once...

6AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74668

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74631

In the Linux kernel, the following vulnerability has been resolved: net: smc: fix splice entry lifetime imbalance in smcrxsplice smcrxsplice passes pages to splicetopipe before taking the references that cover the lifetime of each splice entry. In the VM-backed RMB path, splicetopipe may drop...

8.4CVSS6AI score0.00138EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•12 views

CVE-2026-74646

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl-lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, waitforcompletioninterruptible returns -ERESTARTSYS and fastrpcinternalinvoke moves every buffer from fl-mmaps onto...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•7 views

CVE-2026-74647

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Remove buffer from list prior to unmap operation fastrpcreqmunmapimpl is called to unmap any buffer. The buffer is getting removed from the list after it is unmapped from DSP. This can create potential race...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74592

In the Linux kernel, the following vulnerability has been resolved: ima: Instantiate filetruncate and pathtruncate hooks Instantiate the filetruncate and pathtruncate LSM hooks to reset the action cache flags IMADONEMASK as soon as truncation is requested, so the file, based on policy, is...

8.1CVSS5.8AI score0.00341EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74594

In the Linux kernel, the following vulnerability has been resolved: sched/psi: Shut down rtpolltimer in psicgroupfree psischedulertpollwork is called locklessly from the scheduler hotpath and can race psitriggerdestroy taking down the last rtpoll trigger under rtpolltriggerlock:...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74596

In the Linux kernel, the following vulnerability has been resolved: fs,fsverity: remove check for fsverity being enabled in setattrprepare The check that fs-verity is available in the kernel is not necessary here. Filesystems could have fsverity files even without fs-verity enabled. In that case,...

5.9AI score0.00155EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74599

In the Linux kernel, the following vulnerability has been resolved: mm/ptdump: always stabilise against page table freeing using initmm Previous commits have established the invariant that kernel page table freeing is performed while an mmap read lock on initmm is held, which fixes races between...

5.9AI score0.00173EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74648

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: validate monitor transmit frame lengths rtwcfg80211monitorifxmitentry removes the radiotap header and then reads the 802.11 frame control field without checking that a base 802.11 header remains. The data path...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74609

In the Linux kernel, the following vulnerability has been resolved: tipc: read le-link under the node lock in tipcnodelinkdown tipcnodelinkdown caches the link pointer before taking n-lock: struct tipclink l = le-link; / unlocked / if !l return; tipcnodewritelockn; if !tipclinkisestablishingl /...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74620

In the Linux kernel, the following vulnerability has been resolved: net/sched: actgact, actpolice: range check the fallback control action tcfactioncheckctrlact range checks the primary control action: if !opcode ret = action TCACTVALUEMAX ? -EINVAL : 0; TCACTVALUEMAX is TCACTTRAP, so...

6AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74615

In the Linux kernel, the following vulnerability has been resolved: vxlan: do not arm the ageing timer on a device that is down vxlanchangelink arms vxlan-agetimer whenever the requested ageing interval differs from the configured one: if conf.ageinterval != vxlan-cfg.ageinterval...

8.8CVSS5.8AI score0.00126EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74604

In the Linux kernel, the following vulnerability has been resolved: Revert "thermal/drivers/hwmon: Cleanup coding style a bit" Revert commit 030a48b0f6ce "thermal/drivers/hwmon: Cleanup coding style a bit" that introduced a use-after-free into the error path of thermaladdhwmonsysfs by removing a...

8.4CVSS5.6AI score0.00138EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74691

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Tear down DMA paths before stopping the rings tbnetteardown stops both rings and frees their frame buffers before calling tbxdomaindisablepaths. tbringstop zeroes the ring's descriptor base and tbnetfreebuffers...

8.8CVSS5.7AI score0.00256EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74589

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix skredir use-after-free in send verdict skpsockmsgverdict takes a socket reference for psock-skredir. tcpbpfsendverdict copies that pointer while holding the source socket lock, but does not take a reference for...

8.4CVSS5.8AI score0.00138EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74680

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: properly kill rcvurb on error in cxacrucm If cxacrucm encounters an error while submitting or waiting for sndurb, it aborts and returns the error without killing the already submitted rcvurb. This leaves the...

5.8AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74679

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Use unsigned int for ndpindex The variable ndpindex is declared as a signed integer, but it stores the return value of getncm, which is unsigned. A malicious host can supply a large offset that overflows the...

5.8AI score0.00185EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74654

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dma: Clear stale RX state on shutdown serial8250releasedma terminates RX DMA and releases the channel, but leaves rxrunning set. If the port is closed while an RX transfer is active, the stale state remains while rxch...

5.8AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74682

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write on Type II inbound URBs dataepsetparams sizes each URB transfer buffer before it adds the Format Type II transfer delimiter: u-packets = urbpacks; u-buffersize = maxsize u-packets; if fmt-fmttype ==...

6AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74622

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free RX pages of consumed but not refilled buffers aqringrxdeinit only walks swhead, swtail, the region posted to hardware. Since the page reuse strategy was added, a cleaned RX buffer keeps its page and its DMA...

5.9AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74650

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in WMMparamhandler WMMparamhandler copies a fixed-size WMM parameter element out of a received information element without checking that the element is long enough, causing an out-of-bounds read f...

5.7AI score0.00177EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•7 views

CVE-2026-74597

In the Linux kernel, the following vulnerability has been resolved: ip6tunnel: clear skb2-cb in ip6ip6err ip6ip6err clones an outer IPv6 ICMP error skb, pulls it to the quoted inner IPv6 packet, and then passes the clone to icmpv6send. The clone still carries the outer packet's inet6skbparm in...

9.8CVSS5.8AI score0.00514EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74588

In the Linux kernel, the following vulnerability has been resolved: sctp: keep chunk-transport in step with the list it is queued on sctpoutqflushrtx moves a gap-acked chunk onto another transport's transmitted list without updating chunk-transport: if chunk-tsngapacked...

9.8CVSS5.5AI score0.005EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74693

In the Linux kernel, the following vulnerability has been resolved: net: prestera: validate firmware header length presterafwhdrparse reads the firmware header before checking that the firmware image contains that header. Reject images shorter than struct presterafwheader before decoding the magi...

5.8AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74658

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent robust futex exit race some more A robust futex unlock stores 0 over the whole futex value - wiping FUTEXWAITERS - and wakes a single waiter. That wakeup is a one-shot notification: the protocol relies on its...

5.8AI score0.00177EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74606

In the Linux kernel, the following vulnerability has been resolved: eventfs: Fix use-after-free in eventfsremoverec eventfsremoverec recursively removes the child at the current loop position. After the recursive call returns, listforeachentry advances by reading list.next from the removed child...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74714

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: Fix use-after-free in bpfitertcpestablishedbatch reqskqueuehashreq publishes a TCPNEWSYNRECV requestsock onto the ehash chain, drops the bucket lock, and only afterwards sets rskrefcnt to 3. Lockless readers such as...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74724

In the Linux kernel, the following vulnerability has been resolved: ipvs: avoid out-of-bounds write in ipvsnaticmp Sashiko warns that local attacker can modify the packet while it is processed by IPVS. Some places read the IP ihl field multiple times which can cause out-of-bounds access. One such...

7.8CVSS5.6AI score0.00123EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74702

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: reject feature changes after endpoint vhostscsisetupvqcmds runs from VHOSTSCSISETENDPOINT and allocates each command's protection scatterlist array protsgl according to the acknowledged VIRTIOSCSIFT10PI bit. The comma...

8.8CVSS5.6AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74686

In the Linux kernel, the following vulnerability has been resolved: rqspinlock: Reset tail when preserving queue on deadlock Currently, the destruction of the waiter queue is suppressed for rqspinlock in cases where a deadlock is detected. Deadlock checks happen relatively frequently on entry for...

5.8AI score0.00189EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74619

In the Linux kernel, the following vulnerability has been resolved: ovl: don't warn when the mount is completed from another user namespace fsopen records the caller's user namespace in fc-userns and hands back an ordinary file descriptor. Nothing ties the task that calls fsconfigFSCONFIGCMDCREAT...

5.8AI score0.00168EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74621

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix skbuff leak when the header checks reject a packet tcfcthandlefragments runs its header sanity checks before handing anything to the defragmentation engine: if family == NFPROTOIPV4 err =...

7.5CVSS5.9AI score0.0049EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74624

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrack: defer invalid log until after unlock TCP and SCTP conntrack paths can emit invalid-packet logs while ct-lock is still held. When invalid logging is routed to nfnetlinklog and conntrack export is enabled, t...

7.5CVSS5.5AI score0.00479EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74626

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbnetdev: Preserve RX queue depth on allocation failure ntbnetdevrxhandler hands the received skb to the network stack before allocating its replacement. If the allocation fails, nothing is reposted. Every failure therefore...

7.5CVSS5.8AI score0.00501EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•12 views

CVE-2026-74642

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: Fix UAF at delayed release of MIDI2 EPs The recent fix for UAF in umptoendpoint caused another UAF because it tries to dereference the UMP endpoint object, but this might be executed at a delayed context where the...

5.8AI score0.00168EPSS
SaveExploits0References2
Total number of security vulnerabilities80000