In the Linux kernel, the following vulnerability has been resolved:
objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds()
If dib8000_set_dds()'s call to dib8000_read32() returns zero, the result is a divide-by-zero. Prevent that from happening.
Fixes the following warning with an UBSAN kernel:
drivers/media/dvb-frontends/dib8000.o: warning: objtool: dib8000_tune() falls through to next function dib8096p_cfg_DibRx()
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 3.10 | 5.4.292 |
| linux / linux_kernel | 5.5 | 5.10.236 |
| linux / linux_kernel | 5.11 | 5.15.180 |
| linux / linux_kernel | 5.16 | 6.1.134 |
| linux / linux_kernel | 6.2 | 6.6.87 |
| linux / linux_kernel | 6.7 | 6.12.23 |
| linux / linux_kernel | 6.13 | 6.13.11 |
| linux / linux_kernel | 6.14 | 6.14.2 |
| debian / debian_linux | 11.0 | 11.0.x |