3 matches found
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
CVE-2025-38411 affects the Linux kernel netfs code. The issue is a double put of the netfs request during cleanup: when a request finishes in the pause loop, the ref for IN_PROGRESS is removed, but the final wait loop may also call the collector if IN_PROGRESS is clear. The fix makes netfs_collec...