Impact
The defect is a use‑after‑free in the Qualcomm RMnet driver. When rmnet_dellink() removes an endpoint from the hash table it immediately frees the object with kfree(). RCU readers on the receive path can still hold a reference to the endpoint and dereference ep->egress_dev after the memory has been freed, causing a kernel fault and potentially a system crash. The weakness involves improper handling of freed memory (CWE‑825).
Affected Systems
This issue affects the Linux kernel RMnet driver employed in Qualcomm devices, including virtualized networking and mobile modem interfaces. All kernel releases that contain the unpatched RMnet code before the patch (commit a1078ae8) are vulnerable. The vendor is Linux, and there are no other listed products.
Risk and Exploitability
The EPSS score is less than 1 % and the vulnerability does not appear in CISA’s KEV catalog, indicating limited current exploitation activity. The CVSS score of 7.8 indicates a high severity. Nevertheless, the flaw can lead to a critical system crash. Based on the description, it is inferred that an attacker could trigger the bug by sending crafted packets to an enabled RMnet interface; the exploitation does not explicitly require elevated privileges, so local or remote attackers may target the interface depending on network exposure. The potential impact is high due to loss of availability.
OpenCVE Enrichment
Debian DLA