Description
In the Linux kernel, the following vulnerability has been resolved:

powerpc/uaccess: correct check for CONFIG_PPC_E500 in mask_user_address()

mask_user_address() incorrectly checks for CONFIG_E500 instead of
CONFIG_PPC_E500, causing mask_user_address_isel() to not be used on
E500 hardware. Fix the check to use the correct name.
Published: 2026-08-15
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel function mask_user_address() mistakenly checks for the CONFIG_E500 symbol instead of the correct CONFIG_PPC_E500. This logic error prevents the optimized mask_user_address_isel() routine from executing on PowerPC E500 hardware, causing the kernel to apply incomplete address masking for user‑supplied addresses. The resulting insufficient masking could allow the kernel to read or write beyond intended bounds, potentially leading to memory corruption or unauthorized access to kernel memory. The flaw is a manifestation of CWE‑1025, a static analysis failure, which creates a functional defect at the source level.

Affected Systems

All Linux kernel builds that compile for PowerPC E500 processors and contain the faulty CONFIG_E500 check are affected. The issue exists in any kernel version that includes the incorrect conditional before the patch is applied. Systems running such kernels on PowerPC E500 hardware are at risk unless the source is rebuilt with the corrected check or an updated kernel is deployed.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while the EPSS score of < 1% suggests that exploitation is very unlikely at present. The vulnerability is not listed in the CISA KEV catalog and no public exploits are known. Because the flaw resides in kernel code, an attacker would need local or privileged access to the machine in order to exploit it. The likely attack vector is local; remote exploitation would be improbable without first obtaining local foothold.

Generated by OpenCVE AI on August 18, 2026 at 06:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that corrects the configuration check for CONFIG_PPC_E500
  • Rebuild or reinstall the kernel with the corrected CONFIG_PPC_E500 setting to enable mask_user_address_isel()
  • Reboot the system to load the patched kernel

Generated by OpenCVE AI on August 18, 2026 at 06:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 05:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-438

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1025
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-438

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: powerpc/uaccess: correct check for CONFIG_PPC_E500 in mask_user_address() mask_user_address() incorrectly checks for CONFIG_E500 instead of CONFIG_PPC_E500, causing mask_user_address_isel() to not be used on E500 hardware. Fix the check to use the correct name.
Title powerpc/uaccess: correct check for CONFIG_PPC_E500 in mask_user_address()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:39:16.211Z

Reserved: 2026-07-30T09:28:09.396Z

Link: CVE-2026-68473

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:20:29.240

Modified: 2026-08-17T06:17:56.737

Link: CVE-2026-68473

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-68473 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T07:00:11Z

Weaknesses
  • CWE-1025

    Comparison Using Wrong Factors