CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel's ethtool module could lead to a reference leak of the network device (netdev) during firmware flashing errors, potentially causing resource management issues. This flaw may affect the stability and reliability of network operations, particularly in environments where firmware updates are frequent. System administrators and developers managing Linux-based systems should prioritize addressing this issue to prevent potential disruptions in network functionality.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: ethtool: module: avoid leaking a netdev ref on module flash errors module_flash_fw_schedule() is missing undo for setting the "in_progress" flag and taking the netdev reference. Delay taking these, the device can't disappear while we are holding rtnl_lock.