Lucene search
+L

47 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80775

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e futex: Move...

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

EUVD-2026-71418

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e "futex: Move futexhashfree back to mmput" moved the allocation here and assumed...

5.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 3:12 p.m.11 views

CVE-2026-80775 futex: Fix race on the initial mm->futex.phash.ref allocation

In the Linux kernel, the following vulnerability has been resolved: futex: Fix race on the initial mm-futex.phash.ref allocation futexhashallocate allocates mm-futex.phash.ref without any locking. Commit d9b05321e21e "futex: Move futexhashfree back to mmput" moved the allocation here and assumed...

5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/09/04 3:12 p.m.14 views

CVE-2026-80775

CVE-2026-80775 is a race condition in the Linux kernel futex subsystem, specifically in the initial allocation of mm->futex.phash.ref. The root cause is a concurrent execution scenario introduced by nested vfork : when a vfork child calls vfork again and is killed with SIGKILL, the parent and ...

5.3AI score0.00168EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/06/27 1:55 a.m.17 views

SUSE CVE-2026-52973

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

7.8CVSS5.8AI score0.00151EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/06/24 6:32 p.m.18 views

EUVD-2026-38841

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

5.7AI score0.00151EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/24 5:17 p.m.19 views

CVE-2026-52973

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

7.8CVSS0.00151EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/06/24 5:17 p.m.14 views

CVE-2026-52973

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

7.8CVSS5.4AI score0.00151EPSS
SaveExploits0References11
CVE
CVE
added 2026/06/24 4:28 p.m.63 views

CVE-2026-52973

Summary: CVE-2026-52973 relates to the Linux kernel futex subsystem. The issue arises from dropping the CLONE_THREAD requirement for private default futex hash allocation, because the function need_futex_hash_allocate_default() relied on strict pthread semantics. This misinteraction with CLONE_TH...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2026/06/24 4:28 p.m.54 views

CVE-2026-52973 futex: Drop CLONE_THREAD requirement for private default hash alloc

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

7.8CVSS0.00151EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/06/24 4:28 p.m.13 views

CVE-2026-52973

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

5.6AI score0.00151EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/06/24 4:28 p.m.12 views

CVE-2026-52973 futex: Drop CLONE_THREAD requirement for private default hash alloc

In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONETHREAD requirement for private default hash alloc Currently needfutexhashallocatedefault depends on strict pthread semantics, abusing CLONETHREAD. This breaks the non-concurrency assumptions when doing the...

7.8CVSS5.8AI score
SaveExploits0References13
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: rvdso: In the vdsojointimens function, a NULL reference was corrected when using vfork. The testing results are as follows in the kernel log: 6.838454 Unable to handle kernel access to user memory without uaccess routines at...

5.7AI score0.00235EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.10 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: The handling of vfork/CLONEVM functions must be corrected properly. Matthieu and Jiri reported that there were stalls occurring when a task repeatedly looped in mmgetcid during scheduling. It turned out that the logi...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/05/20 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-43417

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork/CLONEVM correctly Matthieu and Jiri reported stalls where a task...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/13 3:34 a.m.16 views

SUSE CVE-2026-43417

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork/CLONEVM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mmgetcid when scheduling in. It turned out that the logic which handles vfork'ed tasks is broken. It is invoked when th...

5.8AI score0.00107EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/08 11:01 p.m.14 views

CVE-2026-43417

A flaw was found in the Linux kernel. The logic for handling tasks created using vfork a system call that creates a new process contains an error. This can cause a task to enter an endless loop when attempting to acquire a Context ID CID during scheduling. A local user could exploit this...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/08 3:16 p.m.17 views

CVE-2026-43417

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork/CLONEVM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mmgetcid when scheduling in. It turned out that the logic which handles vfork'ed tasks is broken. It is invoked when th...

5.5CVSS0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/08 3:16 p.m.27 views

UBUNTU-CVE-2026-43417

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork/CLONEVM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mmgetcid when scheduling in. It turned out that the logic which handles vfork'ed tasks is broken. It is invoked when th...

6.8CVSS5.7AI score0.00107EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.17 views

CVE-2026-43417

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork/CLONEVM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mmgetcid when scheduling in. It turned out that the logic which handles vfork'ed tasks is broken. It is invoked when th...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References4
Rows per page
Query Builder