CVE-2024-41046: net: ethernet: lantiq_etop: fix double free in detach
In the Linux kernel, the following vulnerability has been resolved:
net: ethernet: lantiq_etop: fix double free in detach
The number of the currently released descriptor is never incremented
which results in the same skb being released multiple times.
Security readout for executives and security teams
Plain-English summary
A flaw in the Linux Lantiq Ethernet driver can free the same network buffer more than once while detaching the device. This may corrupt kernel memory, potentially causing crashes or broader compromise. Exposure is limited to systems using the affected driver and vulnerable kernel code.
Executive priority
Treat as a high-priority, targeted kernel update for exposed Lantiq-based systems. Rapidly determine whether the driver is present and used; avoid classifying the entire Linux estate as vulnerable without validation.
Technical view
The lantiq_etop detach path fails to increment the released-descriptor counter, causing the same socket buffer (skb) to be released repeatedly. The supplied CVSS 3.1 score is 8.8 with an adjacent-network vector and high confidentiality, integrity, and availability impacts, although the bundle does not document a practical exploitation method.
Likely exposure
Prioritize Linux-based networking or embedded systems that use the lantiq_etop driver. Merely running Linux does not establish exposure. The supplied version data identifies affected kernel lines but is ambiguous, so confirm applicability against the exact vendor kernel build and stable fix commits.
Exploitation context
CISA KEV status is false, and the supplied sources provide no evidence of active exploitation or a public exploit. The defect occurs during driver detach; the bundle does not establish whether an adjacent attacker can reliably trigger or exploit that condition in real deployments.
Researcher notes
The root cause is a descriptor-accounting error producing a double free of an skb in the detach path. Stable-branch fixes are referenced, but the bundle does not provide reliable exploitability details, a CWE assignment, or evidence supporting the CVSS confidentiality and integrity consequences in practice.
Mitigation direction
Update to a vendor-supported kernel containing the applicable Linux stable fix commit.
Review the Debian LTS advisory if affected systems use Debian packages.
Follow device or distribution vendor guidance for backported kernels.
Restrict untrusted adjacent-network access while remediation is pending.
Validation and detection
Inventory systems using the lantiq_etop Ethernet driver.
Record each system's exact kernel and distribution package version.
Confirm vendor changelogs include the applicable stable fix.
Retest device detach, shutdown, and interface lifecycle operations after updating.
Monitor affected systems for kernel crashes or memory-corruption indicators.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-41046 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.