CyberRota Analysis
AI-GeneratedA 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.
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.