Lucene search
+L

190 matches found

Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.29 views

PT-2026-43884

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the deferred split queue during migration. The migrate folio move function records the deferred split queue state from the source and replays it on the...

9.8CVSS5.9AI score0.07006EPSS
SaveExploits18References278
SUSE CVE
SUSE CVE
added 2026/05/22 2:20 a.m.12 views

SUSE CVE-2026-43499

In the Linux kernel, the following vulnerability has been resolved: rtmutex: Use waiter::task instead of current in removewaiter removewaiter is used by the slowlock paths, but it is also used for proxy-lock rollback in rtmutexstartproxylock when invoked from futexrequeue. In the latter case...

7.8CVSS5.8AI score0.00725EPSS
SaveExploits54References31
RedhatCVE
RedhatCVE
added 2026/05/21 3:29 p.m.18 views

CVE-2026-43499

A flaw was found in the Linux kernel. When the kernel's real-time mutex rtmutex component performs a specific operation called 'proxy-lock rollback' during futex requeue, it incorrectly handles task pointers. This can lead to a 'Use-After-Free' UAF vulnerability, where the system attempts to use...

7.8CVSS6.8AI score0.00725EPSS
SaveExploits54References4
EUVD
EUVD
added 2026/05/21 12:17 p.m.13 views

EUVD-2026-31277

In the Linux kernel, the following vulnerability has been resolved: rtmutex: Use waiter::task instead of current in removewaiter removewaiter is used by the slowlock paths, but it is also used for proxy-lock rollback in rtmutexstartproxylock when invoked from futexrequeue. In the latter case...

5.8AI score0.00725EPSS
SaveExploits54References5
CVE
CVE
added 2026/05/21 12:17 p.m.1468 views

CVE-2026-43499

The CVE-2026-43499 issue concerns the Linux kernel rtmutex path where remove_waiter() operated on current during dequeue in rt_mutex_start_proxy_lock() via futex_requeue(). This caused: (1) rbtree dequeue without waiter::task::pi_lock, (2) waiter task pi_blocked_on not cleared (dangling pointer, ...

7.8CVSS5.8AI score0.00725EPSS
SaveExploits54References9Affected Software1
OSV
OSV
added 2026/05/21 12:17 p.m.12 views

CVE-2026-43499 rtmutex: Use waiter::task instead of current in remove_waiter()

In the Linux kernel, the following vulnerability has been resolved: rtmutex: Use waiter::task instead of current in removewaiter removewaiter is used by the slowlock paths, but it is also used for proxy-lock rollback in rtmutexstartproxylock when invoked from futexrequeue. In the latter case...

7.8CVSS6.4AI score
SaveExploits0References12
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: futex: It is required that sysfutexrequeue has identical flags. Nicholas reported that his LLM found it possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different fla...

7.8CVSS5.7AI score0.00172EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/04/25 1:39 a.m.6 views

SUSE CVE-2026-31554

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

7.8CVSS5.5AI score0.00172EPSS
SaveExploits0References29
RedhatCVE
RedhatCVE
added 2026/04/24 5:20 p.m.8 views

CVE-2026-31554

A flaw was found in the Linux kernel. A local attacker could exploit a use-after-free vulnerability by calling the sysfutexrequeue function with inconsistent flags. This could lead to a system crash, resulting in a denial of service, or potentially allow for privilege escalation...

7.8CVSS5.4AI score0.00172EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/24 3:16 p.m.5 views

DEBIAN-CVE-2026-31554

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

7.8CVSS5.3AI score0.00172EPSS
SaveExploits0References1
NVD
NVD
added 2026/04/24 3:16 p.m.8 views

CVE-2026-31554

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

7.8CVSS0.00172EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/24 2:35 p.m.41 views

CVE-2026-31554 futex: Require sys_futex_requeue() to have identical flags

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

7.8CVSS0.00172EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:35 p.m.3 views

CVE-2026-31554

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

5.5AI score0.00172EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/04/24 2:35 p.m.46 views

CVE-2026-31554

The CVE-2026-31554 entry concerns a Linux kernel futex requeue issue: using sys_futex_requeue() with different flags could enable a use-after-free/UaF condition. To fix, the code now requires identical flags for sys_futex_requeue() (matching the behavior of old-style sys_futex() requeue). The vul...

7.8CVSS5.5AI score0.00172EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/24 2:35 p.m.12 views

EUVD-2026-25447

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

5.4AI score0.00172EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/04/24 2:35 p.m.9 views

CVE-2026-31554

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

7.8CVSS5.3AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2026/04/24 2:35 p.m.4 views

CVE-2026-31554 futex: Require sys_futex_requeue() to have identical flags

In the Linux kernel, the following vulnerability has been resolved: futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with different flags. The initial motivation for allowing different flags wa...

7.8CVSS6AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.20 views

PT-2026-34906

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-after-Free UaF issue exists in the Linux kernel when the sys futex requeue function is used with different flags. This occurs because the system did not mandate identical flags for...

8.5CVSS6.1AI score0.00172EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/24 12:0 a.m.43 views

Linux Distros Unpatched Vulnerability : CVE-2026-31554

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - futex: Require sysfutexrequeue to have identical flags Nicholas reported that his LLM found it was possible to create a UaF when sysfutexrequeue is used with...

7.8CVSS5.9AI score0.00172EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/04/23 11:21 p.m.11 views

kernel: Linux kernel: Denial of Service via unsafe requeue in rxrpc_recvmsg

A flaw was found in the Linux kernel. A local unprivileged process can exploit an unsafe requeue path in the rxrpcrecvmsg function by using AFRXRPC sockets with MSGDONTWAIT and MSGPEEK flags. This improper handling of the receive message queue can lead to memory corruption, such as Use-After-Free...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References5
Rows per page
Query Builder