Lucene search
+L

308 matches found

Cvelist
Cvelist
added 2025/02/12 1:27 p.m.17 views

CVE-2025-21696 mm: clear uffd-wp PTE/PMD state on mremap()

In the Linux kernel, the following vulnerability has been resolved: mm: clear uffd-wp PTE/PMD state on mremap When mremaping a memory region previously registered with userfaultfd as write-protected but without UFFDFEATUREEVENTREMAP, an inconsistency in flag clearing leads to a mismatch between t...

0.00188EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/02/12 1:27 p.m.8 views

CVE-2025-21696

In the Linux kernel, the following vulnerability has been resolved: mm: clear uffd-wp PTE/PMD state on mremap When mremaping a memory region previously registered with userfaultfd as write-protected but without UFFDFEATUREEVENTREMAP, an inconsistency in flag clearing leads to a mismatch between t...

5.5CVSS5.6AI score0.00188EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: The userfaultfdapi function has been fixed to return EINVAL as expected. Currently, if we request a feature that is not set in the kernel configuration, we will fail silently and return all available features. However, the manual...

3.3CVSS6.2AI score0.00282EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/12 12:0 a.m.11 views

PT-2025-6932

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when a memory region previously registered with userfaultfd as write-protected but without UFFD FEATURE EVENT REMAP is mremaped, leading to an inconsistency in flag...

5.5CVSS7.2AI score0.00188EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/26 12:55 a.m.14 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.00164EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/11/26 12:0 a.m.15 views

RHEL 8 : kernel (RHSA-2024:10262)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:10262 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: improper input validation may...

7.8CVSS7.1AI score0.019EPSS
SaveExploits7References46
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.3 views

kernel: mm/userfaultfd: reset ptes when close() for wr-protected ones

In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: reset ptes when close for wr-protected ones Userfaultfd unregister includes a step to remove wr-protect bits from all the relevant pgtable entries, but that only covered an explicit UFFDIOUNREGISTER ioctl, not a...

5.5CVSS6.8AI score0.00239EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/10 3:49 a.m.3 views

SUSE CVE-2024-50220

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

5.5CVSS7.6AI score0.00167EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/09 11:15 a.m.3 views

DEBIAN-CVE-2024-50220

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

4.7CVSS5.6AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/09 11:15 a.m.13 views

UBUNTU-CVE-2024-50220

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

4.7CVSS6.3AI score0.00167EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.17 views

CVE-2024-50220 fork: do not invoke uffd on fork if error occurs

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

0.00167EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/11/09 12:0 a.m.7 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 the presence of an uffd call on error...

4.7CVSS6.6AI score0.00167EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/10/16 12:0 a.m.14 views

The vulnerability of the BUG_ON() function of the userfaultfd component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the BUGON function of the userfaultfd component in the Linux operating system is related to improper locking mechanisms. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References13Affected Software4
SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.4 views

SUSE CVE-2024-46838

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

5.5CVSS7.7AI score0.00234EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/09/27 3:14 p.m.13 views

CVE-2024-46838

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

5.5CVSS6.9AI score0.00234EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/27 1:15 p.m.13 views

CVE-2024-46838

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

5.5CVSS0.00234EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/27 1:15 p.m.3 views

DEBIAN-CVE-2024-46838

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

5.5CVSS5.6AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/27 1:15 p.m.3 views

UBUNTU-CVE-2024-46838

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/09/27 12:39 p.m.18 views

CVE-2024-46838 userfaultfd: don't BUG_ON() if khugepaged yanks our page table

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

0.00234EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/27 12:39 p.m.14 views

CVE-2024-46838 userfaultfd: don't BUG_ON() if khugepaged yanks our page table

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

6.8AI score0.00234EPSS
SaveExploits0References3
Rows per page
Query Builder