Bug 2327378 (CVE-2024-53062) - CVE-2024-53062 kernel: media: mgb4: protect driver against spectre
Summary: CVE-2024-53062 kernel: media: mgb4: protect driver against spectre
Keywords:
Status: NEW
Alias: CVE-2024-53062
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2327443
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-19 18:04 UTC by OSIDB Bzimport
Modified: 2024-12-19 11:55 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-19 18:04:03 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: mgb4: protect driver against spectre

Frequency range is set from sysfs via frequency_range_store(),
being vulnerable to spectre, as reported by smatch:

	drivers/media/pci/mgb4/mgb4_cmt.c:231 mgb4_cmt_set_vin_freq_range() warn: potential spectre issue 'cmt_vals_in' [r]
	drivers/media/pci/mgb4/mgb4_cmt.c:238 mgb4_cmt_set_vin_freq_range() warn: possible spectre second half.  'reg_set'

Fix it.


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