Lucene search
+L

337 matches found

OSV
OSV
•added 2025/02/26 1:54 a.m.•13 views

CVE-2022-49077 mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)

In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidaterangestart/end on mremapoldsize=0 If an mremap syscall with oldsize=0 ends up in movepagetables, it will call invalidaterangestart/invalidaterangeend unnecessarily, i.e. with an empty range...

4.9AI score
SaveExploits0References12
CVE
CVE
•added 2025/02/26 1:54 a.m.•104 views

CVE-2022-49077

CVE-2022-49077 — Linux kernel : A vulnerability where an mremap(old_size=0) path could reach move_page_tables() and trigger unnecessary invalidate_range_start()/invalidate_range_end() on an empty range, causing a WARN in KVM mmu_notifier. The published fix is to short‑circuit with an early return...

5.5CVSS5.3AI score0.00253EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
•added 2025/02/26 1:54 a.m.•21 views

CVE-2022-49077

In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidaterangestart/end on mremapoldsize=0 If an mremap syscall with oldsize=0 ends up in movepagetables, it will call invalidaterangestart/invalidaterangeend unnecessarily, i.e. with an empty range...

5.5CVSS5.3AI score0.00253EPSS
SaveExploits0
CNNVD
CNNVD
•added 2025/02/26 12:00 a.m.•9 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 an unnecessary invalidaterangestart/end call on mremapoldsize=0, which results in a mmunotifier warning for...

5.5CVSS5.1AI score0.00253EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
•added 2025/02/13 12:20 a.m.•10 views

SUSE 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.5CVSS7.6AI score0.00191EPSS
SaveExploits0References17
OSV
OSV
•added 2025/02/12 2:15 p.m.•8 views

DEBIAN-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.00191EPSS
SaveExploits0References1
NVD
NVD
•added 2025/02/12 2:15 p.m.•21 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.5CVSS0.00191EPSS
SaveExploits0References2
OSV
OSV
•added 2025/02/12 2:15 p.m.•20 views

UBUNTU-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.5CVSS6.5AI score0.00191EPSS
SaveExploits0References7
OSV
OSV
•added 2025/02/12 1:27 p.m.•13 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...

5.5CVSS6.1AI score
SaveExploits0References5
CVE
CVE
•added 2025/02/12 1:27 p.m.•144 views

CVE-2025-21696

CVE-2025-21696 (Linux kernel) : Affects memory management with userfaultfd (UFFD). When mremap() moves a region previously registered with UFFD_WP but without UFFD_FEATURE_EVENT_REMAP, the code could fail to clear uffd-wp on PTE/PMD, causing a mismatch between vma flags (UFFD_WP cleared) and PTE/...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
•added 2025/02/12 1:27 p.m.•29 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.00191EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2025/02/12 1:27 p.m.•11 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...

7.7AI score0.00191EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2025/02/12 1:27 p.m.•13 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.00191EPSS
SaveExploits0
CNNVD
CNNVD
•added 2025/02/12 12:00 a.m.•9 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 not clearing the uffd-wp PTE/PMD state during the mremap operation. An attacker exploiting this vulnerabilit...

5.5CVSS6.4AI score0.00191EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2025/01/12 12:00 a.m.•18 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.00191EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2024/12/03 12:16 a.m.•7 views

SUSE CVE-2024-53111

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix address wraparound in movepagetables On 32-bit platforms, it is possible for the expression len + oldaddr include include include define ADDR1 void0x60000000 define ADDR2 void0x10000000 define SIZE 0x50000000uL int...

5.5CVSS7.7AI score0.00207EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
•added 2024/12/02 3:26 p.m.•22 views

CVE-2024-53111

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix address wraparound in movepagetables On 32-bit platforms, it is possible for the expression len + oldaddr oldend to be false-positive if len + oldaddr wraps around. oldaddr is the cursor in the old range up to whic...

5.5CVSS7AI score0.00207EPSS
SaveExploits0References4
OSV
OSV
•added 2024/12/02 2:15 p.m.•6 views

DEBIAN-CVE-2024-53111

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix address wraparound in movepagetables On 32-bit platforms, it is possible for the expression len + oldaddr include include include define ADDR1 void0x60000000 define ADDR2 void0x10000000 define SIZE 0x50000000uL int...

5.5CVSS5.7AI score0.00207EPSS
SaveExploits0References1
NVD
NVD
•added 2024/12/02 2:15 p.m.•23 views

CVE-2024-53111

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix address wraparound in movepagetables On 32-bit platforms, it is possible for the expression len + oldaddr include include include define ADDR1 void0x60000000 define ADDR2 void0x10000000 define SIZE 0x50000000uL int...

7.1CVSS0.00207EPSS
SaveExploits0References2
OSV
OSV
•added 2024/12/02 2:15 p.m.•8 views

UBUNTU-CVE-2024-53111

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix address wraparound in movepagetables On 32-bit platforms, it is possible for the expression len + oldaddr include include include define ADDR1 void0x60000000 define ADDR2 void0x10000000 define SIZE 0x50000000uL int...

7.1CVSS6.6AI score0.00207EPSS
SaveExploits0References17
Rows per page
Query Builder