Lucene search
+L

246 matches found

Cvelist
Cvelist
added 2025/04/02 12:53 p.m.26 views

CVE-2025-21990 drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags PRT BOs may not have any backing store, so bo-tbo.resource will be NULL. Check for that before dereferencing. cherry picked from commit...

0.00174EPSS
SaveExploits0References3
CVE
CVE
added 2025/04/02 12:53 p.m.98 views

CVE-2025-21990

This CVE affects the Linux kernel DRM/AMDGPU path. The vulnerability arises when determining GFX12 page table entry (PTE) flags for BOs (backing stores). Specifically, PRT BOs may have no backing store, making bo->tbo.resource NULL. If this NULL is dereferenced, it can lead to a crash or other...

5.5CVSS7.2AI score0.00174EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/04/02 12:53 p.m.36 views

CVE-2025-21990

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags PRT BOs may not have any backing store, so bo-tbo.resource will be NULL. Check for that before dereferencing. cherry picked from commit...

5.5CVSS5.5AI score0.00174EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/01 3:47 p.m.33 views

CVE-2025-21984 mm: fix kernel BUG when userfaultfd_move encounters swapcache

In the Linux kernel, the following vulnerability has been resolved: mm: fix kernel BUG when userfaultfdmove encounters swapcache userfaultfdmove checks whether the PTE entry is present or a swap entry. - If the PTE entry is present, movepresentpte handles folio migration by setting: srcfolio-inde...

0.00128EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/01 3:47 p.m.9 views

CVE-2025-21984 mm: fix kernel BUG when userfaultfd_move encounters swapcache

In the Linux kernel, the following vulnerability has been resolved: mm: fix kernel BUG when userfaultfdmove encounters swapcache userfaultfdmove checks whether the PTE entry is present or a swap entry. - If the PTE entry is present, movepresentpte handles folio migration by setting: srcfolio-inde...

4.7CVSS5.9AI score0.00128EPSS
SaveExploits0References6
CVE
CVE
added 2025/04/01 3:47 p.m.107 views

CVE-2025-21984

CVE-2025-21984 affects the Linux kernel (mm/userfaultfd_move and swapcache handling). The issue occurs when userfaultfd_move treats a PTE as a swap entry without updating the folio’s destination index, creating a race window between swap PTE moves and swapcache invalidate/folio migration. In this...

4.7CVSS7AI score0.00128EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/01 3:41 p.m.2 views

CVE-2025-21933 arm: pgtable: fix NULL pointer dereference issue

In the Linux kernel, the following vulnerability has been resolved: arm: pgtable: fix NULL pointer dereference issue When updatemmucacherange is called by updatemmucache, the vmf parameter is NULL, which will cause a NULL pointer dereference issue in adjustpte: Unable to handle kernel NULL pointe...

5.9AI score0.00159EPSS
SaveExploits0References2
CVE
CVE
added 2025/04/01 3:41 p.m.63 views

CVE-2025-21933

CVE-2025-21933: In the Linux kernel (ARM), a NULL pointer dereference can occur in pgtable when update_mmu_cache_range() is invoked with a NULL vmf, causing a NULL dereference in adjust_pte(). The issue is triggered by how PTE locks are acquired; the fix changes the lock decision to be based on w...

5.5CVSS7AI score0.00159EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2025/03/29 5:39 p.m.14 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.5CVSS7AI score0.0015EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 5:38 p.m.18 views

CVE-2022-49760

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix PTE marker handling in hugetlbchangeprotection Patch series "mm/hugetlb: uffd-wp fixes for hugetlbchangeprotection". Playing with virtio-mem and background snapshots using uffd-wp on hugetlb in QEMU, I managed to...

5.5CVSS7.2AI score0.0015EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/27 5:15 p.m.3 views

DEBIAN-CVE-2022-49760

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix PTE marker handling in hugetlbchangeprotection Patch series "mm/hugetlb: uffd-wp fixes for hugetlbchangeprotection". Playing with virtio-mem and background snapshots using uffd-wp on hugetlb in QEMU, I managed to...

5.5CVSS5.2AI score0.0015EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.10 views

CVE-2022-49760

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix PTE marker handling in hugetlbchangeprotection Patch series "mm/hugetlb: uffd-wp fixes for hugetlbchangeprotection". Playing with virtio-mem and background snapshots using uffd-wp on hugetlb in QEMU, I managed to...

5.5CVSS0.0015EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 5:15 p.m.18 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.5CVSS0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/27 5:15 p.m.11 views

UBUNTU-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.5CVSS6AI score0.0015EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 4:43 p.m.10 views

CVE-2022-49760 mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix PTE marker handling in hugetlbchangeprotection Patch series "mm/hugetlb: uffd-wp fixes for hugetlbchangeprotection". Playing with virtio-mem and background snapshots using uffd-wp on hugetlb in QEMU, I managed to...

5.5CVSS4.8AI score0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/27 4:43 p.m.66 views

CVE-2022-49760

The CVE-2022-49760 entry documents a Linux kernel issue in hugetlb_change_protection related to PTE marker handling when using uffd-wp. The root cause, as described across connected reports, is that uffd-wp can cause incorrect handling of a PTE marker in two scenarios: (1) protecting a PTE marker...

5.5CVSS6.6AI score0.0015EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.10 views

CVE-2022-49760

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix PTE marker handling in hugetlbchangeprotection Patch series "mm/hugetlb: uffd-wp fixes for hugetlbchangeprotection". Playing with virtio-mem and background snapshots using uffd-wp on hugetlb in QEMU, I managed to...

5.5CVSS5.2AI score0.0015EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/27 4:42 p.m.33 views

CVE-2022-49744 mm/uffd: fix pte marker when fork() without fork event

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

0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/27 4:42 p.m.15 views

CVE-2022-49744 mm/uffd: fix pte marker when fork() without fork event

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.5CVSS4.9AI score0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/27 4:42 p.m.67 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.0015EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder