CVE-2026-80571
Received Received - Intake

PowerPC pSeries papr-phy-attest Memory Leak and Buffer Overflow

Vulnerability report for CVE-2026-80571, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: papr-phy-attest - validate cmd.length, plug mem leak In papr_phy_attest_create_handle(), the params->cmd.length is not validated before use, which can result in a buffer overlow. Check it and return -EINVAL if it is either 0 or exceeds sizeof(params->cmd). Also, params is freed on the success path but not error. Free it on errors after memory allocation. And free it on negative fd.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-26
AI Q&A
2026-08-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a vulnerability in the Linux kernel affecting the powerpc/pseries platform. It involves improper validation of the cmd.length parameter in papr_phy_attest_create_handle(), which can lead to a buffer overflow. Additionally, there is a memory leak where the params structure is not freed on error paths or when a negative file descriptor is encountered.

Detection Guidance

This vulnerability is specific to the Linux kernel's powerpc/pseries subsystem and relates to the papr-phy-attest functionality. Detection requires checking kernel versions and examining the affected code paths. No direct network detection commands are applicable. Review kernel logs for errors related to papr_phy_attest_create_handle or memory allocation failures.

Impact Analysis

This vulnerability could allow an attacker to cause a buffer overflow, potentially leading to system crashes, data corruption, or privilege escalation. The memory leak may cause gradual system resource exhaustion, impacting performance and stability.

Mitigation Strategies

Apply the latest Linux kernel patches that address this issue. If patches are unavailable, disable the papr-phy-attest feature by removing or blacklisting the relevant kernel module. Monitor kernel logs for signs of exploitation attempts or memory leaks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80571. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart