Lucene search
+L

109931 matches found

BDU FSTEC
BDU FSTEC
added 1 hour ago26 views

The vulnerability of Microsoft Office packages and 365 Apps for Enterprise lies in the use of memory after it is freed, allowing an attacker to execute arbitrary code.

The vulnerability of Microsoft Office packages and 365 Apps for Enterprise lies in the use of memory after it is freed. Exploiting this vulnerability can allow an attacker to execute arbitrary code...

8.4CVSS6AI score0.00456EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 7 hours ago2 views

CVE-2026-64530

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Handle TCACTCONSUMED in tcfqeventhandle tcfclassify can return TCACTCONSUMED while the skb is held by the defragmentation engine e.g. actct on out-of-order fragments. When that happens the skb is no longer owne...

5.7AI score
SaveExploits0References8Affected Software1
CVE
CVE
added 7 hours ago8 views

CVE-2026-64530

In the Linux kernel, CVE-2026-64530 affects the net/sched cls_api path, specifically tcf_qevent_handle and tcf_classify, where returning TC_ACT_CONSUMED could leave the skb touchable after defragmentation (e.g., act_ct on out-of-order fragments). The defect allowed RED qdisc handling (qe_mark, qe...

5.7AI score
SaveExploits0References7
EUVD
EUVD
added 7 hours ago7 views

EUVD-2026-49051

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsapi: Handle TCACTCONSUMED in tcfqeventhandle tcfclassify can return TCACTCONSUMED while the skb is held by the defragmentation engine e.g. actct on out-of-order fragments. When that happens the skb is no longer owne...

5.7AI score
SaveExploits0References7
NVD
NVD
added yesterday3 views

CVE-2026-64434

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref l2capchantimeout runs asynchronously and accesses chan-conn. If the connection is torn down while the timer is running or pending, chan-conn can be freed, leading t...

0.00209EPSS
SaveExploits0References5
NVD
NVD
added yesterday3 views

CVE-2026-64396

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix UAF of struct filelock in SMB2LOCK deferred-lock cancellation When a blocking byte-range lock request is deferred in the FILELOCKDEFERRED path, ksmbd registers the asynchronous work into the connection's asyncrequests...

0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added yesterday5 views

EUVD-2026-48854

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

5.8AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-64491

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: us144mkii: fix work UAF on disconnect tascamdisconnect cancels capturework and midiinwork before usbkillanchoredurbs kills the capture/MIDI-in URBs. Those URBs self-resubmit, and their completion handlers reschedule...

5.7AI score0.00206EPSS
SaveExploits0
EUVD
EUVD
added yesterday3 views

EUVD-2026-48835

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: us144mkii: fix work UAF on disconnect tascamdisconnect cancels capturework and midiinwork before usbkillanchoredurbs kills the capture/MIDI-in URBs. Those URBs self-resubmit, and their completion handlers reschedule...

5.8AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-64471

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on registration failure Make sure to release the sibling interfaces in case controller registration fails to avoid use-after-free and double-free when they are eventually disconnected. This...

5.7AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added yesterday3 views

EUVD-2026-48815

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on registration failure Make sure to release the sibling interfaces in case controller registration fails to avoid use-after-free and double-free when they are eventually disconnected. This...

5.7AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-64469

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderthreadrelease When a thread exits, binderthreadrelease walks its transaction stack to clear the t-from and t-toproc that correspond with the exiting thread. However, a process dying in parallel might...

5.7AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday2 views

CVE-2026-64470

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion callback. This issue...

5.7AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added yesterday3 views

EUVD-2026-48814

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion callback. This issue...

5.8AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday4 views

EUVD-2026-48813

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderthreadrelease When a thread exits, binderthreadrelease walks its transaction stack to clear the t-from and t-toproc that correspond with the exiting thread. However, a process dying in parallel might...

5.7AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

5.6AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-48812

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

5.7AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday3 views

EUVD-2026-48803

In the Linux kernel, the following vulnerability has been resolved: tcp: restore RCU grace period in tcpaodestroysock Commit 51e547e8c89c "tcp: Free TCP-AO/TCP-MD5 info/keys without RCU" removed the callrcu callback from tcpaodestroysock, arguing that "the destruction of info/keys is delayed unti...

5.6AI score0.00206EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-64455

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskeyrelease The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statement...

5.7AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added yesterday3 views

EUVD-2026-48799

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskeyrelease The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statement...

5.8AI score0.0022EPSS
SaveExploits0References8
Rows per page
Query Builder