Lucene search
+L

268037 matches found

OSV
OSV
added 2026/09/11 8:18 p.m.6 views

UBUNTU-CVE-2026-80927

In the Linux kernel, the following vulnerability has been resolved: timekeeping: Check the return value of tkgetauxts64 in doadjtimex If the auxiliary clock is disabled during tkgetauxts64 but is enabled before tks-clockvalid is checked, then uninitialized stackdata will be used in the calculatio...

5.9AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:18 p.m.3 views

UBUNTU-CVE-2026-80929

In the Linux kernel, the following vulnerability has been resolved: sysctl: move the "cadpid" entry from pidtable to kernreboottable cadpid is global, and killcadpid is only used in the root namespace. However, due to pidtablerootpermissions, a non-root user can unshare pid/user namespaces and...

7.8CVSS5.9AI score0.00161EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:18 p.m.3 views

UBUNTU-CVE-2026-80942

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92duinitswvars The memory allocated inside rtl92duinitshareddata is not freed in any of the subsequent error paths in rtl92duinitswvars. Fix that by adding a call to...

5.7AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:18 p.m.4 views

UBUNTU-CVE-2026-80944

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Detach sync cmd buffer on interrupted wait mwifiex synchronous commands keep the caller-provided data buffer in cmdnode-databuf. Several callers pass stack-allocated objects there. If waiteventinterruptibletimeout ...

7.8CVSS6.2AI score0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:18 p.m.3 views

UBUNTU-CVE-2026-80935

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: bound the device EEPROM address before the EFUSE copy mt7996mcugeteeprom derives the destination of the EFUSE/EXT block copy from the address reported by the MCU response event-addr, a device-controlled le32 a...

8.8CVSS6.1AI score0.00242EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:18 p.m.7 views

CVE-2026-80929

In the Linux kernel, the following vulnerability has been resolved: sysctl: move the "cadpid" entry from pidtable to kernreboottable cadpid is global, and killcadpid is only used in the root namespace. However, due to pidtablerootpermissions, a non-root user can unshare pid/user namespaces and...

7.8CVSS5.8AI score0.00161EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:18 p.m.11 views

CVE-2026-80943

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: rtl8192du: check QoS TID before indexing tids rtl92dutxfilldesc uses ieee80211gettid to read the QoS TID from the 802.11 header and then uses it as an index into staentry-tids. ieee80211gettid returns the low 4-bit...

7.6CVSS5.8AI score0.00247EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/09/11 8:18 p.m.8 views

CVE-2026-80936

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: cancel mlopmwork on stop mt7925 queues mlopmwork with a 5 second delay during multi-link power-save setup and never cancels it on the stop path. If the device is torn down inside that window, the work outlives...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:18 p.m.6 views

CVE-2026-80926

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in oplock break notification smb2oplockbreaknoti reads opinfo-conn without any lock and dereferences it after two allocations which may sleep. When the durable handle owning the oplock is disconnected,...

9.8CVSS6.5AI score0.00435EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/09/11 8:18 p.m.5 views

CVE-2026-80937

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copy mt7915mcugeteeprom copies a fixed EFUSE block into the driver's dev-mt76.eeprom.data buffer at the offset reported by the MCU response res-addr, a...

8.8CVSS6AI score0.00318EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 8:18 p.m.3 views

UBUNTU-CVE-2026-80932

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...

8.4CVSS6.3AI score0.0014EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:18 p.m.4 views

UBUNTU-CVE-2026-80934

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix TX DMA mapping leak for AddBA req frames mt7996/mt7992 hand the firmware a HW MAC-TXP for AddBA req action frames MTTXD7MACTXD, set in mt7996macwritetxwi80211, but are otherwise FW-TXP devices. On tx free...

5.8AI score0.00166EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/11 8:18 p.m.4 views

UBUNTU-CVE-2026-80940

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: pci: fix resource leak on failed NAPI setup rtwpciprobe allocates PCI resources through rtwpcisetupresource before it sets up NAPI. If rtwpcinapiinit fails, the error path jumps straight to errpcideclaim and skips...

5.7AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/11 8:18 p.m.3 views

UBUNTU-CVE-2026-80938

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7615: avoid waiting for mac work under the mt76 mutex mt7615suspend acquired the mt76 mutex and then called canceldelayedworksync on macwork. mt7615macwork acquires the same mutex via mt7615mutexacquire at the top o...

5.9AI score0.00172EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/11 7:47 p.m.9 views

CVE-2026-31787

XSA-487 / CVE-2026-31787 Linux 内核 Xenprivcmd 驱动中的双重释放漏洞 Linux 内核 Xen privcmd 驱动中存在的内核内存双重释放漏洞,可导致绕过内核锁定(安全启动)。利用该漏洞需要 root 级访问权限,这限制了其更广泛的安全影响。 | ---|--- 公告| XSA-487 CVE| CVE-2026-31787 组件| Linux 内核 — Xen privcmd 驱动 公开日期| 2026-04-28 发现者| Atharva Vartak @0xAth4rv...

7.8CVSS6.4AI score0.00183EPSS
SaveExploits1
CVE
CVE
added 2026/09/11 7:47 p.m.25 views

CVE-2026-89772

CVE-2026-89772 affects the btrfs filesystem in the Linux kernel . A patch (commit 095be159f3eb) replaced the folio_clear_dirty_for_io() call in extent_write_cache_pages() with a plain folio_test_dirty() check, losing the write-protection of shared mmap PTEs during data writeback. Without this pro...

5.8AI score0.00176EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:47 p.m.8 views

EUVD-2026-76684

In the Linux kernel, the following vulnerability has been resolved: btrfs: write-protect folios during data writeback commit 095be159f3eb "btrfs: unify folio dirty flag clearing" replaced the foliocleardirtyforio call in extentwritecachepages with a plain foliotestdirty check. Besides clearing th...

5.8AI score0.00176EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:47 p.m.13 views

CVE-2026-89773

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created...

5.9AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:47 p.m.11 views

CVE-2026-89772

In the Linux kernel, the following vulnerability has been resolved: btrfs: write-protect folios during data writeback commit 095be159f3eb "btrfs: unify folio dirty flag clearing" replaced the foliocleardirtyforio call in extentwritecachepages with a plain foliotestdirty check. Besides clearing th...

6.1AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:47 p.m.13 views

CVE-2026-89773 drm/amd/display: Skip Update HDCP Config In Transition State

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Update HDCP Config In Transition State Transition state does not have a valid dmstreamctx that should skip configuring HDCP routine. The routine is valid to go through only when a valid stream is created...

5.9AI score
SaveExploits0References5
Rows per page
Query Builder