CVE-2024-47698
Published: Oct 21, 2024
Modified: May 11, 2026
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]
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 4b01e01a81b6629878344430531ced347cc2ed5b - < 7065c05c6d58b9b9a98127aa14e9a5ec68173918affected 4b01e01a81b6629878344430531ced347cc2ed5b - < 49b33c38d202d3327dcfd058e27f541dcc308b92affected 4b01e01a81b6629878344430531ced347cc2ed5b - < 6ae3b9aee42616ee93c4585174f40c767828006daffected 4b01e01a81b6629878344430531ced347cc2ed5b - < a879b6cdd48134a3d58949ea4f075c75fa2d7d71affected 4b01e01a81b6629878344430531ced347cc2ed5b - < 15bea004e939d938a6771dfcf2a26cc899ffd20a+4 more versions |
Linux | Linux | affected 4.0unaffected 0 - < 4.0unaffected 4.19.323 - <= 4.19.*unaffected 5.4.285 - <= 5.4.*unaffected 5.10.227 - <= 5.10.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now