Lucene search
+L

773 matches found

NVD
NVD
added 4 days ago8 views

CVE-2026-68415

In the Linux kernel, the following vulnerability has been resolved: xfrm: clear mode callbacks after failed mode setup xfrmstategctask can run long after a failed IPTFS state setup. In the reproduced case, xfrminitstate cached x-modecbs, IPTFS setup returned -ENOMEM before publishing modedata, an...

7.8CVSS0.00166EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago4 views

CVE-2026-68200

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: don't re-enter an instance callback that is still running The userspace-driven timer utimer TRIGGER ioctl calls sndtimerinterrupt directly with no serialization, so two threads triggering the same utimer can run...

7.8CVSS0.00209EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago5 views

UBUNTU-CVE-2026-68415

In the Linux kernel, the following vulnerability has been resolved: xfrm: clear mode callbacks after failed mode setup xfrmstategctask can run long after a failed IPTFS state setup. In the reproduced case, xfrminitstate cached x-modecbs, IPTFS setup returned -ENOMEM before publishing modedata, an...

7.8CVSS5.2AI score0.00166EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago32 views

CVE-2026-68415 xfrm: clear mode callbacks after failed mode setup

In the Linux kernel, the following vulnerability has been resolved: xfrm: clear mode callbacks after failed mode setup xfrmstategctask can run long after a failed IPTFS state setup. In the reproduced case, xfrminitstate cached x-modecbs, IPTFS setup returned -ENOMEM before publishing modedata, an...

7.8CVSS0.00166EPSS
SaveExploits0References3
CVE
CVE
added 4 days ago23 views

CVE-2026-68415

The CVE-2026-68415 entry documents a Linux kernel xfrm (IPSec) flaw where xfrm_state_gc_task can dereference stale mode_cbs after a failed IPTFS state setup and subsequent module unload. The root cause is failing to clear x->mode_cbs before publishing mode_data, allowing deferred GC to access ...

7.8CVSS5.3AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-55601

In the Linux kernel, the following vulnerability has been resolved: xfrm: clear mode callbacks after failed mode setup xfrmstategctask can run long after a failed IPTFS state setup. In the reproduced case, xfrminitstate cached x-modecbs, IPTFS setup returned -ENOMEM before publishing modedata, an...

5.3AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-68201 ALSA: timer: drain a slave's callback before its master detaches it

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: drain a slave's callback before its master detaches it sndtimercloselocked drains the closing instance's own in-flight callback IFLGCALLBACK before freeing it, but not its slaves'. When a master instance is closed,...

7.8CVSS0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-55302

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: drain a slave's callback before its master detaches it sndtimercloselocked drains the closing instance's own in-flight callback IFLGCALLBACK before freeing it, but not its slaves'. When a master instance is closed,...

5.3AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago21 views

CVE-2026-68201

The CVE-2026-68201 issue affects the Linux kernel ALSA timer: when closing a master timer, a slave’s in-flight callback may run after detach, causing use-after-free. The fix drains slave callbacks before removing slave links, and stops pending/active callbacks on the slave side before freeing. Th...

7.8CVSS5.3AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 4 days ago11 views

EUVD-2026-55301

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: don't re-enter an instance callback that is still running The userspace-driven timer utimer TRIGGER ioctl calls sndtimerinterrupt directly with no serialization, so two threads triggering the same utimer can run...

5.4AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago23 views

CVE-2026-68198

The CVE-2026-68198 issue affects the Linux kernel’s ath6kl Wi‑Fi driver, specifically aggr_reset_state(). The non-synchronous timer deletion (timer_delete) can race with timer callbacks (aggr_timeout) that access aggr_conn fields, potentially freeing memory used by the callback, leading to a use‑...

8.8CVSS5.4AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago23 views

CVE-2026-68178

CVE-2026-68178 concerns the Linux kernel NSM (Network Shared Memory) misc device. The root cause is that misc_open() installs file_operations with fops_get() which pins file_operations::owner, but NSM’s misc device left nsm_dev_fops.owner unset, allowing an open /dev/nsm descriptor to survive an ...

7.8CVSS5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/06 4:48 p.m.42 views

CVE-2026-12584

Technical details (affected versions, root cause, impact, fixes) are not publicly available in the provided documents. Monitor for updates.

7.5CVSS5.5AI score0.00179EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:33 a.m.7 views

CVE-2025-15039

The Conditional Authentication Adaptive Authentication script does not correctly enforce the completion of all required authentication steps when a specific multi-step pattern involving certain authenticators is configured. This allows an attacker to bypass intermediate authentication challenges ...

9.4CVSS5.5AI score0.00372EPSS
SaveExploits0References2Affected Software10
CVE
CVE
added 2026/08/06 7:33 a.m.62 views

CVE-2025-15039

CVE-2025-15039 concerns the Conditional Authentication (Adaptive Authentication) script in multiple WSO2 products. The flaw is that the script does not properly enforce completion of all required authentication steps when a specific multi-step pattern involving certain authenticators is configure...

9.4CVSS5.5AI score0.00372EPSS
SaveExploits0References1Affected Software9
OSV
OSV
added 2026/08/03 3:35 p.m.6 views

GHSA-M65R-RPRJ-R5RG Russh: Channel-scoped server callbacks can be reached without an open channel

There is a server-side channel state issue in russh. After a client is authenticated, russh can dispatch channel-scoped handler callbacks for recipient channel IDs that were never opened or confirmed. In the strongest reproduced case, the client does not send SSHMSGCHANNELOPEN at all. It...

6.5CVSS5.5AI score0.00213EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/03 3:34 p.m.41 views

CVE-2026-68930 Russh: Channel-scoped server callbacks can be reached without an open channel

Russh is a Rust SSH client & server library. Prior to 0.62.5, russh dispatches channel-scoped Handler callbacks for recipient channel IDs that were never opened or confirmed in russh/src/server/encrypted.rs, serverreadauthenticated, and the execrequest callback. Version 0.62.5 fixes the issue...

6.5CVSS0.00213EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/03 3:34 p.m.51 views

CVE-2026-68930

Russh is a Rust SSH library. Prior to version 0.62.5, it dispatched channel-scoped Handler callbacks for recipient channel IDs that were never opened or confirmed in russh/src/server/encrypted.rs, server_read_authenticated, and the exec_request callback. This could allow callbacks to be reached w...

6.5CVSS5.5AI score0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/03 3:34 p.m.11 views

CVE-2026-68930 Russh: Channel-scoped server callbacks can be reached without an open channel

Russh is a Rust SSH client & server library. Prior to 0.62.5, russh dispatches channel-scoped Handler callbacks for recipient channel IDs that were never opened or confirmed in russh/src/server/encrypted.rs, serverreadauthenticated, and the execrequest callback. Version 0.62.5 fixes the issue...

6.5CVSS5.4AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/03 3:34 p.m.9 views

EUVD-2026-52337

Russh is a Rust SSH client & server library. Prior to 0.62.5, russh dispatches channel-scoped Handler callbacks for recipient channel IDs that were never opened or confirmed in russh/src/server/encrypted.rs, serverreadauthenticated, and the execrequest callback. Version 0.62.5 fixes the issue...

6.5CVSS5.5AI score0.00213EPSS
SaveExploits0References3
Rows per page
Query Builder