First published: Wed Apr 10 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: fix null pointer dereference on pointer block The pointer block return from snd_gf1_dma_next_block could be null, so there is a potential null pointer dereference issue. Fix this by adding a null check before dereference.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <4.4.293 | |
Linux Kernel | >=4.5<4.9.291 | |
Linux Kernel | >=4.10<4.14.256 | |
Linux Kernel | >=4.15<4.19.218 | |
Linux Kernel | >=4.20<5.4.162 | |
Linux Kernel | >=5.5<5.10.82 | |
Linux Kernel | >=5.11<5.15.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47207 has a moderate severity level due to the potential for null pointer dereference in the Linux kernel.
To fix CVE-2021-47207, update your Linux kernel to a version that is beyond the specified vulnerable ranges.
CVE-2021-47207 affects multiple versions of the Linux kernel from 4.4 up to 5.15.5.
CVE-2021-47207 is a null pointer dereference vulnerability found in the ALSA subsystem of the Linux kernel.
CVE-2021-47207 can be present in any Linux distribution that uses the vulnerable versions of the Linux kernel.