Security Advisory

CVE-2019-25162

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-02-26 17:20:20
Last updated 2026-05-11 13:41:57
Assigner Linux
State PUBLISHED

Description

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]