Lucene search
+L

2127 matches found

EUVD
EUVD
added 2026/08/20 8:38 p.m.10 views

EUVD-2026-63591

Tor before 0.4.9.10 did not reject a CONFLUXLINK cell that arrives on a circuit which already has attached streams. A malicious client could send a RELAYCOMMANDBEGIN before the CONFLUXLINK on the same circuit, attaching an exit stream that would later end up orphan leaving a dangling circuit...

7CVSS5.4AI score0.00176EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/19 3:21 p.m.7 views

Important: Red Hat Security Advisory: kpatch-patch-4_18_0-477_107_1, kpatch-patch-4_18_0-477_120_1, kpatch-patch-4_18_0-477_130_1, kpatch-patch-4_18_0-477_143_1, and kpatch-patch-4_18_0-477_97_1 security update

An update for multiple packages is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

9.8CVSS5.5AI score0.00509EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/17 4:04 p.m.7 views

kernel: net: sched: UAF via missing handler for TC_ACT_CONSUMED in tcf_qevent_handle

A flaw was found in the Linux kernel's traffic control TC classifier application programming interface API. The tcfqeventhandle function does not properly handle a consumed socket buffer skb when it is processed by the defragmentation engine. This can lead to a Use-After-Free UAF vulnerability,...

9.8CVSS5.3AI score0.00509EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/17 8:26 a.m.12 views

EUVD-2026-60072

UAF vulnerability in the time and time zone module. Impact: Successful exploitation of this vulnerability may affect availability...

3.3CVSS5.3AI score0.0008EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/15 11:50 p.m.8 views

SUSE CVE-2026-74530

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: hold conn in hciconnectbigsync callback There is theoretical UAF if the conn is freed while the hcisync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do nothing to match the previo...

8.8CVSS5.4AI score0.00218EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74540

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix UAF in l2capleconnectrsp l2capleconnectrsp obtains a channel via l2capgetchanbyident but neither holds a reference nor uses l2capchanholdunlesszero before locking and operating on it. A concurrent l2capchand...

8.8CVSS5.4AI score0.00255EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74520

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

8.8CVSS5.4AI score0.00127EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.32 views

CVE-2026-74520 iommu/iommufd: Fix IOPF group ownership UAF

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

8.8CVSS0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.32 views

CVE-2026-74505 ALSA: 6fire: Fix UAF at error handling during probe

In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: Fix UAF at error handling during probe Although 6fire driver had a few fixes for dealing with the early error handling during the probe phase, it forgot a pending URB before freeing the resources, which may lead to a...

0.00177EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/15 6:22 a.m.10 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.00373EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.7 views

CVE-2026-72301

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Fix TOCTOU in bytesput and bytesget In sofipc3bytesput, the size used for the memcpy is derived from the old data-size already in the buffer, not the incoming new data's size field. If the new data has a...

7.8CVSS0.00164EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

UBUNTU-CVE-2026-74433

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix UAF in rxgkissuechallenge Fix rxgkissuechallenge to free the page containing the challenge content after invoking the tracepoint as the whdr passed to the tracepoint points into the page just freed...

9.8CVSS5.3AI score0.00352EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/15 6:21 a.m.11 views

CVE-2026-72069

In the Linux kernel, the following vulnerability has been resolved: locking/rt: Fix the incorrect RCU protection in rtspinunlock rtspinunlock releases the RCU protection before unlocking the lock. That opens the door for the following UAF scenario: T1 T2 spinlock&p-lock; rcureadlock; invalidatep;...

9.8CVSS0.00663EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:59 a.m.7 views

CVE-2026-74429

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix the reception of a reply packet before data transmission Fix rxrpcreceivingreply to handle the reception of an apparent reply DATA packet before rxrpc has had a chance to send any request DATA packets on a client call ...

7.5CVSS5.4AI score0.00339EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74373

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix bio accounting for split md cloned bios Use mdclonedbio to control bio accounting instead of relying on r1bioexisted in raid1 or the ioaccounting flag in raid10. The previous logic does not reliably reflect...

5.4AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74363 bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs

In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...

7.8CVSS0.00125EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.4 views

CVE-2026-74350

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate fast symlink target during inode read ocfs2validateinodeblock already rejects several inconsistent self-contained dinodes before they are exposed to the rest of the filesystem. Fast symlinks need the same treatmen...

9.8CVSS5.6AI score0.00379EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74348

In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: require a ref for lockingstate debugfs open debuglockresopen copies inode-iprivate into struct debuglockres and debuglockresrelease later drops that pointer with dlmput. That only works if open successfully pins the...

5.5AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74312

In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhostvdpammap and vhostvdpafault use vma-vmpgoff as a virtqueue index for getvqnotification, but they do not validate that the index is smaller than v-nvqs. The ioctl...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74303

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcadmphdr for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcadmphdr unconditionally dereferences hu-serdev-dev.driver-name, causing a NULL...

5.3AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder