In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jul 30, 2024
to the GitHub Advisory Database
•
Updated Aug 2, 2024
Description
Published by the National Vulnerability Database
Jul 30, 2024
Published to the GitHub Advisory Database
Jul 30, 2024
Last updated
Aug 2, 2024
In the Linux kernel, the following vulnerability has been resolved:
media: dvb-frontends: tda10048: Fix integer overflow
state->xtal_hz can be up to 16M, so it can overflow a 32 bit integer
when multiplied by pll_mfactor.
Create a new 64 bit variable to hold the calculations.
References