In the Linux kernel, the following vulnerability has been resolved:
i2c: Fix a potential use after free
Free the adap structure only after we are done using it.
This patch just moves the put_device() down a bit to avoid the
use after free.
[wsa: added comment to the code, added Fixes tag]
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-26 18:15
Updated : 2024-11-21 04:40
NVD link : CVE-2019-25162
Mitre link : CVE-2019-25162
CVE.ORG link : CVE-2019-25162
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free