AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-68473

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the powerpc architecture, specifically related to the mask_user_address() function, which improperly checks for CONFIG_E500 instead of the correct CONFIG_PPC_E500. This oversight can lead to inadequate address masking on E500 hardware, potentially exposing systems to security risks. Organizations using Linux on powerpc E500 hardware should prioritize applying the relevant patches to mitigate any potential exploitation.

CVE
CVE-2026-68473
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.