Bug 2516508 (CVE-2026-68473) - CVE-2026-68473 kernel: powerpc/uaccess: correct check for CONFIG_PPC_E500 in mask_user_address()
Summary: CVE-2026-68473 kernel: powerpc/uaccess: correct check for CONFIG_PPC_E500 in ...
Keywords:
Status: NEW
Alias: CVE-2026-68473
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:16 UTC by OSIDB Bzimport
Modified: 2026-08-17 14:27 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:16:11 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.