4 matches found
CVE-2026-63997
A flaw was found in the ethtool module of the Linux kernel. The moduleflashfwschedule function fails to properly undo the setting of the 'inprogress' flag and the taking of the netdev reference during module flash errors. This oversight can lead to a resource leak, preventing the device from bein...
EUVD-2025-22590
Malicious code in bioql PyPI...
CVE-2025-38411
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix double put of request If a netfs request finishes during the pause loop, it will have the ref that belongs to the INPROGRESS flag removed at that point - however, if it then goes to the final wait loop, that will also...
CVE-2025-38411
The CVE-2025-38411 issue is in the Linux kernel’s netfs handling. A netfs request finishing during the pause loop could have its IN_PROGRESS ref removed, and if it proceeded to the final wait loop, the code could incorrectly call the collector again because it sees IN_PROGRESS as cleared. The doc...