Lucene search
+L

8147 matches found

RedhatCVE
RedhatCVE
added 2026/01/14 11:45 p.m.16 views

CVE-2025-71078

A Segment Lookaside Buffer SLB multi-hit error vulnerability was found in the Linux kernel's PowerPC 64-bit hash MMU implementation. When a process migrates between CPUs without triggering switchmmucontext because prev and next mmstruct are the same, the hardware SLB and software preload cache ca...

5.5CVSS5.3AI score0.00141EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/01/14 3:16 p.m.13 views

CVE-2025-71134

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: change all pageblocks migrate type on coalescing When a page is freed it coalesces with a buddy into a higher order page while possible. When the buddy page migrate type differs, it is expected to be updated to matc...

5.5CVSS5.8AI score0.00132EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.12 views

SUSE CVE-2025-71078

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/slb: Fix SLB multihit issue during SLB preload On systems using the hash MMU, there is a software SLB preload cache that mirrors the entries loaded into the hardware SLB buffer. This preload cache is subject to period...

5.5CVSS6.3AI score0.00141EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.10 views

SUSE CVE-2025-71089

In the Linux kernel, the following vulnerability has been resolved: iommu: disable SVA when CONFIGX86 is set Patch series "Fix stale IOTLB entries for kernel address space", v7. This proposes a fix for a security vulnerability related to IOMMU Shared Virtual Addressing SVA. In an SVA context, an...

7CVSS6.7AI score0.00165EPSS
SaveExploits0References86
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-001734)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001734 advisory. A race problem was found in fs/proc/taskmmu.c in the memory management sub-component in the Linux kernel. This issue may allow a local attacker with user privilege t...

4.7CVSS6.4AI score0.00131EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.6 views

MiracleLinux 3 : kernel-2.6.18-194.5.AXS3 (AXSA:2010-440:14)

The remote MiracleLinux 3 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2010-440:14 advisory. The kernel package contains the Linux kernel vmlinuz, the core of any Linux operating system. The kernel handles the basic functions of the operating system:...

7.2CVSS6.9AI score0.00716EPSS
SaveExploits1References2
OSV
OSV
added 2026/01/13 6:16 p.m.11 views

CVE-2026-20810

Free of memory not on the heap in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally...

7.8CVSS5.8AI score0.005EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/13 4:16 p.m.20 views

CVE-2025-71078

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/slb: Fix SLB multihit issue during SLB preload On systems using the hash MMU, there is a software SLB preload cache that mirrors the entries loaded into the hardware SLB buffer. This preload cache is subject to period...

7.8CVSS0.00141EPSS
SaveExploits0References7
NVD
NVD
added 2026/01/13 4:16 p.m.21 views

CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS0.00141EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.8 views

CVE-2025-71078

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/slb: Fix SLB multihit issue during SLB preload On systems using the hash MMU, there is a software SLB preload cache that mirrors the entries loaded into the hardware SLB buffer. This preload cache is subject to period...

7.8CVSS6.5AI score0.00141EPSS
SaveExploits0References37
OSV
OSV
added 2026/01/13 4:16 p.m.17 views

UBUNTU-CVE-2025-71071

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: fix use-after-free on probe deferral The driver is dropping the references taken to the larb devices during probe after successful lookup as well as on errors. This can potentially lead to a use-after-free in case...

7.8CVSS5.7AI score0.00146EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.13 views

CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS5.9AI score0.00141EPSS
SaveExploits0References37
OSV
OSV
added 2026/01/13 4:16 p.m.11 views

UBUNTU-CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS5.9AI score0.00141EPSS
SaveExploits0References38
CVE
CVE
added 2026/01/13 3:34 p.m.60 views

CVE-2025-71082

The CVE affects the Linux kernel Bluetooth BTUSB path. The root cause is using devm_kzalloc in btusb_probe, which ties btusb data lifetime to a single driver interface, causing unsafe frees on disconnect when multiple interfaces exist. The fix is to revert to explicit memory freeing (don’t use de...

7.8CVSS6.1AI score0.00141EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:34 p.m.5 views

CVE-2025-71082

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

5.3AI score0.00141EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/13 3:34 p.m.10 views

CVE-2025-71082 Bluetooth: btusb: revert use of devm_kzalloc in btusb

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

6AI score0.00141EPSS
SaveExploits0References6
OSV
OSV
added 2026/01/13 3:34 p.m.10 views

CVE-2025-71082 Bluetooth: btusb: revert use of devm_kzalloc in btusb

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devmkzalloc in btusb This reverts commit 98921dbd00c4e "Bluetooth: Use devmkzalloc in btusb.c file". In btusbprobe, we use devmkzalloc to allocate the btusb data. This ties the lifetime of all the...

7.8CVSS6.4AI score
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:34 p.m.9 views

CVE-2025-71078

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/slb: Fix SLB multihit issue during SLB preload On systems using the hash MMU, there is a software SLB preload cache that mirrors the entries loaded into the hardware SLB buffer. This preload cache is subject to period...

5.3AI score0.00141EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/01/13 3:34 p.m.46 views

CVE-2025-71078

CVE-2025-71078 describes a Linux kernel fix for a SLB multihit issue on hash MMU POWERPC 64s. The root cause is a mismatch between the hardware SLB and the software preload cache when the kernel optimizes switch_mm_irqs_off by not calling switch_mmu_context() if prev and next mm_struct are the sa...

7.8CVSS5.9AI score0.00141EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2026/01/13 3:34 p.m.15 views

CVE-2025-71078 powerpc/64s/slb: Fix SLB multihit issue during SLB preload

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s/slb: Fix SLB multihit issue during SLB preload On systems using the hash MMU, there is a software SLB preload cache that mirrors the entries loaded into the hardware SLB buffer. This preload cache is subject to period...

7.8CVSS6.2AI score
SaveExploits0References10
Rows per page
Query Builder