Lucene search
+L
UbuntucveRecent

80179 matches found

UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.9 views

CVE-2026-89848

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Quiesce response IRQ before freeing request queue qla2xxxdeleteqpair deletes the request queue before the response queue. qla25xxdeletereqque frees the request queue memory kfreereq in qla25xxfreereqque, but the...

8.1CVSS5.8AI score0.00508EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.10 views

CVE-2026-89871

In the Linux kernel, the following vulnerability has been resolved: media: video-i2c: fix kthread error pointer left in kthreadvidcap on failure kthreadrun returns an ERRPTR on failure, not NULL. When startstreaming fails, data-kthreadvidcap is left holding this error pointer instead of being...

5.6AI score0.00211EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.7 views

CVE-2026-89827

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid force-completing uninitialized UVD rings uvdv70swinit does not initialize the UVD decode ring for an SR-IOV VF. However, amdgpuuvdresume unconditionally force-completes the decode ring when restoring its fence...

5.8AI score0.00198EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.10 views

CVE-2026-89881

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: use vb2videounregisterdevice on remove to fix DMA leak rtl2832sdrremove runs on USB disconnect and clears dev-udev to NULL before any pending streaming teardown has run. When user space later closes its file...

5.9AI score0.0021EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.10 views

CVE-2026-89795

In the Linux kernel, the following vulnerability has been resolved: PCI: Allow per function PCI slots to fix slot reset on s390 On s390 systems, which use a machine level hypervisor, PCI devices are always accessed through a form of PCI pass-through which fundamentally operates on a per PCI...

8.4CVSS5.8AI score0.00158EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.13 views

CVE-2026-89889

In the Linux kernel, the following vulnerability has been resolved: media: i2c: imx415: Release runtime PM reference on VBLANK error The VBLANK path returned immediately when programming VMAX failed after pmruntimegetifinuse had taken a runtime PM reference. Break out of the switch instead so the...

5.8AI score0.00198EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.11 views

CVE-2026-89828

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix init ordering in amdgpuvrammgrinit drmmcgroupregisterregion is called before INITLISTHEAD and gpubuddyinit in amdgpuvrammgrinit. If it fails, the function returns early and bypasses those initializations. Since...

5.8AI score0.0021EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.10 views

CVE-2026-89839

In the Linux kernel, the following vulnerability has been resolved: f2fs: use the mount idmap for the owner check in f2fsxattradviseset f2fsxattradviseset calls inodeownerorcapable with &nopmntidmap before allowing the "system.advise" xattr to be set, instead of the idmap that the VFS passes to t...

5.8AI score0.002EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.9 views

CVE-2026-89846

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound rspinfolen to avoid OOB sense-data read In qla2x00statusentry, the FWI2 status path advances sensedata and shrinks parsenselen by rspinfolen: if ISFWI2CAPABLEha sensedata += rspinfolen; parsenselen -=...

9.1CVSS5.8AI score0.00695EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.9 views

CVE-2026-89838

In the Linux kernel, the following vulnerability has been resolved: f2fs: limit recovery filename logging to stored length F2FS stores recovery filenames as a length plus a fixed-size iname buffer. The buffer is not NUL-terminated, but recoverinode and recoverdentry print it with %s. For a 255-by...

7.1CVSS6AI score0.00157EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.12 views

CVE-2026-89903

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Do not save/restore percpu base register in rethook trampoline The rethook trampoline saves $r21 $u0, the percpu base, into its frame at entry and restores it at exit. Inbetween rethooktrampolinehandler may schedule vi...

7.8CVSS5.8AI score0.00163EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.9 views

CVE-2026-89870

In the Linux kernel, the following vulnerability has been resolved: media: zoran: Avoid freeing a registered videodevice twice zoraninitvideodevice installs zoranvdevrelease as the videodevice release callback through zorantemplate. After videoregisterdevice succeeds, videounregisterdevice drops...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.10 views

CVE-2026-89868

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Add timeout while stopstreaming When stopstreaming is called, an infinite loop may occur in some cases. Add a bounded poll of the queue status: loop until the queues drain, sleeping briefly between poll...

5.8AI score0.00198EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.8 views

CVE-2026-89797

In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500fg: fix use-after-free on remove ab8500fgremove destroys the driver workqueue while the threaded interrupt handlers are still armed; they are devm-managed and freed only after -remove returns, so a handler th...

6.3AI score0.00198EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.11 views

CVE-2026-89855

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Serialize flash version read in reset handler The "update cache versions without reset" sysfs reset operation 0x20261 calls getflashversion, which reads hardware flash registers, without holding ha-optrommutex. The...

5.8AI score0.00211EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.11 views

CVE-2026-89819

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: validate plane degamma LUT size for private color prop Unlike the CRTC degamma path, which is guarded by amdgpudmverifylutsizes, the per-plane degamma LUT size was never validated before use. setdmplanedegamma...

7.8CVSS5.9AI score0.00163EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 11:16 a.m.9 views

CVE-2026-89890

In the Linux kernel, the following vulnerability has been resolved: media: go7007: defer the ALSA v4l2 put until card release go7007sndinit already takes a v4l2device reference for the ALSA side, but go7007sndremove drops it immediately after calling sndcardfreewhenclosed. That is too early when ...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 10:16 a.m.11 views

CVE-2026-84439

When audit logging is enabled zookeeper.audit.enable=true, an unauthenticated attacker can inject arbitrary fields into Apache ZooKeeper's audit log by sending a digest authentication request with tab characters \t embedded in the username. Because the audit log uses tab-separated key=value forma...

6AI score0.00808EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/16 10:16 a.m.9 views

CVE-2026-59969

Apache ZooKeeper quorum TLS fails to enforce peer hostname verification in FIPS-mode deployments. When sslQuorum=true, zookeeper.fips-mode=true, ssl.quorum.hostnameVerification=true, and ssl.quorum.clientHostnameVerification=true are enabled, the Java SSLSocket quorum path accepts a CA-trusted pe...

5.8AI score0.00362EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/16 10:16 a.m.9 views

CVE-2026-89793

In the Linux kernel, the following vulnerability has been resolved: ublk: clear VMMAYWRITE on read-only ublk char device mmap ublkchmmap rejects mmap requests with VMWRITE set, but never clears VMMAYWRITE on the resulting read-only mapping. This allows a userspace daemon to mmap the per-queue...

7.8CVSS6AI score0.00163EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 10:16 a.m.11 views

CVE-2026-79993

The deleteContainer opcode 0x14/20 is processed without verifying the caller's ACL permissions, allowing any authenticated client to delete specific znodes in the data tree regardless of the ACL restrictions on the znode or its parent. This opcode is considered internal-only and the official clie...

5.8AI score0.00606EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/16 10:16 a.m.12 views

CVE-2026-59739

Information disclosure via SetWatches reconnect replay in Apache ZooKeeper due to missing ACL check. An attacker can discover ACL-restricted paths by registering exists-watches on non-existent paths, then reconnecting after the paths are created with restricted ACLs. Issue is caused by incomplete...

5.8AI score0.00568EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/16 10:16 a.m.8 views

CVE-2026-84501

An unauthenticated attacker can inject arbitrary fake log lines into Apache ZooKeeper's operational log by sending a crafted addauth"ensemble", ... request containing newline characters \n. When the ensemble name doesn't match, EnsembleAuthenticationProvider.handleAuthentication logs the raw,...

5.9AI score0.00781EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.14 views

CVE-2026-89774

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: hold sk properly in scoconnready sk deref in scoconnready must be done either under conn-lock, or holding a refcount, to avoid concurrent close. conn-sk and parent sk is currently accessed without either, and...

8.8CVSS6.1AI score0.00318EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.8 views

CVE-2026-89778

In the Linux kernel, the following vulnerability has been resolved: isofs: fix out-of-bounds page array access on empty zisofs block zisofsuncompressblock's empty-block fast path returns pcount 17, so a crafted "ZF" Rock Ridge record can set it below PAGESHIFT; the bug is reached by an ordinary...

9.8CVSS6.2AI score0.00688EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.9 views

CVE-2026-89775

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluation Computing the effects of a TLB invalidation involves looking at the size of the mapping cached by the TLB. For S1 mappings such as VNCR, this is deducted from...

9.3CVSS6AI score0.0017EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.10 views

CVE-2026-89791

In the Linux kernel, the following vulnerability has been resolved: perf: Fix use-after-free when perf mmap revival races with the last munmap perfmmapclose drops rb-mmapcount without holding event-mmapmutex the refcountdecandtest right before the refcountdecandmutexlock of event-mmapcount. A...

7.8CVSS6.3AI score0.00149EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.12 views

CVE-2026-89780

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: restore skb-dev on deaggregated frames rmnetmapdeaggregate allocates each sub-frame with allocskb and leaves skb-dev NULL. rmnetmapingresshandler assigns skb-dev = ep-egressdev only on the data path, but a M...

6.1AI score0.0021EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.11 views

CVE-2026-89776

In the Linux kernel, the following vulnerability has been resolved: vxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributes The VXLAN VNI filter entry policy declares the GROUP/GROUP6 address attributes as NLABINARY with only a maximum length, so validatenla accepts a payload shorter th...

5.8AI score0.00205EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.11 views

CVE-2026-89777

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: clear vdev-msiperm after freeing it on init failure vfiomsicaplen lazily allocates the per-device MSI permission table: vdev-msiperm = kmallocobjstruct permbits, GFPKERNELACCOUNT; if !vdev-msiperm return -ENOMEM; ret =...

8.8CVSS6.2AI score0.00159EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.10 views

CVE-2026-80225

In NLnetLabs Unbound up to and including 1.26.0, a degradation of service vulnerability is present in the TCP/DoT reading procedure where there is no limit on consecutive reads. A malicious actor that can stream and sustain a rate of distinct uncached names over the TCP/DoT connection, monopolize...

7.5CVSS5.7AI score0.00312EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.12 views

CVE-2026-77860

In NLnetLabs Unbound 1.20.0 up to and including 1.26.0, a vulnerability on the 'serve-expired' code path can cause a double decrement on the 'wait-limit' counter per client IP essentially bypassing one of the counter measures that was introduced for DNSBomb CVE-2024-33655. A malicious actor can...

3.7CVSS5.9AI score0.00272EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.11 views

CVE-2026-81642

In NLnet Labs Unbound up to and including 1.26.0, a vulnerability was found in the DNSSEC validator that enables denial of service and possible remote code execution as a result of digesting DNSKEYs. A DNSKEY with an owner compression pointer to its own RDATA can overflow the digest buffer. Remot...

10CVSS5.9AI score0.00601EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.9 views

CVE-2026-82717

In NLnet Labs Unbound up to and including 1.26.0, a vulnerability was found in that can progressively corrupt heap memory and under certain systems and compilation options could lead to remote code execution. The vulnerability starts when CNAME synthesis during an upstream response needs to...

9.8CVSS6.7AI score0.00402EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.13 views

CVE-2026-89789

In the Linux kernel, the following vulnerability has been resolved: gtp: add synchronizenet in gtpnewlink error path to prevent use-after-free gtpnewlink's error path frees tidhash and addrhash without waiting for an RCU grace period after clearing skuserdata. A concurrent gtpencaprecv in softirq...

7.8CVSS5.9AI score0.00159EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.11 views

CVE-2026-89781

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix out-of-bounds read in readlogrecbuf readlogrecbuf copies a log record into a caller buffer starting at u32 off = lsntopageofflog, lsn + log-recordheaderlen; log-recordheaderlen and log-dataoff, used for the followin...

8.4CVSS6.3AI score0.00182EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.10 views

CVE-2026-89786

In the Linux kernel, the following vulnerability has been resolved: ext4: fix out-of-bounds read in ext4readinlinedir ext4readinlinedir can read a dirent header past the end of its inline buffer, triggering a slab-out-of-bounds read during getdents64: BUG: KASAN: slab-out-of-bounds in...

9.1CVSS6.3AI score0.00688EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.9 views

CVE-2026-89790

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid divide by zero in rt6multipathrebalance rt6multipathrebalance calculates the total eligible nexthop weight in one pass and programs upper bounds in a second pass. Since RTMNEWROUTE is RTNL-free, a concurrent...

5.8AI score0.00198EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.9 views

CVE-2026-89787

In the Linux kernel, the following vulnerability has been resolved: ext4: check dir entry fits before reading the hash trailer in ext4searchdir For casefolded encrypted directories ext4 stores an 8-byte hash trailer after the name EXT4DIRENTHASHES, at an offset derived from de-namelen. On the...

6.7AI score0.00205EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.17 views

CVE-2026-89783

In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix out-of-bounds write in xfrm6inputaddr when secpath is full The depth check in xfrm6inputaddr is off by one: if 1 + sp-len == XFRMMAXDEPTH goto drop; ... sp-xvecsp-len++ = x; xfrminput can leave sp-len == XFRMMAXDEPTH,...

9.8CVSS5.9AI score0.00704EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.9 views

CVE-2026-85501

Novel vulnerabilities to launch algorithmic complexity attacks on DNSSEC have been researched under the term 'ReTrap'. These result in degradation of service when malicious zones are used to serve the algorithmic complexity vulnerabilities. NLnet Labs Unbound up to and including 1.26.0 is...

7.5CVSS5.7AI score0.00312EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.9 views

CVE-2026-78227

NLnet Labs Unbound 1.22.0 up to and including 1.26.1, has a use-after-free vulnerability when compiled for DNS-over-QUIC support with '--with-libngtcp2'. Each DoQ stream owns an output buffer that holds the DNS response. ngtcp2's retransmission buffer keeps a shallow pointer into the output buffe...

6.5CVSS6AI score0.00267EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.8 views

CVE-2026-89788

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix tree connection use-after-free in smb2treeconnect ksmbdtreeconnconnect publishes a new tree connection in sess-treeconns with a single reference and returns its pointer to smb2treeconnect. The handler continues to...

9.8CVSS6.3AI score0.00516EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.10 views

CVE-2026-82720

NLnet Labs Unbound 1.12.0 up to and including 1.26.0 has a use-after-free vulnerability when compiled for DNS-over-HTTPs support with '--with-libnghttp2'. During failure code paths i.e., RPZ drop query, jostle due to heavy traffic, a dropped DoH stream brings down the whole DoH session and does n...

5.9CVSS6.2AI score0.00285EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.8 views

CVE-2026-81634

In NLnet Labs Unbound up to and including 1.26.0, a 255 length query name with a large TCP response can lead to a heap buffer overflow during the RRSet canonicalisation routine. This is caused by missing to add the first owner name into the buffer length check. A malicious actor operating a...

7.5CVSS6.1AI score0.00355EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.10 views

CVE-2026-89792

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds reads in share config responses Validate IPC share configuration payload sizes before consuming variable-length fields. Bound veto list parsing and account for the separator byte when deriving the pat...

7.1CVSS5.8AI score0.00159EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.10 views

CVE-2026-89779

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate ef-size covers the record's name and value When an EA record has a non-zero ef-size, ntfsreadea only checks that the record fits in the remaining buffer easize bytes, not that ef-size is large enough to hold th...

9.1CVSS6.3AI score0.00688EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.9 views

CVE-2026-77955

In NLnet Labs Unbound 1.13.2 up to and including 1.26.1, a vulnerability in ZONEMD configured zones zonemd-check: yes which are located below but not at a trust anchor allow for an attack window where tampered with zone contents are served or stored to disk prior to the ZONEMD integrity check. Th...

4.4CVSS5.7AI score0.00128EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.12 views

CVE-2026-89784

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: check rpcsockaddr2uaddr return value in rpcbregisterinet4/6 rpcbregisterinet4 and rpcbregisterinet6 store the result of rpcsockaddr2uaddr into map-raddr without checking it for NULL. rpcsockaddr2uaddr returns NULL when it...

5.8AI score0.0021EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/09/16 9:17 a.m.11 views

CVE-2026-89782

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: reject restart table growth beyond U16MAX entries During $LogFile replay, logreplay indexes the transaction table by the transactid taken from the log record header. checklogrec only verifies that transactid is non-zero...

8.4CVSS6.6AI score0.00177EPSS
SaveExploits0References9
Total number of security vulnerabilities80179