First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT(0) to BIT(4) however we ended up with BIT(n - 1) which is not right, and this was caught by below usban check UBSAN: shift-out-of-bounds in drivers/gpio/gpio-wcd934x.c:34:14
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Red Hat Kernel-devel | ||
Linux Kernel | >=5.6<5.10.44 | |
Linux Kernel | >=5.11<5.12.11 | |
Linux Kernel | =5.13-rc1 | |
Linux Kernel | =5.13-rc2 | |
Linux Kernel | =5.13-rc3 | |
Linux Kernel | =5.13-rc4 | |
Linux Kernel | =5.13-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47263 has a medium severity due to the potential shift-out-of-bounds error in the Linux kernel.
To fix CVE-2021-47263, update your Linux kernel to a version above 5.12.11 or version 5.13-rc5.
CVE-2021-47263 affects Linux kernel versions from 5.6 up to 5.10.44 and specific 5.13 release candidates.
CVE-2021-47263 could lead to potential system instability or exploitation due to out-of-bounds memory access.
There are no documented workarounds for CVE-2021-47263; updating the kernel is the recommended action.