Lucene search
+L

750 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.5 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-001024)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001024 advisory. The futexwait function in kernel/futex.c in the Linux kernel before 2.6.37 does not properly maintain a certain reference count during requeue operations, which allo...

6.9CVSS5.4AI score0.00661EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-001450)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001450 advisory. An issue was discovered in the Linux kernel through 5.10.11. PI futexes have a kernel stack use-after-free during fault handling, allowing local users to execute cod...

7.8CVSS6.9AI score0.01377EPSS
SaveExploits1References4
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.3 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: futex: Prevention of use-after-free during requeue-PI The syzbot was able to trigger the following race condition: T1 T2 futexwaitrequeuepi futexdowait schedule futexrequeue futexproxytrylockatomic futexrequeuepiprepare...

7.8CVSS6.7AI score0.0014EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/13 12:00 a.m.17 views

MiracleLinux 9 : kernel-5.14.0-570.49.1.el9_6 (AXSA:2025-10930:74)

The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2025-10930:74 advisory. kernel: netfilter: nfconntrack: fix crash due to removal of uninitialised entry CVE-2025-38472 kernel: smb: client: fix use-after-free in...

9.8CVSS7.1AI score0.00505EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/01/07 12:00 a.m.2 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000421)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000421 advisory. A flaw was found in the Linux kernels futex implementation. This flaw allows a local attacker to corrupt system memory or escalate their privileges when creating a...

7.8CVSS6.4AI score0.0083EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/12/10 9:01 a.m.11 views

futex: Don't leak robust_list pointer on exec race

...

5.5CVSS7AI score0.00222EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/09 6:30 p.m.8 views

EUVD-2025-201861

In the Linux kernel, the following vulnerability has been resolved: futex: Don't leak robustlist pointer on exec race sysgetrobustlist and compatgetrobustlist use ptracemayaccess to check if the calling task is allowed to access another task's robustlist pointer. This check is racy against a...

5.8AI score0.00222EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.11 views

UBUNTU-CVE-2025-40341

In the Linux kernel, the following vulnerability has been resolved: futex: Don't leak robustlist pointer on exec race sysgetrobustlist and compatgetrobustlist use ptracemayaccess to check if the calling task is allowed to access another task's robustlist pointer. This check is racy against a...

5.8AI score0.00222EPSS
SaveExploits0References23
Cvelist
Cvelist
added 2025/12/09 4:09 a.m.46 views

CVE-2025-40341 futex: Don't leak robust_list pointer on exec race

In the Linux kernel, the following vulnerability has been resolved: futex: Don't leak robustlist pointer on exec race sysgetrobustlist and compatgetrobustlist use ptracemayaccess to check if the calling task is allowed to access another task's robustlist pointer. This check is racy against a...

0.00222EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 4:09 a.m.7 views

CVE-2025-40341 futex: Don't leak robust_list pointer on exec race

In the Linux kernel, the following vulnerability has been resolved: futex: Don't leak robustlist pointer on exec race sysgetrobustlist and compatgetrobustlist use ptracemayaccess to check if the calling task is allowed to access another task's robustlist pointer. This check is racy against a...

6.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/09 4:09 a.m.9 views

CVE-2025-40341

In the Linux kernel, the following vulnerability has been resolved: futex: Don't leak robustlist pointer on exec race sysgetrobustlist and compatgetrobustlist use ptracemayaccess to check if the calling task is allowed to access another task's robustlist pointer. This check is racy against a...

5.5AI score0.00222EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 4:09 a.m.35 views

CVE-2025-40341

CVE-2025-40341 concerns a race in futex handling (robust_list) in the Linux kernel where sys_get_robust_list() and compat_get_robust_list() could leak a user process’s robust_list pointer across an exec() transition. The issue arises because ptrace_may_access() checks permissions before an exec()...

5.8AI score0.00222EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/03 12:00 a.m.12 views

Oracle Linux 10 : ELSA-2025-20095-0: / kernel (ELSA-2025-200950)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-200950 advisory. - selftests: tls: add tests for zero-length records CKI Backport Bot RHEL-114328 CVE-2025-39682 - tls: fix handling of zero-length records on the...

9.8CVSS7.7AI score0.01278EPSS
SaveExploits11References87
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: Ensure that iofutexwait properly cleans up in case of failure. The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field. However, the request is not marked with REQFASYNCDATA at that point...

8.8CVSS6.4AI score0.00192EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-39977

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - futex: Prevent use-after-free during requeue-PI syzbot managed to trigger the following race: T1 T2 futexwaitrequeuepi futexdowait schedule futexrequeue...

7.8CVSS7.3AI score0.0014EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-39976

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: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong...

7.8CVSS6.3AI score0.00133EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/24 12:00 a.m.11 views

Oracle Linux 10 / 9 : Unbreakable Enterprise kernel (ELSA-2025-20719)

The remote Oracle Linux 10 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-20719 advisory. - iouring/futex: ensure iofutexwait cleans up properly on failure Jens Axboe Orabug: 38572958 CVE-2025-39698 - fs: writeback: fix use-after-free ...

9.8CVSS7.1AI score0.08942EPSS
SaveExploits3References11
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.9 views

SUSE CVE-2025-39976

In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong error exit path from futexhashallocatedefault. After exiting from futexhashallocatedefault, neither tasklistlock nor siglock has been...

6.5AI score0.00133EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.15 views

SUSE CVE-2025-39977

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent use-after-free during requeue-PI syzbot managed to trigger the following race: T1 T2 futexwaitrequeuepi futexdowait schedule futexrequeue futexproxytrylockatomic futexrequeuepiprepare requeuepiwakefutex...

7CVSS6.4AI score0.0014EPSS
SaveExploits0References92
RedhatCVE
RedhatCVE
added 2025/10/16 12:30 p.m.17 views

CVE-2025-39976

In the Linux kernel, the following vulnerability has been resolved: futex: Use correct exit on failure from futexhashallocatedefault copyprocess uses the wrong error exit path from futexhashallocatedefault. After exiting from futexhashallocatedefault, neither tasklistlock nor siglock has been...

7CVSS5.9AI score0.00133EPSS
SaveExploits0References4
Rows per page
Query Builder