Lucene search
+L
UbuntucveRecent

80000 matches found

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

CVE-2026-74643

In the Linux kernel, the following vulnerability has been resolved: samples/damon/mtier: error out for zero quota goal target values Patch series "mm/damon: avoid division by zero from damosquotascore". DAMONSAMPLEMTIER and DAMONLRUSORT allow the user to trigger division by zero in damosquotascor...

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

CVE-2026-74652

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel...

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

CVE-2026-74653

In the Linux kernel, the following vulnerability has been resolved: serial: 8250of: clear stuck empty-FIFO RX-timeout on LPC32xx The NXP LPC32xx UART PORTLPC3220 can latch an RX character-timeout interrupt while the RX FIFO is empty: IIR reports UARTIIRRXTIMEOUT 0x0c but LSR.DR is clear. A...

5.6AI score0.00168EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•7 views

CVE-2026-74590

In the Linux kernel, the following vulnerability has been resolved: fsverity: Fix bpfgetfsveritydigest dynptr assumptions The BPF verifier and the dynptr abstraction ensure that the memory space referenced by a dynptr remains valid. They do not, however, provide any guarantee that the contents of...

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

CVE-2026-74593

In the Linux kernel, the following vulnerability has been resolved: schedext: Take cgrouplock first in scxcgrouplock scxcgrouplock write-locks scxcgroupopsrwsem and then takes cgrouplock, which can deadlock through kernfs: scx enable/disable cgroup rmdir cpu.weight write ------------------...

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

CVE-2026-74661

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and the...

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

CVE-2026-74733

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953xirqbussyncunlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions read or write must hold the i2clock. The function...

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

CVE-2026-74690

In the Linux kernel, the following vulnerability has been resolved: s390/ism: Fix UAF of sba and ieq during ismdevexit A ism interrupt handler can be active in parallel with ismdevexit, accessing freed data structures. No new interrupts will be generated after unregisterieq. Drain ongoing interru...

8.4CVSS5.5AI score0.0014EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74627

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have netiov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopyfillskbfromdevmem...

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

CVE-2026-74628

In the Linux kernel, the following vulnerability has been resolved: net/x25: fix use-after-free of the socket by its timers The x25 timers are armed with modtimer and cancelled with timerdelete, so a pending timer holds no reference on the socket and a cancel does not wait for a callback already...

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

CVE-2026-74638

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Serialize the scheduler timeout handlers V3D exposes several independent hardware queues BIN, RENDER, TFU and CSD but has only a single, global reset. A timeout on any one queue therefore has to stop, reset and restart t...

5.6AI score0.00166EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74670

In the Linux kernel, the following vulnerability has been resolved: ipvs: stop estimator after disabled calc phase IPVS estimator kthread 0 starts with zeroed chain and tick limits until its initial calculation phase completes. If network namespace teardown clears ipvs-enable during that phase,...

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

CVE-2026-74681

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: check ibuflen against rxbuflen in bulk msg ibuflen is the bulk IN receive buffer size, but the EMSGSIZE check in usbiobulkmsg compares it against txbuflen — the bulk OUT endpoint size. Both are taken independent...

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

CVE-2026-74700

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Always acquire rtnllock when destroying locked classifiers Another challenge with unlocked filters. There is a short window in tcnewtfilter where a tcfproto can be found and briefly referenced by a totally...

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

CVE-2026-74705

In the Linux kernel, the following vulnerability has been resolved: udp: fix potential use-after-free in tunnel segmentation skbudptunnelsegment gets the UDP header before ensuring the tunnel header is in the skb head. If the pull reallocates skb-head, the saved UDP header pointer is no longer...

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

CVE-2026-74709

In the Linux kernel, the following vulnerability has been resolved: xsk: clear metadata pointer when no timestamp is requested User space can change metadata flags after request processing. Rereading them during completion can therefore make the kernel write a timestamp that was not requested whe...

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

CVE-2026-74710

In the Linux kernel, the following vulnerability has been resolved: xsk: require at least 16 bytes of TX metadata AFXDP accepts a TX metadata length as small as eight bytes, but every supported request needs the flags plus at least one eight-byte request field. Such short metadata also lets the...

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

CVE-2026-74610

In the Linux kernel, the following vulnerability has been resolved: tls: don't leave a full plaintext skmsg ring unpushed When the copy path in tlsswsendmsglocked adds the fragment that fills the plaintext skmsg ring, it does not set fullrecord, so the record is left full and unpushed. A later...

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

CVE-2026-74611

In the Linux kernel, the following vulnerability has been resolved: tls: rx: restore msgiter before TLS 1.3 optimistic retry tlsdecryptsg advances msg-msgiter when it maps user pages for the optimistic TLS 1.3 zero-copy path. If the decrypted record turns out not to be unpadded application data,...

9.8CVSS5.8AI score0.00442EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•13 views

CVE-2026-74713

In the Linux kernel, the following vulnerability has been resolved: vhostiotlb: bound map allocation in addrange vhostiotlbaddrangectx only retires an old entry when the table has a non-zero limit, has exactly reached that limit and has VHOSTIOTLBFLAGRETIRE set. Non-retiring tables can keep...

7.1CVSS5.6AI score0.0012EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•8 views

CVE-2026-74717

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: fwtracer, return NULL on create error Tracer creation can fail by returning either NULL or ERRPTR. The return value is stored without a check on the device, and users treat ERRPTR and NULL the same way. This also causes...

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

CVE-2026-74719

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix qentry overwrite for CONFIRMLINK and ADDLINKCONT in smcllceventhandler The SMCLLCCONFIRMLINK / SMCLLCADDLINKCONT branch in smcllceventhandler stores an incoming qentry into the local LLC flow without first checking...

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

CVE-2026-74722

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak in btrfsdoencodedwrite Local fuzzing of 6.12.94 has found the following memory leak: Unreferenced object 0xffff888018050a80 size 64: comm "syz.0.17", pid 10297, jiffies 4294953601 hex dump first 32 bytes: 0...

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

CVE-2026-74585

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Bound the DROM dual link port number before indexing sw-ports tbdromparseentryport validates the device-supplied header-index against sw-config.maxportnumber before indexing sw-ports, but the sibling field...

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

CVE-2026-74586

In the Linux kernel, the following vulnerability has been resolved: sctp: clear newtransport when removing a peer sctpprocessasconfparam stores a newly added peer transport in asoc-newtransport. After all parameters in the ASCONF chunk have been processed, sctpsfdoasconf uses this pointer to send...

9.8CVSS5.9AI score0.005EPSS
SaveExploits1References9
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74688

In the Linux kernel, the following vulnerability has been resolved: sctp: clear control chunk transport if it is being removed sctpmakeheartbeatack caches the destination transport in chunk-transport without taking a reference. When srcoutofasocok is enabled, the HEARTBEAT ACK may remain queued o...

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

CVE-2026-74659

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mrp: fix uninitialised bytes on the wire brmrpalloctestskb builds MRP test frames on an skb from devallocskb, which does not clear the linear data area. On the MRA ring-role branch the sub-option TLV header is append...

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

CVE-2026-74694

In the Linux kernel, the following vulnerability has been resolved: net/ncsi: fix heap OOB read in NCSICMDSENDCMD payload length ncsisendcmdnl takes the number of bytes to copy from the attacker-controlled ncsipkthdr.length field of the in-band packet header, while the source buffer is the...

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

CVE-2026-74675

In the Linux kernel, the following vulnerability has been resolved: vt: stabilize tty reference in kbdkeycode with ttyportttyget kbdkeycode reads vc-port.tty without acquiring a tty reference, racing against conshutdown which clears port.tty under a different lock. Use ttyportttyget/ttykrefput to...

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

CVE-2026-74651

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in rtwgetwpaie rtwgetwpaie reads bytes at fixed offsets into a vendor-specific information element without checking that the element is long enough, causing an out-of-bounds read for a short...

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

CVE-2026-74664

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reallocate update replies for mismatched IDs ovsflowcmdnew preallocates the optional reply skb before it takes ovsmutex and before it knows which existing flow will be updated. That is normally fine because the...

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

CVE-2026-74671

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

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

CVE-2026-74616

In the Linux kernel, the following vulnerability has been resolved: xdp: reject clones that overrun skbsharedinfo tailroom xdpfclone clones broadcast copies into a single page and sets framesz to PAGESIZE. xdpbuildskbfromframe later treats that page like a normal XDP frame and expects the usual...

9.8CVSS5.6AI score0.00513EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•10 views

CVE-2026-74649

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix missing shared-key auth challenge length check The WEP shared-key authentication handler uses the challenge-text element's attacker-controlled length without checking it against the fixed 128-byte chgtxt...

8.8CVSS5.9AI score0.00288EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74692

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix TOCTOU race between smclistenout and listener close smclistenout reads lsmc-sk.skstate without the listener lock, then acquires locksocknested only after the check passes. This opens a window where smccloseactive can...

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

CVE-2026-74587

In the Linux kernel, the following vulnerability has been resolved: sctp: fix use-after-free of cached ASCONF chunk addiplastasconf caches the outstanding outbound ASCONF chunk. The normal ASCONF-ACK completion path releases the chunk and clears the pointer. However, sctpasconfqueueteardown...

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

CVE-2026-74657

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix fibnlmsgsize for RTAVIA nexthops fibnlmsgsize still estimates nexthop space as if every gateway is encoded as an IPv4 RTAGATEWAY attribute. IPv4 routes can also carry an IPv6 gateway, which fibnexthopinfo dumps as RTAVI...

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

CVE-2026-74723

In the Linux kernel, the following vulnerability has been resolved: btrfs: lzo: reject inline extents without valid headers BUG For a crafted btrfs image, the following KASAN can be triggered when reading an inline lzo compressed file extent: BUG: KASAN: slab-out-of-bounds in...

9.8CVSS5.8AI score0.0038EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•11 views

CVE-2026-74711

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

8.4CVSS5.7AI score0.0014EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/22 4:16 p.m.•9 views

CVE-2026-74636

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix race between updateeventfields and, eventdefinefields The following sequence may leads race between eventdefinefields and updateeventfields: CPU0 loads module A CPU1 loads module B ===============================...

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

CVE-2026-74614

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: read virtqueues under worker locks Commit bd50c5dc182b "vsock/virtio: add support for device suspend/resume" made the run flags transition from false to true when restore installs replacement virtqueues. The RX, TX...

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

CVE-2026-74689

In the Linux kernel, the following vulnerability has been resolved: net/atm: fix slab-out-of-bounds read in vccsetsockopt vccsetsockopt contained an ineffective optlen check: if SOLEVELMATCHoptname, level && optlen != SOSIZEoptname return -EINVAL; If SOLEVELMATCHoptname, level evaluated to false...

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

CVE-2026-74591

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: filemapaddfolio restore index before retrying In filemapaddfolio's split-a-conflict loop, xassetorder is applied repeatedly: each application modifies xas.xaindex, rounding it down according to the splitorder attempte...

9.8CVSS5.8AI score0.00442EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/08/22 3:16 p.m.•14 views

CVE-2026-70626

NLTK versions before 3.9.4 contain a symlink escape vulnerability in CorpusReader.open that allows local attackers to read arbitrary files outside the corpus root. The vulnerability exists because path validation is lexical and does not account for symlink resolution, enabling attackers to place...

8.6CVSS5.6AI score0.00205EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
•added 2026/08/22 3:16 p.m.•15 views

CVE-2026-62385

NLTK versions before 3.10.0 contain a path traversal vulnerability in FramenetCorpusReader and NKJPCorpusReader that allows attackers to parse XML files outside the corpus root by supplying unsafe selectors or poisoned index state. Attackers can exploit framebyname, doc, lu, and header methods wi...

8.2CVSS5.6AI score0.00367EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
•added 2026/08/22 3:16 p.m.•11 views

CVE-2026-63311

NLTK before 3.10.0 affected versions = 3.9.4 contains a server-side request forgery SSRF vulnerability in the validatenetworkurl function in nltk/pathsec.py. The resolvehostname helper catches OSError and ValueError during socket.getaddrinfo and returns an empty list; when DNS resolution fails, t...

6.9CVSS5.4AI score0.00241EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
•added 2026/08/22 3:16 p.m.•13 views

CVE-2026-65915

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

7.1CVSS5.3AI score0.00359EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
•added 2026/08/22 3:16 p.m.•8 views

CVE-2026-66393

NLTK versions before 3.9.4 contain an unbounded recursion vulnerability in JSONTaggedDecoder.decodeobj that allows attackers to cause denial of service by supplying deeply nested JSON structures. Attackers can craft JSON payloads exceeding the recursion limit to trigger an unhandled RecursionErro...

8.7CVSS7.1AI score0.00363EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
•added 2026/08/22 3:16 p.m.•11 views

CVE-2026-74584

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: zero shared page before exposing to userspace bnxtreallocucontext allocates uctx-shpg via getfreepageGFPKERNEL. The buddy allocator does not zero pages without GFPZERO, so the page contains stale kernel data from...

7.1CVSS5.9AI score0.00131EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
•added 2026/08/22 3:16 p.m.•13 views

CVE-2026-63312

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open directly instead of pathsec.open. Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting,...

8.7CVSS5.5AI score0.00563EPSS
SaveExploits1References6
Total number of security vulnerabilities80000