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).
References
Link | Resource |
---|---|
https://git.kernel.org/stable/c/8c6ae46150a453f8ae9a6cd49b45f354f478587d | Mailing List Patch |
https://git.kernel.org/stable/c/c61f599b8d33adfa256126a6695c734c0de331cb | Mailing List Patch |
https://git.kernel.org/stable/c/df2495f329b08ac0d0d3e6334a01955ae839005e | Mailing List Patch |
https://git.kernel.org/stable/c/f48bd34137718042872d06f2c7332b3267a29165 | Mailing List Patch |
https://git.kernel.org/stable/c/8c6ae46150a453f8ae9a6cd49b45f354f478587d | Mailing List Patch |
https://git.kernel.org/stable/c/c61f599b8d33adfa256126a6695c734c0de331cb | Mailing List Patch |
https://git.kernel.org/stable/c/df2495f329b08ac0d0d3e6334a01955ae839005e | Mailing List Patch |
https://git.kernel.org/stable/c/f48bd34137718042872d06f2c7332b3267a29165 | Mailing List Patch |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-16 12:15
Updated : 2024-11-21 07:34
NVD link : CVE-2022-48783
Mitre link : CVE-2022-48783
CVE.ORG link : CVE-2022-48783
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free