Lucene search
+L
UbuntucveRecent

80179 matches found

UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.9 views

CVE-2026-64594

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: initialize resetwork at allocation time ffsfskillsb unconditionally calls cancelworksync on ffs-resetwork when a functionfs instance is unmounted: ffsdataresetffs; cancelworksync&ffs-resetwork; However...

5.5AI score0.00165EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.10 views

CVE-2026-64583

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.11 views

CVE-2026-64585

In the Linux kernel, the following vulnerability has been resolved: can: esdusb: kill anchored URBs before freeing netdevs esdusbdisconnect frees each CAN netdev with freecandev inside its per-netdev loop and only calls unlinkallurbsdev afterwards. The per-netdev private data struct esdusbnetpriv...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.10 views

CVE-2026-64586

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: drain busreset work on device removal brcmffwcrashed and the debugfs "reset" entry both schedule drvr-busreset, whose callback recovers drvr through containerof and dereferences it. The removal path frees drvr...

8.8CVSS5.4AI score0.00249EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.19 views

CVE-2026-64588

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix data races on ring-ready On weakly-ordered architectures, the store to fiq-ops can be reordered past the store to ring-ready, allowing a CPU that sees ring-ready == true via fuseuringready to dispatch requests...

7.8CVSS5.4AI score0.00119EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.16 views

CVE-2026-64589

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix NULL-deref on adapter registration failure If adapter registration ever fails the release callback would trigger a NULL-pointer dereference as the completion struct has not been initialised. Note that before the...

5.4AI score0.00156EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.10 views

CVE-2026-64603

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-hid: Protect ACPI notify handler against recursion Since commit e2ffcda16290 "ACPI: OSL: Allow Notify handlers to run on all CPUs" ACPI notify handlers like the intel-hid notifyhandler may run on multiple CPU...

5.4AI score0.00156EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2026/08/05 11:16 p.m.11 views

CVE-2026-67863

In open62541 1.5.5, a server-side use-after-free exists in the local MonitoredItem callback path. The issue occurs when UASubscriptionlocalPublish continues to use the current UANotification after a callback invokes UAServerdeleteMonitoredItem for the current local MonitoredItem. This allows a...

7.5CVSS5.5AI score0.00405EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/05 11:16 p.m.11 views

CVE-2026-19026

H5Zfilternbit in H5Znbit.c in HDF5 through 2.3.0 dereferences cdvalues0 through cdvalues4 without validating that cdvalues is non-NULL or that cdnelmts is at least 5, the fixed size of the filter's header. This allows attackers to cause a denial of service via a crafted HDF5 file that stores the...

6.8CVSS5.3AI score0.00125EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/05 11:16 p.m.12 views

CVE-2026-19024

NULL pointer dereference in H5Pgetfillvalue in HDF5 before 2.3.0 allows attackers to cause a denial of service via a dataset whose version 1 or 2 fill value message has the "defined" flag set together with a negative size field, which is not normalized to the library's "undefined" sentinel and...

8.2CVSS5.3AI score0.00126EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/05 11:16 p.m.10 views

CVE-2026-19025

H5Olayoutdecode in H5Olayout.c in HDF5 through 2.3.0 does not validate that a chunked dataset's stored chunk-layout dimensionality matches its dataspace rank when an existing dataset is opened, whereas this check is performed only at dataset-creation time. This allows attackers to cause a denial ...

6.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/05 11:16 p.m.11 views

CVE-2026-19023

Untrusted pointer dereference in the renderbinoutput function in the h5dump tool in HDF5 before 2.3.0 allows attackers to cause a denial of service via a variable-length string dataset with more than one element dumped in binary mode, which corrupts the per-element stride calculation and causes...

6.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/05 10:17 p.m.9 views

CVE-2026-67864

An issue in open62541 v.1.5.5 and before allows a remote attacker to cause a denial of service via the NodeManagement type-instantiation logic component...

7.5CVSS5.4AI score0.00417EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.10 views

CVE-2026-34966

Gitea prior to 1.27.0 contains a server-side request forgery vulnerability that allows authenticated attackers to bypass SSRF protections by exploiting HTTP fetch operations in migration and OAuth avatar code paths that use Go's default http.Get without a custom DialContext. Attackers can supply...

8.3CVSS5.5AI score0.00321EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.19 views

CVE-2026-71311

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.0, a valid but nondefault FTP filename encoding in backend/ftp/ftp.go can restore raw CR/LF immediately before an attacker-controlled path is interpolated into the...

6.4CVSS5.4AI score0.00237EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.11 views

CVE-2026-17583

The affected Thermo Fisher Applied Biosystems Genetic Analyzers are vulnerable because .fsa/.hid output files can be edited. An attacker could tamper with these files, altering DNA data and resulting in inaccurate DNA test outcomes...

8.4CVSS5.6AI score0.00205EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.10 views

CVE-2026-71309

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.40.0 until 1.75.0, rclone serve restic does not correctly reject URL paths beginning with ../ in cmd/serve/restic/restic.go WithRemote, which accepts a leading parent path and pass...

8.6CVSS5.3AI score0.00379EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.11 views

CVE-2026-18839

An integer underflow was found in the popt library when formatting help text for option tables that exceed the terminal width. A local user who can cause an application to print help under those conditions may cause that application to crash or fail to display help, resulting in a denial of servi...

2.2CVSS5.3AI score0.00084EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.10 views

CVE-2026-71310

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.75.0, the shared HTTP CONNECT helper in lib/proxy/http.go parses proxy CONNECT responses with http.ReadResponse over an unrestricted buffered reader, allowing a malicious or...

5.9CVSS5.4AI score0.00456EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.9 views

CVE-2026-71312

rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to v1.75.0, rclone interpolates remote SFTP paths into PowerShell hash commands in backend/sftp/sftp.go, and quoteOrEscapeShellPath escapes only ASCII apostrophe even though...

8CVSS5.5AI score0.00276EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/05 9:16 p.m.19 views

CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.4AI score0.00298EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/05 6:17 p.m.14 views

CVE-2026-44605

A flaw was found in the RPM Package Manager RPM. A local user could be affected by a heap buffer overflow vulnerability when processing a specially crafted NDB database file. This issue arises from an error in how RPM handles certain calculations during file parsing, leading to an incorrect memor...

5.5CVSS5.7AI score0.00135EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/05 5:16 p.m.11 views

CVE-2026-14587

Neo4j's Bolt modern handshake decoder treats an overlong capability bit mask the same way it treats a truncated bit mask. When an unauthenticated client sends a selected protocol version followed by 32 continuation bytes in the capability mask, the decoder resets the reader index and waits for mo...

7.5CVSS5.3AI score0.00372EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/05 1:24 p.m.9 views

CVE-2026-71287

Cacti's sanitizesqlcolumn lib/functions.php sanitizes user-supplied ORDER BY column names using the regex . Because this allowlist retains letters, digits, underscore, parentheses, and dot intended to support expressions like COUNTid and table.column, a payload such as passes through completely...

8.8CVSS5.4AI score0.00306EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/05 1:24 p.m.14 views

CVE-2026-71225

A flaw was found in libkcapi. When performing one-shot symmetric cipher operations on large inputs over 64 KiB in stateful modes such as Counter CTR or Cipher Block Chaining CBC, the library improperly reuses the Initialization Vector IV for each internal data chunk. A remote attacker could...

6.5CVSS5.5AI score0.00337EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/05 1:24 p.m.9 views

CVE-2026-71227

A flaw was found in libkcapi. A local attacker can influence an application that uses the Asynchronous Input/Output AIO interface. By reusing an AIO-enabled handle after a prior completion error, the kcapiaioreadall function can enter a non-terminating wait loop. This can lead to a persistent...

5.1CVSS5.3AI score0.00165EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/08/05 1:24 p.m.13 views

CVE-2026-71261

drlibs drwav.h all versions through current master contains an integer overflow in W64 CUE chunk metadata parsing. In drwavmetadataprocesschunk, a stage-1 capacity estimate truncates the 64-bit W64 chunk sizeInBytes to sizet before dividing by DRWAVCUEPOINTBYTES; on 32-bit builds this truncation...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/05 1:24 p.m.21 views

CVE-2026-71226

Memory Corruption via Uncanceled AIO Requests on Error: libkcapi's one-shot AIO path can return an error before all submitted IOCBs are drained, allowing later kernel writes into caller-owned output buffers...

7.3CVSS5.2AI score0.00135EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/05 1:24 p.m.11 views

CVE-2026-71266

tinyobjloader-c's tinyobjparseandindexmtlfile tinyobjloaderc.h reads each line of a .mtl material file into a fixed 4096-byte stack buffer via memcpylinebuf, p, plen, guarded only by . The identical vulnerable pattern is duplicated in a second function in the same file...

7.8CVSS5.3AI score0.00127EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.10 views

CVE-2026-64571

In the Linux kernel, the following vulnerability has been resolved: wifi: p54: validate RX frame length in p54rxeepromreadback p54rxeepromreadback copies the requested EEPROM slice out of a device-supplied readback frame without checking that the skb actually holds that many bytes. Commit...

5.5AI score0.00171EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.9 views

CVE-2026-64577

In the Linux kernel, the following vulnerability has been resolved: gtp: check skbpulldata return in gtp1usendechoresp gtp1usendechoresp ignores skbpulldata's return value. Its caller gtp1uudpencaprecv only guarantees 16 bytes udphdr + gtp1header, but the pull requests 20 gtp1headerlong + udphdr...

7.5CVSS5.6AI score0.00576EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.12 views

CVE-2026-64580

In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdevput in xfrm6filldst On the error path where in6devgetdev returns NULL, xfrm6filldst releases the device reference with netdevput but leaves xdst-u.dst.dev set. dstdestroy later...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.10 views

CVE-2026-64576

In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nhresbucketmigrate nhresbucketmigrate passes an uninitialized netlinkextack to callnexthopresbucketnotifiers. When nhnotifierresbucketinfoinit fails e.g. the kzalloc returns -ENOMEM, the error is...

7.1CVSS5.3AI score0.00117EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.9 views

CVE-2026-64578

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate compound request size before reading StructureSize2 When ksmbd validates a compound chained SMB2 request, ksmbdsmb2checkmessage reads pdu-StructureSize2 without first checking that the compound element is large...

8.2CVSS5.5AI score0.00336EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.18 views

CVE-2026-64568

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix unsolbcastproberesp double free on alloc failure ieee80211setunsolbcastproberesp calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.12 views

CVE-2026-64569

In the Linux kernel, the following vulnerability has been resolved: mpls: fix NULL deref in mplsvalidfibdumpreq on CONFIGINET=n On CONFIGINET=n builds, mplsvalidfibdumpreq walks the parsed attribute table itself instead of calling ipvalidfibdumpreq. The RTAOIF arm passes tbRTAOIF to nlagetu32...

5.4AI score0.00171EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.9 views

CVE-2026-64572

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: free fibalias with kfreercu on insert error path fibtableinsert publishes newfa into the leaf's falist with fibinsertalias before calling the fib entry notifiers. When a notifier fails, the error path removes newfa wit...

5.5AI score0.00201EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.17 views

CVE-2026-64575

In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpfitertcpbatch releases the current batch via bpfitertcpputbatch, which drops the socket refs and rewrites each slot with the socket cookie, then grows the batch. cursk/endsk ar...

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.10 views

CVE-2026-64579

In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: preallocate inexact bins before xfrmhashrebuild reinsert xfrmhashrebuild's first loop preallocates the bins/chains the reinsert loop needs, so the reinsert after hlistdelrcu cannot allocate or fail. But its guard is...

5.3AI score0.00171EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.11 views

CVE-2026-64567

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject free space cache with more entries than pages When loading a v1 free space cache, loadfreespacecache takes numentries and numbitmaps straight from the on-disk btrfsfreespaceheader. That header is stored in the...

7.8CVSS5.6AI score0.0012EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.11 views

CVE-2026-64581

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix skdstcache double-free in xfrmuserpolicy xfrmuserpolicy clears the socket dst cache with skdstreset, i.e. the non-atomic skdstsetsk, NULL: it reads skdstcache with rcudereferenceprotected, stores NULL and dstreleases th...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.32 views

CVE-2026-71212

xidown a yt-dlp/ffmpeg GUI wrapper builds its yt-dlp command-line invocation xidown/core/scanner.py and downloader.py by appending the user-provided or scanned URL as a bare trailing positional argument, with no '--' end-of-options marker and no scheme validation anywhere in the codebase...

4.4CVSS5.3AI score0.00111EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.18 views

CVE-2026-64570

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix filsdiscovery double free on alloc failure ieee80211setfilsdiscovery calls kfreercu on the old template before allocating the replacement. If the kzalloc then fails, it returns -ENOMEM while...

7.8CVSS5.5AI score0.00157EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.12 views

CVE-2026-64573

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: fix NVM tag length underflow in TLV parser In the TLVTYPENVM branch of qcatlvcheckdata the tag loop bound is "while idx length - sizeofstruct tlvtypenvm". "length" is a signed int from the firmware TLV header and...

5.8AI score0.00161EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.11 views

CVE-2026-64574

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: tear down new links on vif update error path When ieee80211vifupdatelinks adds new links it allocates a link container for each and calls ieee80211linkinit which registers the per-link debugfs files with...

7.8CVSS5.6AI score0.00121EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/08/05 8:16 a.m.16 views

CVE-2026-64566

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: propagate SKBFLSHAREDFRAG in iptfsskbaddfrags When iptfsskbaddfrags copies frag references from the source frag walk into a new SKB, it increments the page reference count via skbfragref but does not propagate...

9.8CVSS5.6AI score0.00352EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/05 7:16 a.m.23 views

CVE-2026-67592

It was not possible to govern the maximum number of transfer frames per incoming delivery, enabling an authenticated attacker to cause excessive resource usage and potential denial of service. This issue affects Apache Qpid ProtonJ2: through 1.1.0. Users are recommended to upgrade to version 1.2....

7.5CVSS5.2AI score0.00478EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/05 7:16 a.m.11 views

CVE-2026-67590

A pre-authentication attacker could leverage type nesting to cause a StackOverflowError potentially leading to denial of service. This issue affects Apache Qpid ProtonJ2: through 1.1.0. Users are recommended to upgrade to version 1.2.0, which fixes the issue...

7.5CVSS5.3AI score0.00494EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/05 7:16 a.m.11 views

CVE-2026-67591

An authenticated attacker could exceed the session flow control incoming window potentially leading to denial of service. This issue affects Apache Qpid ProtonJ2: through 1.1.0. Users are recommended to upgrade to version 1.2.0, which fixes the issue...

6.5CVSS5.3AI score0.00422EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/05 7:16 a.m.12 views

CVE-2026-71201

In OpenStack Ironic through 38.0.0, a project reader that makes a crafted request to Ironic can return Portgroups assigned to Nodes owned or leased by another project...

5CVSS5.3AI score0.00188EPSS
SaveExploits0References2
Total number of security vulnerabilities80179