Bug 2301541 (CVE-2024-42223) - CVE-2024-42223 kernel: media: dvb-frontends: tda10048: Fix integer overflow
Summary: CVE-2024-42223 kernel: media: dvb-frontends: tda10048: Fix integer overflow
Keywords:
Status: NEW
Alias: CVE-2024-42223
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2301916 2302248
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-30 09:09 UTC by OSIDB Bzimport
Modified: 2024-09-24 13:47 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
A vulnerability was found in the Linux kernel's tda10048 driver in the tda10048_set_if() function, where the improperly sized variable state->xtal_hz can lead to an integer overflow during a multiplication operation. This issue can lead to an incorrect value calculation impacting the driver and the dvb system's functionality.
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-30 09:09:09 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.