Lucene search
+L

20 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-90247

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix mmaplock leak in irqwork path stackmapgetbuildidoffset introduced a per-CPU irqwork to defer mmapreadunlock from NMI context, and bpffindvma later reus...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 5:17 p.m.5 views

AZL-102864 CVE-2026-90247 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix mmaplock leak in irqwork path stackmapgetbuildidoffset introduced a per-CPU irqwork to defer mmapreadunlock from NMI context, and bpffindvma later reused the same mmapunlockwork. Both callers only check whether the work ...

0.00198EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 4:07 p.m.4 views

EUVD-2026-81840

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix mmaplock leak in irqwork path stackmapgetbuildidoffset introduced a per-CPU irqwork to defer mmapreadunlock from NMI context, and bpffindvma later reused the same mmapunlockwork. Both callers only check whether the work ...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:07 p.m.5 views

CVE-2026-90247 bpf: Fix mmap_lock leak in irq_work path

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix mmaplock leak in irqwork path stackmapgetbuildidoffset introduced a per-CPU irqwork to defer mmapreadunlock from NMI context, and bpffindvma later reused the same mmapunlockwork. Both callers only check whether the work ...

SaveExploits0References6
CVE
CVE
added 2026/09/17 4:07 p.m.13 views

CVE-2026-90247

CVE-2026-90247 affects the Linux kernel BPF subsystem . The vulnerability resides in the per-CPU mmap_unlock_work irq_work slot shared by stack_map_get_build_id_offset() and bpf_find_vma(). Because both callers only check whether the work is busy before taking mmap_lock, a nested caller can reuse...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-22661

Malicious code in bioql PyPI...

7.6AI score0.00183EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/23 11:06 a.m.33 views

CVE-2021-47461

A possible race condition flaw was found in the Linux kernel. When a process exits, its virtual memory areas VMAs are removed by exitmmap, and at the same time, userfaultfdwriteprotect is called...

7CVSS7.8AI score0.00173EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/22 7:15 a.m.29 views

CVE-2021-47461

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix a race between writeprotect and exitmmap A race is possible when a process exits, its VMAs are removed by exitmmap and at the same time userfaultfdwriteprotect is called. The race was detected by KASAN on a...

4.7CVSS7.7AI score
SaveExploits0References3
OSV
OSV
added 2024/05/22 7:15 a.m.22 views

UBUNTU-CVE-2021-47461

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix a race between writeprotect and exitmmap A race is possible when a process exits, its VMAs are removed by exitmmap and at the same time userfaultfdwriteprotect is called. The race was detected by KASAN on a...

7.8CVSS6.1AI score0.00173EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.41 views

CVE-2021-47461

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix a race between writeprotect and exitmmap A race is possible when a process exits, its VMAs are removed by exitmmap and at the same time userfaultfdwriteprotect is called. The race was detected by KASAN on a...

7.8CVSS6.3AI score0.00173EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/22 6:23 a.m.19 views

CVE-2021-47461 userfaultfd: fix a race between writeprotect and exit_mmap()

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix a race between writeprotect and exitmmap A race is possible when a process exits, its VMAs are removed by exitmmap and at the same time userfaultfdwriteprotect is called. The race was detected by KASAN on a...

7.8CVSS6.8AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/22 6:23 a.m.37 views

CVE-2021-47461 userfaultfd: fix a race between writeprotect and exit_mmap()

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix a race between writeprotect and exitmmap A race is possible when a process exits, its VMAs are removed by exitmmap and at the same time userfaultfdwriteprotect is called. The race was detected by KASAN on a...

7.8CVSS6.3AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/22 6:23 a.m.165 views

CVE-2021-47461

CVE-2021-47461 refers to a race in the Linux kernel’s userfaultfd path between writeprotect and exit_mmap() when a process exits and its VMAs are removed concurrently with userfaultfd_writeprotect(). The issue can occur on vanilla kernels as well as development ones and was detected by KASAN. The...

7.8CVSS6.6AI score0.00173EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/03/04 6:15 p.m.30 views

CVE-2021-47090

In the Linux kernel, the following vulnerability has been resolved: mm/hwpoison: clear MFCOUNTINCREASED before retrying getanypage Hulk Robot reported a panic in putpagetestzero when testing madvise with MADVSOFTOFFLINE. The BUG is triggered when retrying getanypage. This is because we keep...

5.5CVSS6AI score0.00353EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/03/04 6:10 p.m.17 views

CVE-2021-47090 mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()

In the Linux kernel, the following vulnerability has been resolved: mm/hwpoison: clear MFCOUNTINCREASED before retrying getanypage Hulk Robot reported a panic in putpagetestzero when testing madvise with MADVSOFTOFFLINE. The BUG is triggered when retrying getanypage. This is because we keep...

6.4AI score0.00353EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2023/10/03 4:55 p.m.48 views

CVE-2023-4732 Kernel: race between task migrating pages and another task calling exit_mmap to release those same pages getting invalid opcode bug in include/linux/swapops.h

A flaw was found in pfnswapentrytopage in memory management subsystem in the Linux Kernel. In this flaw, an attacker with a local user privilege may cause a denial of service problem due to a BUG statement referencing pmdt x...

4.7CVSS5.7AI score0.00183EPSS
SaveExploits0References6
OSV
OSV
added 2021/11/14 3:23 p.m.22 views

GSD-2021-1002172 userfaultfd: fix a race between writeprotect and exit_mmap()

userfaultfd: fix a race between writeprotect and exitmmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/11/14 3:23 p.m.23 views

UVI-2021-1002172 userfaultfd: fix a race between writeprotect and exit_mmap()

userfaultfd: fix a race between writeprotect and exitmmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/11/14 3:19 p.m.16 views

GSD-2021-1002102 userfaultfd: fix a race between writeprotect and exit_mmap()

userfaultfd: fix a race between writeprotect and exitmmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.14.15 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/10/28 1:51 p.m.17 views

GSD-2021-1001843 userfaultfd: fix a race between writeprotect and exit_mmap()

userfaultfd: fix a race between writeprotect and exitmmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.76 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder