Lucene search
+L

62 matches found

Microsoft CVE
Microsoft CVE
added 2024/10/14 7:0 a.m.9 views

x86/mm: Fix pti_clone_pgtable() alignment assumption

...

5.5CVSS6.7AI score0.00225EPSS
SaveExploits0
OSV
OSV
added 2024/09/27 11:9 a.m.8 views

OESA-2024-2184 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entr...

8.8CVSS6.6AI score0.00398EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/09/05 2:47 a.m.9 views

SUSE CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/04 7:15 p.m.8 views

UBUNTU-CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References27
CNNVD
CNNVD
added 2024/09/04 12:0 a.m.5 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 Linux kernel that stems from an alignment assumption error vulnerability in the pticlonepgtable function in the x86/mm component...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/17 9:15 a.m.6 views

DEBIAN-CVE-2024-42293

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Fix lockless walks with static and dynamic page-table folding Lina reports random oopsen originating from the fast GUP code when 16K pages are used with 4-level page-tables, the fourth level being folded at runtime due...

5.5CVSS6.2AI score0.00203EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/07/16 10:55 p.m.23 views

CVE-2021-47623

In the Linux kernel, the following vulnerability has been resolved: powerpc/fixmap: Fix VM debug warning on unmap Unmapping a fixmap entry is done by calling setfixmap with FIXMAPPAGECLEAR as flags. Today, powerpc setfixmap calls mapkernelpage. mapkernelpage is not happy when called a second time...

4.4CVSS7AI score0.00225EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/07/16 11:29 a.m.45 views

CVE-2021-47623

In the Linux kernel, the following vulnerability has been resolved: powerpc/fixmap: Fix VM debug warning on unmap Unmapping a fixmap entry is done by calling setfixmap with FIXMAPPAGECLEAR as flags. Today, powerpc setfixmap calls mapkernelpage. mapkernelpage is not happy when called a second time...

5.5CVSS5.2AI score0.00225EPSS
SaveExploits0
CVE
CVE
added 2024/07/12 12:31 p.m.159 views

CVE-2024-40948

Technical details for CVE-2024-40948 (e.g., affected products/versions, root cause, impact, fix) are not provided in the Connected documents. Monitor for updates and refer to the initial description for the vulnerability summary.

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.36 views

CVE-2024-40948 mm/page_table_check: fix crash on ZONE_DEVICE

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: fix crash on ZONEDEVICE Not all pages may apply to pgtable check. One example is ZONEDEVICE pages: they map PFNs directly, and they don't allocate pageext at all even if there's struct page around. One may...

0.00249EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.19 views

CVE-2024-40948 mm/page_table_check: fix crash on ZONE_DEVICE

In the Linux kernel, the following vulnerability has been resolved: mm/pagetablecheck: fix crash on ZONEDEVICE Not all pages may apply to pgtable check. One example is ZONEDEVICE pages: they map PFNs directly, and they don't allocate pageext at all even if there's struct page around. One may...

6.6AI score0.00249EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.6 views

kernel: powerpc/mm: Fix null-pointer dereference in pgtable_cache_add

A possible null-pointer dereference was found in pgtablecacheadd in the Linux kernel. This may cause a crash...

5.5CVSS7.2AI score0.00234EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.48 views

CVE-2024-36881

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.4AI score0.00239EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/05/30 3:28 p.m.41 views

CVE-2024-36881 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...

6.4AI score0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/17 11:15 a.m.2 views

DEBIAN-CVE-2024-26850

In the Linux kernel, the following vulnerability has been resolved: mm/debugvmpgtable: fix BUGON with pud advanced test Architectures like powerpc add debug checks to ensure we find only devmap PUD pte entries. These debug checks are only done with CONFIGDEBUGVM. This patch marks the ptes used fo...

5.5CVSS4.9AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.11 views

UBUNTU-CVE-2024-26850

In the Linux kernel, the following vulnerability has been resolved: mm/debugvmpgtable: fix BUGON with pud advanced test Architectures like powerpc add debug checks to ensure we find only devmap PUD pte entries. These debug checks are only done with CONFIGDEBUGVM. This patch marks the ptes used fo...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.3 views

SUSE CVE-2023-52607

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix null-pointer dereference in pgtablecacheadd kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.2AI score0.00234EPSS
SaveExploits0References20
OSV
OSV
added 2024/03/06 7:15 a.m.4 views

DEBIAN-CVE-2023-52607

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix null-pointer dereference in pgtablecacheadd kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS5.5AI score0.00234EPSS
SaveExploits0References1
Oracle linux
Oracle linux
added 2021/06/15 12:0 a.m.241 views

Unbreakable Enterprise kernel-container security update

4.14.35-2047.504.2.el7 - md/raid1: properly indicate failure when ending a failed write request Paul Clements Orabug: 32887159 - video: hypervfb: Add ratelimit on error message Michael Kelley Orabug: 32856879 - Drivers: hv: vmbus: Initialize unloadevent statically Andrea Parri Microsoft Orabug:...

6.7CVSS7.3AI score0.00704EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/02/08 12:0 a.m.72 views

openSUSE Security Update : the Linux Kernel (openSUSE-2021-241)

The openSUSE Leap 15.2 kernel was updated to receive various security and bugfixes. The following security bugs were fixed : - CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel bnc1181349. - CVE-2021-3348:...

8.8CVSS7.3AI score0.01377EPSS
SaveExploits2References63
Rows per page
Query Builder