Lucene search
K

42 matches found

OSV
OSV
added 2025/03/27 2:15 p.m.1 views

DEBIAN-CVE-2025-21869

In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Disable KASAN report during patching via temporary mm Erhard reports the following KASAN hit on Talos II power9 with kernel 6.13: 12.028126 ==================================================================...

7.8CVSS5.7AI score0.00171EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/03/27 1:38 p.m.10 views

CVE-2025-21869 powerpc/code-patching: Disable KASAN report during patching via temporary mm

In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Disable KASAN report during patching via temporary mm Erhard reports the following KASAN hit on Talos II power9 with kernel 6.13: 12.028126 ==================================================================...

0.00171EPSS
Exploits0References3
CVE
CVE
added 2025/03/27 1:38 p.m.119 views

CVE-2025-21869

Summary: CVE-2025-21869 is tied to a Linux kernel PowerPC code-patching issue where KASAN reports could trigger during patching on certain hardware (Talos II with kernel 6.13). Root cause: patching instructions could write into user-address-space memory under KASAN instrumentation, causing a KASA...

7.8CVSS6.8AI score0.00171EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/03/27 1:38 p.m.6 views

CVE-2025-21869 powerpc/code-patching: Disable KASAN report during patching via temporary mm

In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Disable KASAN report during patching via temporary mm Erhard reports the following KASAN hit on Talos II power9 with kernel 6.13: 12.028126 ==================================================================...

7.8CVSS5.9AI score0.00171EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/03/27 1:38 p.m.5 views

CVE-2025-21869

In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Disable KASAN report during patching via temporary mm Erhard reports the following KASAN hit on Talos II power9 with kernel 6.13: 12.028126 ==================================================================...

7.8CVSS5.7AI score0.00171EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/03/12 3:23 p.m.1 views

SUSE CVE-2025-21866

In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Fix KASAN hit by not flagging text patching area as VMALLOC Erhard reported the following KASAN hit while booting his PowerMac G4 with a KASAN-enabled kernel 6.13-rc6: BUG: KASAN: vmalloc-out-of-bounds in...

5.5CVSS7.4AI score0.00209EPSS
Exploits0References15
CVE
CVE
added 2025/03/12 9:42 a.m.221 views

CVE-2025-21866

CVE-2025-21866 : In the Linux kernel, PowerPC text patching infrastructure allocated a virtual area and marked it VM_ALLOC, which is inappropriate since that memory is not vmalloc’d and isn’t initialized until __vmalloc_node_range() is called. This caused KASAN: vmalloc-out-of-bounds when booting...

5.5CVSS6.2AI score0.00209EPSS
Exploits0References9Affected Software1
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.3 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: powerpc/code-patching: Disable KASAN report during patching via temporary mm Erhard reports the following KASAN hit on Talos II power9 with kernel 6.13: 12.028126 ==================================================================...

6.4AI score0.00171EPSS
Exploits0References2
OSV
OSV
added 2024/05/17 2:24 p.m.10 views

CVE-2023-52677 riscv: Check if the code to patch lies in the exit section

In the Linux kernel, the following vulnerability has been resolved: riscv: Check if the code to patch lies in the exit section Otherwise we fall through to vmalloctopage which panics since the address does not lie in the vmalloc region...

5.5CVSS6.1AI score0.00235EPSS
Exploits0References8
OSV
OSV
added 2024/02/28 9:15 a.m.3 views

CVE-2021-47034

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix pte update for kernel memory on radix When adding a PTE a ptesync is needed to order the update of the PTE with subsequent accesses otherwise a spurious fault may be raised. radixsetpteat does not do this for...

4.4CVSS7.3AI score
Exploits0References6
Prion
Prion
added 2024/02/28 9:15 a.m.14 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix pte update for kernel memory on radix When adding a PTE a ptesync is needed to order the update of the PTE with subsequent accesses otherwise a spurious fault may be raised. radixsetpteat does not do this for...

7AI score0.00221EPSS
Exploits0References6
OSV
OSV
added 2024/02/28 9:15 a.m.1 views

UBUNTU-CVE-2021-47034

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix pte update for kernel memory on radix When adding a PTE a ptesync is needed to order the update of the PTE with subsequent accesses otherwise a spurious fault may be raised. radixsetpteat does not do this for...

4.4CVSS6.1AI score0.00221EPSS
Exploits0References9
CVE
CVE
added 2024/02/28 8:13 a.m.3738 views

CVE-2021-47034

CVE-2021-47034 affects the Linux kernel on powerpc/64s with radix paging. Root cause: radix__set_pte_at() omits a ptesync when updating a PTE, risking out-of-order updates for kernel memory and spurious faults during patching. The fix adds a ptesync path in flush_cache_vmap() (to be invoked when ...

4.4CVSS5.7AI score0.00221EPSS
Exploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.14 views

CVE-2021-47034 powerpc/64s: Fix pte update for kernel memory on radix

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix pte update for kernel memory on radix When adding a PTE a ptesync is needed to order the update of the PTE with subsequent accesses otherwise a spurious fault may be raised. radixsetpteat does not do this for...

6.6AI score0.00221EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.15 views

CVE-2021-47034 powerpc/64s: Fix pte update for kernel memory on radix

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix pte update for kernel memory on radix When adding a PTE a ptesync is needed to order the update of the PTE with subsequent accesses otherwise a spurious fault may be raised. radixsetpteat does not do this for...

7.5AI score0.00221EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.19 views

CVE-2021-47034

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix pte update for kernel memory on radix When adding a PTE a ptesync is needed to order the update of the PTE with subsequent accesses otherwise a spurious fault may be raised. radixsetpteat does not do this for...

4.4CVSS5.7AI score0.00221EPSS
Exploits0
FreeBSD Advisory
FreeBSD Advisory
added 2023/11/08 12:0 a.m.14 views

FreeBSD-SA-23:15.stdio

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 ============================================================================= FreeBSD-SA-23:15.libc Security Advisory The FreeBSD Project Topic: libc stdio buffer overflow Category: core Module: libc Announced: 2023-11-07 Credits: inooo All supporte...

9.8CVSS7.7AI score0.01073EPSS
Exploits0
OSV
OSV
added 2022/04/24 8:42 p.m.5 views

GSD-2022-1001047 powerpc/code-patching: Pre-map patch area

powerpc/code-patching: Pre-map patch area This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.17.3 by commit...

7.2AI score
Exploits0
FreeBSD Advisory
FreeBSD Advisory
added 2022/04/06 12:0 a.m.14 views

FreeBSD-SA-22:06.ioctl

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 ============================================================================= FreeBSD-SA-22:06.ioctl Security Advisory The FreeBSD Project Topic: mpr/mps/mpt driver ioctl heap out-of-bounds write Category: core Module: mpr, mps, mpt Announced:...

9.8CVSS7.4AI score0.00447EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2021/09/07 6:9 p.m.70 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

7.8CVSS6.6AI score0.03365EPSS
Exploits1References3
Rows per page
Query Builder