In the Linux kernel, the following vulnerability has been resolved:
net: dsa: sja1105: add error handling in sja1105_setup()
If any of sja1105_static_config_load(), sja1105_clocking_setup() or
sja1105_devlink_setup() fails, we can't just return in the middle of
sja1105_setup() or memory will leak. Add a cleanup path.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-25 10:15
Updated : 2024-12-12 15:50
NVD link : CVE-2021-47158
Mitre link : CVE-2021-47158
CVE.ORG link : CVE-2021-47158
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
