Lucene search
+L

46 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-80683

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Bluetooth: SCO: give the socket its own scoconn reference scoconndel drops a reference it does not own. It takes one transient reference via...

8.8CVSS5.9AI score0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/26 3:16 p.m.6 views

AZL-97782 CVE-2026-74743 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: macvlan: inherit neededheadroom and neededtailroom from lowerdev macvlan devices inherit hardheaderlen from lowerdev during macvlaninit, but leave neededheadroom and neededtailroom set to 0. When the underlying lowerdev requires...

9.8CVSS5.8AI score0.00519EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-72408

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket...

10CVSS5.9AI score0.0038EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-72478

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping- pairs buffer without any length bound, relying solely on a 0x00...

8.4CVSS6AI score0.00152EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 12:28 p.m.39 views

CVE-2026-74567 keys: fix out-of-bounds read in keyring_get_key_chunk()

In the Linux kernel, the following vulnerability has been resolved: keys: fix out-of-bounds read in keyringgetkeychunk For description-level chunks keyringgetkeychunk advances the read pointer by level sizeoflong past the inline prefix but only bounds-checks the prefix, so a long enough key...

7.1CVSS0.00117EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 12:27 p.m.46 views

CVE-2026-74509

The CVE applies to the Linux kernel Bluetooth HCI path for extended advertising. Root cause: hci_find_adv_instance() can return an adv_info pointer that remains valid only while hdev->lock is held, but advertisement data paths perform lookups without that lock and may retain the pointer while ...

8.8CVSS5.5AI score0.00249EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 6:22 a.m.15 views

CVE-2026-72493

In the Linux kernel, the following vulnerability has been resolved: net: serialize netifrunning check in enqueuetobacklog Syzbot reported a KASAN slab-use-after-free in fibruleslookup. The root cause is a race condition where packets can escape the backlog flushing during device unregistration...

9.9CVSS0.00348EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-72381

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of fp-owner.name in durable handle owner check Two concurrent SMB2 durable reconnects DH2C/DHnC on the same persistentid race the fp-owner.name compare-read in ksmbdvfscomparedurableowner against the kfr...

9.8CVSS5.9AI score0.00644EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.23 views

CVE-2026-72486

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-adsp: fix UAF during device teardown When the SOF audio driver fails to initialize e.g. firmware boot timeout, its devres unwind frees the sndsofdev object that the mailbox client mtk-adsp-ipc reaches via...

5.6AI score0.00173EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:22 a.m.11 views

UBUNTU-CVE-2026-74357

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix KASAN slab-out-of-bounds in amdgpucoredump ring dump The ring content dump in amdgpucoredump uses two separate loops over adev-rings: the first counts rings with unsignalled fences to size the allocation, and the...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.35 views

CVE-2026-74310 vhost/net: complete zerocopy ubufs only once

In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubufinfo per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb before all skb referenc...

9.3CVSS0.00138EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:57 a.m.9 views

EUVD-2026-59377

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: add bounds check to rungethighestvcn rungethighestvcn parses a packed NTFS mapping-pairs buffer without any length bound, relying solely on a 0x00 terminator to stop. A crafted $LogFile UpdateMappingPairs record whose...

5.8AI score0.00152EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:56 a.m.11 views

EUVD-2026-59307

In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket enabled IFLAGENEVEGROHINT gs-grohint. genevegrocomplete instead calls...

5.5AI score0.0038EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72408 geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hint

In the Linux kernel, the following vulnerability has been resolved: geneve: gate GRO hint in genevegrocomplete on gs-grohint genevegroreceive reads the GRO hint through geneveskgrohintoff, which honours it only when the socket enabled IFLAGENEVEGROHINT gs-grohint. genevegrocomplete instead calls...

10CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.25 views

CVE-2026-72354 ntfs: avoid stale runlist element dereference in MFT writeback

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfswritemftblock maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlistelement under ni-runlist.lock, drops the loc...

8.8CVSS0.00508EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.15 views

PT-2026-72961

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free UAF issue exists in the Bluetooth subsystem. The function hci find adv instance returns an adv info pointer that is only valid while hdev-lock is held. However,...

8.8CVSS5.9AI score0.00249EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.11 views

CVE-2026-64437

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of a deferred filelock on SMB2CLOSE then SMB2CANCEL Commit f580d27e8928 "ksmbd: fix use-after-free of a deferred filelock on double SMB2CANCEL" made smb2cancel skip a work whose state is...

8.8CVSS5.6AI score0.00435EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Tunnels: Fixed the crash when generating IPV4 PMTU errors due to KASAN. If we attempt to emit an ICMP error in response to a non-linear SKB, we encounter the following issue: Bug: KASAN: Out-of-bounds access in...

7.1CVSS6AI score0.00293EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/30 1:16 p.m.10 views

UBUNTU-CVE-2023-54245

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds When we run syzkaller we get below Out of Bound. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: dumpbacktrace+0x0/0x4c8...

5.7AI score0.00196EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2023-54245

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds When we run syzkaller we get below Out of Bound. KASAN: slab-out-of-bounds Read in regcacheflatread...

5.9AI score0.00196EPSS
SaveExploits0References3
Rows per page
Query Builder