Linux Kernel USB isp1362 Memory Leak Vulnerability

Vulnerability

A memory leak vulnerability has been identified in the Linux kernel's USB isp1362 driver. The issue arises when the debugfs_lookup() function is called; the resulting reference must be released with dput() to prevent memory leakage. Failure to do so can lead to a gradual increase in memory usage over time. The vulnerability has been addressed by modifying the code to use debugfs_lookup_and_remove(), which automatically manages the reference correctly, thereby eliminating the memory leak.

Impact

Exploitation of this vulnerability leads to a memory leak, causing increased memory usage over time, which can potentially degrade system performance.

Added: Sep 18, 2025, 2:25 PM
Updated: Sep 18, 2025, 2:25 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.3
remediation
7.7
relevance
0.5
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.