High severity7.8NVD Advisory· Published Oct 21, 2024· Updated May 5, 2026
CVE-2024-47698
CVE-2024-47698
Description
In the Linux kernel, the following vulnerability has been resolved:
drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds write error
Ensure index in rtl2832_pid_filter does not exceed 31 to prevent out-of-bounds access.
dev->filters is a 32-bit value, so set_bit and clear_bit functions should only operate on indices from 0 to 31. If index is 32, it will attempt to access a non-existent 33rd bit, leading to out-of-bounds access. Change the boundary check from index > 32 to index >= 32 to resolve this issue.
[hverkuil: added fixes tag, rtl2830_pid_filter -> rtl2832_pid_filter in logmsg]
Affected products
3- cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*
- Linux/Linuxv5Range: 4.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- lists.debian.org/debian-lts-announce/2025/01/msg00001.htmlnvdMailing ListThird Party Advisory
- lists.debian.org/debian-lts-announce/2025/03/msg00002.htmlnvdMailing ListThird Party Advisory
News mentions
0No linked articles in our index yet.