Lucene search
+L

3730 matches found

CVE
CVE
added 2026/09/04 5:11 p.m.12 views

CVE-2026-80889

CVE-2026-80889 affects the Linux kernel CAN ISOTP (ISO-Transport Protocol) module. This patch is a follow-up to commit cf070fe33bfb ("can: isotp: serialize TX state transitions under so->rx_lock") and resolves multiple race and ordering issues identified by sashiko-bot, including: a stale call...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 4:18 p.m.4 views

AZL-99528 CVE-2026-80842 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: fix use-after-free of a master VLAN's multicast context brmulticasttoggleonevlan clears BRVLFLAGMCASTENABLED under br-multicastlock before stopping a VLAN's multicast context. That is the teardown handshake:...

6.6AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/04 4:18 p.m.7 views

AZL-99513 CVE-2026-80766 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

6.3AI score0.00177EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:12 p.m.7 views

EUVD-2026-71409

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

5.4AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/04 3:12 p.m.13 views

CVE-2026-80766

CVE-2026-80766 affects the Linux kernel HID uclogic driver , where a use-after-free occurs during device removal. The root cause is a race condition: timer_delete_sync() cancels the pen in-range timer, but a pen report arriving before hid_hw_stop() completes transport teardown can re-arm the time...

5.4AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 3:12 p.m.6 views

CVE-2026-80766 HID: uclogic: fix use-after-free of inrange_timer on remove

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device: timerdeletesync&drvdata-inrangetimer; hidhwstophdev; timerdeletesync only guarantees the timer is...

5.7AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/04 1:48 a.m.11 views

Remote-DLL-Injection-with-Timer-based-Shellcode-Execution

Remote DLL Injection with Timer-based Shellcode Execution Documentation updated from previous mistake proces injection title! ⚠ Educational Research Only This repository contains security research for educational purposes and authorized use only. Use responsibly and in accordance with all...

5.9AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/09/04 12:00 a.m.11 views

CVE-2026-80727

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

5.4AI score0.002EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/04 12:00 a.m.6 views

UBUNTU-CVE-2026-80727

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

5.8AI score0.002EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2026/09/04 12:00 a.m.5 views

The vulnerability of the tmigrhandle_remote_cpu() function in the kernel/time/timer_migration.c module of the Linux kernel’s timer subsystem allows a hacker to cause a service failure.

The vulnerability of the tmigrhandleremotecpu function in the kernel/time/timermigration.c module of the Linux kernel’s timer subsystem is related to the execution of a loop with an unreachable exit condition „Infinite loop“. Exploiting this vulnerability could allow a remote attacker to cause a...

7.8CVSS5.7AI score0.00486EPSS
SaveExploits0References10Affected Software3
OSV
OSV
added 2026/09/04 12:00 a.m.8 views

UBUNTU-CVE-2026-80737

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: synchronize DMA teardown dmaengineterminateall does not wait for a running callback, so the TX callback can still touch the TX buffer after it is freed. The RX poll timer reads the RX buffers without the port...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-80766

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HID: uclogic: fix use-after-free of inrangetimer on remove uclogicremove cancels the pen in-range timer and then stops the device:...

6.4AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/09/03 4:25 p.m.12 views

SUSE CVE-2026-80727

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

5.8AI score0.002EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/03 8:21 a.m.24 views

CVE-2026-80737

This vulnerability affects the amba-pl011 UART driver in the Linux kernel . During DMA teardown, dmaengine_terminate_all() does not wait for a running callback, allowing the TX callback to access the TX buffer after it has been freed (use-after-free). Additionally, the RX poll timer reads RX buff...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/03 8:21 a.m.12 views

CVE-2026-80727

CVE-2026-80727 affects the Linux kernel x86 MCE (Machine Check Exception) subsystem. During boot, the CMCI storm detection path (cmci_discover → mce_timer_kick → __mod_timer) attempts to modify a timer that has not yet been initialized via timer_setup(), triggering ODEBUG assertions (assert_init ...

5.8AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/03 8:21 a.m.5 views

CVE-2026-80727 x86/mce: Set up the polling timer before CMCI discovery

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.34 views

CVE-2026-80727 x86/mce: Set up the polling timer before CMCI discovery

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 8:21 a.m.10 views

EUVD-2026-70331

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Set up the polling timer before CMCI discovery I hit the following on one of my machines: mce: CPU0 BANK15 CMCI inherited storm ------------ cut here ------------ ODEBUG: assertinit not available active state 0 object:...

5.8AI score0.002EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/09/01 1:29 p.m.8 views

SUSE CVE-2026-72342

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats agent registration race mlx5ehvvhcastatscreate registers the stats agent through mlx5hvvhcaagentcreate. The helper publishes the agent in hvvhca-agentstype under agentslock and immediately schedules a...

5.3CVSS5.8AI score0.00193EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/31 6:10 p.m.8 views

Ciphey v0.12.1

➡️ Discord | Documentation ⬅️ Project ciphey ciphey is the next generation of decoding tools, built by the same people that brought you Ciphey. We fully intend to replace Ciphey with ciphey. ✨ You can read more about ciphey here https://skerritt.blog/introducing-ciphey/ ✨ How to Use The simplest...

5.9AI score
SaveExploits0References7
Rows per page
Query Builder