Lucene search
K

57 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-414525)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-414525 advisory. An issue was discovered in the Linux kernel for powerpc before 5.14.15. It allows a malicious KVM guest to crash the host, when the host is running on Power8, due to...

5.5CVSS6.6AI score0.00345EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.1 views

SUSE CVE-2023-53326

In the Linux kernel, the following vulnerability has been resolved: powerpc: Don't try to copy PPR for task with NULL ptregs powerpc sets up PFKTHREAD and PFIOWORKER with a NULL ptregs, which from my arguably very short checking is not commonly done for other archs. This is fine, except when...

5.5CVSS6.2AI score0.00135EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.2 views

PT-2025-38044

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to handling PowerPC PPC tasks with NULL pt regs. Specifically, the kernel attempts to copy Program Page Reference PPR data for tasks configure...

5.8AI score0.00135EPSS
Exploits0References8
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
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2021-47350

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec faults from kernel. Especially, the function isexecfault will retu...

5.5CVSS6.1AI score0.00181EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:14 a.m.1 views

SUSE 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.8CVSS6.5AI score0.00239EPSS
Exploits0References3
CVE
CVE
added 2025/02/26 1:55 a.m.92 views

CVE-2022-49164

CVE-2022-49164 describes a Linux kernel vulnerability on PowerPC with TM (transaction memory) that could corrupt the user r13 register due to a SLB miss during treclaim/trechkpt handling. The issue occurs when SCRATCH0 is live with the saved user r13 value, which can be clobbered by the kernel r1...

5.5CVSS5.1AI score0.00244EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49164 powerpc/tm: Fix more userspace r13 corruption

In the Linux kernel, the following vulnerability has been resolved: powerpc/tm: Fix more userspace r13 corruption Commit cf13435b730a "powerpc/tm: Fix userspace r13 corruption" fixes a problem in treclaim where a SLB miss can occur on the threadstruct-ckptregs while SCRATCH0 is live with the save...

5.5CVSS5.1AI score0.00244EPSS
Exploits0References6
BDU FSTEC
BDU FSTEC
added 2025/02/14 12:0 a.m.5 views

The vulnerability of the eeh_pe_bus_get() function (arch/powerpc/kernel/eeh_pe.c) in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the eehpebusget function arch/powerpc/kernel/eehpe.c in the Linux operating system is related to improper locking of resources. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00228EPSS
Exploits0References47Affected Software7
BDU FSTEC
BDU FSTEC
added 2025/02/03 12:0 a.m.1 views

The vulnerability of the powerpc kernel component of the Linux operating system, which allows a hacker to cause a service failure

The vulnerability of the powerpc kernel component in the Linux operating system is related to improper validation of input data. Exploiting this vulnerability can allow an attacker to cause a service failure...

4.4CVSS6.4AI score0.00228EPSS
Exploits0References8Affected Software4
Tenable Nessus
Tenable Nessus
added 2024/10/09 12:0 a.m.19 views

CentOS 7 : kernel-alt (RHSA-2020:0174)

The remote CentOS Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2020:0174 advisory. - In the Linux kernel through 4.19, a use-after-free can occur due to a race condition between fanoutadd from setsockopt and bind on an AFPACKET socket...

9.8CVSS7.5AI score0.08416EPSS
Exploits5References12
OSV
OSV
added 2024/07/30 8:15 a.m.1 views

DEBIAN-CVE-2024-42126

In the Linux kernel, the following vulnerability has been resolved: powerpc: Avoid nmienter/nmiexit in real mode interrupt. nmienter/nmiexit touches per cpu variables which can lead to kernel crash when invoked during real mode interrupt handling e.g. early HMI/MCE interrupt handler if percpu...

5.5CVSS5.4AI score0.00228EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2024/07/02 9:2 a.m.4 views

kernel: powerpc/imc-pmu: Add a null pointer check in update_events_in_group()

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Add a null pointer check in updateeventsingroup kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS6.4AI score0.00271EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/05/24 10:33 a.m.1 views

SUSE CVE-2021-47350

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec faults from kernel. Especially, the function isexecfault will return 'false' when an exec fault is taken by kernel, because the check i...

5.5CVSS6.3AI score0.00181EPSS
Exploits0References6
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47350

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec faults from kernel. Especially, the function isexecfault will return 'false' when an exec fault is taken by kernel, because the check i...

5.5CVSS5.2AI score0.00181EPSS
Exploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.3 views

UBUNTU-CVE-2021-47350

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix lockup on kernel exec fault The powerpc kernel is not prepared to handle exec faults from kernel. Especially, the function isexecfault will return 'false' when an exec fault is taken by kernel, because the check i...

5.5CVSS5.9AI score0.00181EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2023/02/15 5:49 a.m.2 views

SUSE CVE-2011-4611

Integer overflow in the perfeventinterrupt function in arch/powerpc/kernel/perfevent.c in the Linux kernel before 2.6.39 on powerpc platforms allows local users to cause a denial of service unhandled performance monitor exception via vectors that trigger certain outcomes of performance events...

4.9CVSS6.4AI score0.00397EPSS
Exploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:0 a.m.2 views

SUSE CVE-2016-5828

The startthread function in arch/powerpc/kernel/process.c in the Linux kernel through 4.6.3 on powerpc platforms mishandles transactional state, which allows local users to cause a denial of service invalid process state or TM Bad Thing exception, and system crash or possibly have unspecified oth...

7.8CVSS6.9AI score0.0045EPSS
Exploits0References8
RedHat Linux
RedHat Linux
added 2021/10/12 9:39 a.m.1 views

kernel: powerpc: KVM guest OS users can cause host OS memory corruption

A flaw was found on the Linux kernel. On the PowerPC platform, the KVM guest allows the OS users to cause host OS memory corruption via rtasargs.nargs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability...

7.8CVSS7.1AI score0.00575EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2021/09/07 3:1 p.m.1 views

kernel: powerpc: KVM guest OS users can cause host OS memory corruption

A flaw was found on the Linux kernel. On the PowerPC platform, the KVM guest allows the OS users to cause host OS memory corruption via rtasargs.nargs. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability...

7.8CVSS7.1AI score0.00575EPSS
Exploits1References5
Rows per page
Query Builder