Lucene search
+L

267 matches found

Debian CVE
Debian CVE
added 2025/03/27 4:42 p.m.70 views

CVE-2022-49744

In the Linux kernel, the following vulnerability has been resolved: mm/uffd: fix pte marker when fork without fork event Patch series "mm: Fixes on pte markers". Patch 1 resolves the syzkiller report from Pengfei. Patch 2 further harden pte markers when used with the recent swapin error markers...

5.5CVSS5.5AI score0.00154EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:42 p.m.79 views

CVE-2022-49744

The CVE-2022-49744 entry concerns a Linux kernel mm/uffd issue: when forking, the dst_vma may not inherit VM_UFFD_WP even if the src has it, leading to a stale pte marker and potential access to a corrupted page. The fix is a two‑patch series under “mm: Fixes on pte markers” that hardens pte mark...

5.5CVSS6.4AI score0.00154EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/03/27 12:00 a.m.6 views

PT-2025-13286 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the handling of pte markers when the fork function is called without a fork event. The issue was addressed through a...

4.6CVSS4.9AI score0.00154EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2025/03/27 12:00 a.m.7 views

PT-2025-13310 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the mm/MADV COLLAPSE feature. The issue arises from a logical hole introduced in a commit, where !none && !huge && !ba...

4.6CVSS4.9AI score0.00115EPSS
SaveExploits0References17
Positive Technologies
Positive Technologies
added 2025/03/27 12:00 a.m.7 views

PT-2025-13302 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel related to the handling of PTE markers in the hugetlb change protection function. The issue can be triggered by mapping a memfd...

6.8CVSS5AI score0.00162EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2025/03/10 12:00 a.m.27 views

PT-2025-14487 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns a NULL-check in the Linux kernel's drm/amdgpu component when determining GFX12 PTE flags. Specifically, PRT BOs may not have any backing store, resulting in a NULL...

7.8CVSS5.5AI score0.66418EPSS
SaveExploits6References1241
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-56628

"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: LoongArch: Add architecture specific hugepteclear When executing mm selftests runvmtests.sh...

7.8CVSS5.7AI score0.00215EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/26 7:01 a.m.15 views

AZL-68690 CVE-2022-49562 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use trycmpxchguser to update guest PTE A/D bits Use the recently introduced trycmpxchguser to update guest PTE A/D bits instead of mapping the PTE into kernel address space. The VMPFNMAP path is broken as it assumes tha...

7.8CVSS6.2AI score0.00267EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.13 views

CVE-2022-49562

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use trycmpxchguser to update guest PTE A/D bits Use the recently introduced trycmpxchguser to update guest PTE A/D bits instead of mapping the PTE into kernel address space. The VMPFNMAP path is broken as it assumes tha...

7.8CVSS0.00267EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 6:37 a.m.19 views

UBUNTU-CVE-2021-47632

In the Linux kernel, the following vulnerability has been resolved: powerpc/setmemory: Avoid spinlock recursion in changepageattr Commit 1f9ad21c3b38 "powerpc/mm: Implement setmemory routines" included a spinlock to changepageattr in order to safely perform the three step operations. But then...

5.5CVSS6.5AI score0.00183EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 6:37 a.m.44 views

UBUNTU-CVE-2021-47640

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix early region not updated correctly The shadow's page table is not updated when PTERPNSHIFT is 24 and PAGESHIFT is 12. It not only causes false positives but also false negative as shown the following text. Fix ...

7.8CVSS5.9AI score0.00256EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 2:14 a.m.24 views

CVE-2022-49562 KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use trycmpxchguser to update guest PTE A/D bits Use the recently introduced trycmpxchguser to update guest PTE A/D bits instead of mapping the PTE into kernel address space. The VMPFNMAP path is broken as it assumes tha...

7.8CVSS0.00267EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/26 2:14 a.m.17 views

CVE-2022-49562

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use trycmpxchguser to update guest PTE A/D bits Use the recently introduced trycmpxchguser to update guest PTE A/D bits instead of mapping the PTE into kernel address space. The VMPFNMAP path is broken as it assumes tha...

7.8CVSS5.3AI score0.00267EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:14 a.m.291 views

CVE-2022-49562

CVE-2022-49562 concerns the Linux kernel KVM/x86 path, where guest PTE A/D bits were updated using a risky mapping approach. The fix switches to __try_cmpxchg_user() to update guest PTE A/D bits instead of mapping the PTE into kernel space, and highlights VM_PFNMAP addressing being conceptually w...

7.8CVSS5.4AI score0.00267EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/26 2:14 a.m.13 views

CVE-2022-49562 KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use trycmpxchguser to update guest PTE A/D bits Use the recently introduced trycmpxchguser to update guest PTE A/D bits instead of mapping the PTE into kernel address space. The VMPFNMAP path is broken as it assumes tha...

7.8CVSS5.2AI score
SaveExploits0References6
OSV
OSV
added 2025/02/12 2:15 p.m.5 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.00188EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/12 2:15 p.m.17 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.00188EPSS
SaveExploits0References7
CVE
CVE
added 2025/02/12 1:27 p.m.128 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.00188EPSS
SaveExploits0References2Affected Software1
OSV
OSV
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...

5.5CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/12 1:27 p.m.12 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
Rows per page
Query Builder