CVE-2024-42116

CVE Details

Release Date:2024-07-30
Impact:Moderate What is this?

Description


In the Linux kernel, the following vulnerability has been resolved:\nigc: fix a log entry using uninitialized netdev\nDuring successful probe, igc logs this:\n[ 5.133667] igc 0000:01:00.0 (unnamed net_device) (uninitialized): PHC added\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nThe reason is that igc_ptp_init() is called very early, even before\nregister_netdev() has been called. So the netdev_info() call works\non a partially uninitialized netdev.\nFix this by calling igc_ptp_init() after register_netdev(), right\nafter the media autosense check, just as in igb. Add a comment,\njust as in igb.\nNow the log message is fine:\n[ 5.200987] igc 0000:01:00.0 eth0: PHC added

See more information about CVE-2024-42116 from MITRE CVE dictionary and NIST NVD


NOTE: The following CVSS metrics and score provided are preliminary and subject to review.


CVSS v3 metrics

Base Score: 4.4
Vector String: CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
Version: 3.1
Attack Vector: Local
Attack Complexity: Low
Privileges Required: High
User Interaction: None
Scope: Unchanged
Confidentiality Impact: None
Integrity Impact: None
Availability Impact: High

Errata information


PlatformErrataRelease Date


This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections:

software.hardware.complete