Vulnerability Details : CVE-2022-48783
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).
Vulnerability category: Memory Corruption
Products affected by CVE-2022-48783
- cpe:2.3:o:linux:linux_kernel:5.10.101:*:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:5.15.24:*:*:*:*:*:*:*
- cpe:2.3:o:linux:linux_kernel:5.16.10:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-48783
0.04%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 11 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-48783
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.8
|
HIGH | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
1.8
|
5.9
|
NIST | 2024-08-21 |
CWE ids for CVE-2022-48783
-
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Assigned by: nvd@nist.gov (Primary)
References for CVE-2022-48783
-
https://git.kernel.org/stable/c/f48bd34137718042872d06f2c7332b3267a29165
net: dsa: lantiq_gswip: fix use after free in gswip_remove() - kernel/git/stable/linux.git - Linux kernel stable treeMailing List;Patch
-
https://git.kernel.org/stable/c/c61f599b8d33adfa256126a6695c734c0de331cb
net: dsa: lantiq_gswip: fix use after free in gswip_remove() - kernel/git/stable/linux.git - Linux kernel stable treeMailing List;Patch
-
https://git.kernel.org/stable/c/8c6ae46150a453f8ae9a6cd49b45f354f478587d
net: dsa: lantiq_gswip: fix use after free in gswip_remove() - kernel/git/stable/linux.git - Linux kernel stable treeMailing List;Patch
-
https://git.kernel.org/stable/c/df2495f329b08ac0d0d3e6334a01955ae839005e
net: dsa: lantiq_gswip: fix use after free in gswip_remove() - kernel/git/stable/linux.git - Linux kernel stable treeMailing List;Patch
Jump to