Bug 2298119 (CVE-2022-48783) - CVE-2022-48783 kernel: net: dsa: lantiq_gswip: fix use after free in gswip_remove()
Summary: CVE-2022-48783 kernel: net: dsa: lantiq_gswip: fix use after free in gswip_re...
Keywords:
Status: NEW
Alias: CVE-2022-48783
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-16 12:24 UTC by OSIDB Bzimport
Modified: 2024-08-05 21:14 UTC (History)
4 users (show)

Fixed In Version: kernel 5.10.102, kernel 5.15.25, kernel 5.16.11
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-16 12:24:10 UTC
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).


Note You need to log in before you can comment on or make changes to this bug.