Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42223
HistoryJul 30, 2024 - 7:47 a.m.

CVE-2024-42223 media: dvb-frontends: tda10048: Fix integer overflow

2024-07-3007:47:04
Linux
github.com
2
linux kernel
media
integer overflow

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial