Impact
The flaw involves a redundant call to netif_napi_del() during the USB disconnect path in the lan78xx network driver. The call triggers a warning in __netif_napi_del_locked(), which could clutter system logs and potentially delay driver teardown if left unpatched. No information in the description indicates exploitation of confidentiality, integrity, or availability, and the warning does not result in a crash or denial of service by itself. The weakness is a logical error in driver teardown code, effectively a code quality issue.
Affected Systems
Affected systems are Linux kernel builds that include the lan78xx USB Ethernet driver. All kernel versions prior to the patch that incorporate this driver are susceptible. The problem surfaced in a development kernel (6.16.0‑rc2‑00624) but later stable releases that update the driver apply the fix.
Risk and Exploitability
The CVSS score is not disclosed in the advisory. The EPSS score indicates a very low exploitation probability (<1%). The vulnerability is not listed in the CISA KEV catalog. Because the flaw only generates a kernel warning and does not provide a code execution or denial of service path, the risk to confidentiality, integrity, or availability is negligible. The only documented side effect is the appearance of WARN messages during USB device disconnect events, which may clutter logs but does not compromise system operation. No attack vector is explicitly described; based on the nature of the flaw, the likely vector would be a local device disconnect action performed by a privileged user or the operating system kernel.
OpenCVE Enrichment