CVE-2022-48783: net: dsa: lantiq_gswip: fix use after free in gswip_remove()
In the Linux kernel, the following vulnerability has been resolved:
net: dsa: lantiq_gswip: fix use after free in gswip_remove()
of_node_put(priv->ds->slave_mii_bus->dev.of_node) should be
done before mdiobus_free(priv->ds->slave_mii_bus).
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel bug in a specific network switch driver. During device removal, the driver could free a bus structure before releasing a related device-tree reference, creating a use-after-free condition. Business urgency is limited by unclear severity and likely narrow hardware exposure, but embedded Linux appliances using Lantiq GSWIP should be checked.
Executive priority
Treat as a targeted embedded Linux hygiene issue, not an enterprise-wide emergency based on current evidence. Prioritize network appliances or custom firmware that include Lantiq GSWIP hardware support.
Technical view
CVE-2022-48783 fixes a use-after-free in net/dsa/lantiq_gswip gswip_remove(). The source states of_node_put(priv->ds->slave_mii_bus->dev.of_node) must occur before mdiobus_free(priv->ds->slave_mii_bus). Public data provides stable kernel fix commits, but no CVSS, CWE, exploit details, or complete affected-range explanation.
Likely exposure
Exposure appears limited to Linux systems using the DSA Lantiq GSWIP switch driver, commonly relevant to specific embedded networking hardware. The supplied data does not identify broader Linux configurations or distributions as affected.
Exploitation context
The bundle does not report active exploitation, and KEV status is false. No public exploitability details are provided. The bug occurs in a driver removal path, so practical exploitation conditions are not established from the supplied sources.
Researcher notes
Evidence is sparse: the record names the faulty order and fix direction, but omits CVSS, CWE, attack vector, and complete affected ranges. Avoid assuming remote reachability or exploitability without driver, hardware, and lifecycle context.
Mitigation direction
Check vendor or distribution kernel advisories for CVE-2022-48783 coverage.
Update affected kernels to builds containing the referenced stable fixes.
Prioritize embedded network devices using the Lantiq GSWIP DSA driver.
If patching is unavailable, seek vendor-specific mitigation guidance.
Validation and detection
Inventory Linux systems and firmware using the Lantiq GSWIP switch driver.
Confirm kernel version or commit includes one of the referenced stable fixes.
Review vendor SBOMs or kernel configs for lantiq_gswip support.
Track distribution advisories because affected ranges are incomplete in the bundle.
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-2022-48783 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.