
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2019-25162 is a use-after-free vulnerability discovered in the Linux kernel's i2c driver module. The vulnerability was disclosed on February 26, 2024, affecting multiple versions of the Linux kernel from 4.3.0 up to versions before 4.14.291, 4.19.256, 5.4.211, and 5.10.137. The issue occurs in the i2c_put_adapter function where the adapter structure is freed before all operations are completed (NVD).
The vulnerability is classified as CWE-416 (Use After Free) with a CVSS v3.1 base score of 7.8 (High). The issue stems from incorrect ordering of operations in the i2c_put_adapter function, where put_device() was called before module_put(), potentially leading to use-after-free of the adapter structure. The fix involves reordering these operations to ensure the adapter structure is only freed after all operations are complete (NVD, Red Hat).
The vulnerability has been rated as High severity with a CVSS score of 7.8, potentially allowing an attacker with local access and low privileges to achieve high impacts on confidentiality, integrity, and availability of the system. The vulnerability requires local access and low privileges to exploit (Red Hat).
The vulnerability has been patched in the Linux kernel by moving the put_device() call after module_put() in the i2c_put_adapter function. The fix has been implemented across multiple kernel versions and distributions. Users are advised to update their systems to the patched versions (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."