Lucene search
K

20 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: a race between writeprotect and exitmmap has been fixed. A race may occur when a process exits; its virtual memory addresses are removed by exitmmap, and at the same time, userfaultfdwriteprotect is called. This race...

4.7CVSS5.9AI score0.00022EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:0 a.m.3 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-002629 advisory. The Linux Kernel versions 4.14, 4.15, and 4.16 has a null pointer dereference which can result in an out of memory OOM killing of large mlocked processes. The issue...

5.5CVSS6.6AI score0.00084EPSS
Exploits0References13
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989658)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989658 advisory. 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...

4.7CVSS5.9AI score0.00022EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/21 12:0 a.m.0 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987609)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987609 advisory. 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...

4.7CVSS5.9AI score0.00022EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2018-1875

Malware in sbrugna...

5.5CVSS6.4AI score0.00084EPSS
Exploits0References14
SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.1 views

SUSE CVE-2023-53614

In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix race with VMA iteration and mmstruct teardown exitmmap will tear down the VMAs and maple tree with the mmaplock held in write mode. Ensure that the maple tree is still valid by checking ksmtestexit after taking the...

4.7CVSS6.3AI score0.00011EPSS
Exploits0References3
NVD
NVD
added 2025/10/04 4:15 p.m.6 views

CVE-2023-53614

In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix race with VMA iteration and mmstruct teardown exitmmap will tear down the VMAs and maple tree with the mmaplock held in write mode. Ensure that the maple tree is still valid by checking ksmtestexit after taking the...

4.7CVSS0.00011EPSS
Exploits0References3
OSV
OSV
added 2025/10/04 4:15 p.m.0 views

UBUNTU-CVE-2023-53614

In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix race with VMA iteration and mmstruct teardown exitmmap will tear down the VMAs and maple tree with the mmaplock held in write mode. Ensure that the maple tree is still valid by checking ksmtestexit after taking the...

4.7CVSS5.7AI score0.00011EPSS
Exploits0References6
CVE
CVE
added 2025/10/04 3:44 p.m.11 views

CVE-2023-53614

Summary: CVE-2023-53614 affects the Linux kernel in the mm/ksm path, where exit_mmap() may teardown VMAs and the maple tree while mmap_lock is held, risking a destroyed maple tree being dereferenced. The fix ensures maple tree validity by checking ksm_test_exit() after obtaining mmap_lock in read...

4.7CVSS5.9AI score0.00011EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2025/07/25 2:16 p.m.75 views

CVE-2025-38424

CVE-2025-38424 is a Linux kernel fix. The issue arose when perf sampling could access user-space state while the kernel was tearing down a process, risking a crash on ARM64 during do_exit(). The patch changes the teardown order to stop perf earlier in do_exit() and hardens PERF_SAMPLE_CALLCHAIN a...

5.5CVSS6.2AI score0.00066EPSS
Exploits0References10Affected Software1
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.1 views

PT-2025-30829

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where the perf subsystem attempts to access user space memory during address space teardown in the do exit function, potentially leading to a crash. This...

6CVSS6.7AI score0.00066EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/11/26 12:55 a.m.2 views

kernel: userfaultfd: fix a race between writeprotect and exit_mmap()

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...

4.7CVSS7.2AI score0.00022EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/09/04 7:24 a.m.2 views

kernel: userfaultfd: fix a race between writeprotect and exit_mmap()

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...

4.7CVSS7.2AI score0.00022EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.1 views

kernel: userfaultfd: fix a race between writeprotect and exit_mmap()

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...

4.7CVSS7.2AI score0.00022EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/05/25 3:33 a.m.1 views

SUSE 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...

5.5CVSS6.2AI score0.00022EPSS
Exploits0References8
OSV
OSV
added 2024/05/22 7:15 a.m.1 views

DEBIAN-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.7CVSS5.5AI score0.00022EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/05/22 12:0 a.m.2 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a contention between writeprotect and exitmmap...

4.7CVSS6.3AI score0.00022EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2024/01/25 8:13 a.m.2 views

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.7CVSS6.7AI score0.00013EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.1 views

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.7CVSS6.7AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 4:20 a.m.1 views

SUSE CVE-2018-1000200

The Linux Kernel versions 4.14, 4.15, and 4.16 has a null pointer dereference which can result in an out of memory OOM killing of large mlocked processes. The issue arises from an oom killed process's final thread calling exitmmap, which calls munlockvmapagesall for mlocked vmas.This can happen...

5.5CVSS6.9AI score0.00084EPSS
Exploits0References6
Rows per page
Query Builder