Lucene search
+L

152 matches found

RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.33 views

CVE-2024-42116

A vulnerability was found in the igcprobe function in the Linux kernel's igc driver, where an uninitialized netdev is logged during the probe process. This occurs because the igcptpinit function is called before the netdev register is called, resulting in a misleading log entry. Mitigation...

4.4CVSS9AI score
SaveExploits0References4
OSV
OSV
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42116

In the Linux kernel, the following vulnerability has been resolved: igc: fix a log entry using uninitialized netdev During successful probe, igc logs this: 5.133667 igc 0000:01:00.0 unnamed netdevice uninitialized: PHC added ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The reason is that igcptpinit is...

9.1AI score
SaveExploits0References6
NVD
NVD
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42116

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.17 views

CVE-2024-42116

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score
SaveExploits0References7
CVE
CVE
added 2024/07/30 7:46 a.m.72 views

CVE-2024-42116

CVE-2024-42116 affects the Linux kernel igc driver: during probe, igc logs an uninitialized netdev in a PHC message. Root cause was calling igc_ptp_init() before register_netdev(). The fix moves igc_ptp_init() to after register_netdev(), immediately after the media autosense check (as in igb). Th...

6.5AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.15 views

CVE-2024-42116

...

7.5AI score
SaveExploits0
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.26 views

CVE-2024-42116

...

SaveExploits0
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.25 views

CVE-2024-42116

Removed by vendor...

5.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/07/30 12:0 a.m.5 views

PT-2024-29753 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.43 Description: The issue is related to the igc driver in the Linux kernel, where the igc ptp init function is called before register netdev, resulting in a log entry using an uninitialized netdev. This caus...

7.2AI score
SaveExploits0References25
RedhatCVE
RedhatCVE
added 2024/05/27 2:9 p.m.25 views

CVE-2021-47302

A vulnerability was found in the Linux kernel's Intel Gigabit Ethernet driver. This issue occurs in the igcpoll function, where a piece of memory is accessed after it has been freed during a reset operation. This could lead to invalid memory access, causing potential system crashes if the driver...

5.2CVSS9.1AI score0.00227EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.3 views

SUSE CVE-2021-47302

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

6.4CVSS6.4AI score0.00227EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.6 views

kernel: igc: Fix Kernel Panic during ndo_tx_timeout callback

A race condition was identified in the Intel “igc” network driver in the Linux kernel. Under specific heavy traffic and timing scenarios, such as when the transmit queue times out ndotxtimeout and the adapter reset path is invoked concurrently with device teardown or reinitialization, the driver...

7.8CVSS5.8AI score0.00134EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.17 views

CVE-2021-47302

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

7.8CVSS6.7AI score
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:15 p.m.1 views

DEBIAN-CVE-2021-47302

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

7.8CVSS5.5AI score0.00227EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47301

In the Linux kernel, the following vulnerability has been resolved: igb: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igbpoll runs while the controller is reset this can lead...

7.8CVSS6.4AI score0.00239EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.19 views

CVE-2021-47302

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

7.8CVSS6.2AI score0.00227EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.30 views

CVE-2021-47302 igc: Fix use-after-free error during reset

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

6.4AI score0.00227EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.29 views

CVE-2021-47302

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

7.8CVSS6.8AI score0.00227EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.11 views

CVE-2021-47302 igc: Fix use-after-free error during reset

In the Linux kernel, the following vulnerability has been resolved: igc: Fix use-after-free error during reset Cleans the next descriptor to watch nexttowatch when cleaning the TX ring. Failure to do so can cause invalid memory accesses. If igcpoll runs while the controller is being reset this ca...

6.7AI score0.00227EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 2:35 p.m.89 views

CVE-2021-47302

In CVE-2021-47302, the Linux kernel igc driver is affected by a use-after-free during TX ring reset. The fix cleans the next_to_watch descriptor when cleaning the TX ring, preventing a possible free of an skb that was already freed if igc_poll() runs during a reset. The described impact is memory...

7.8CVSS6.7AI score0.00227EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder