NONE · 0

CVE-2026-72140

In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource() If devm_platform_get_and_ioremap_resource() returns an error, mlxbf_i2...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource() If devm_platform_get_and_ioremap_resource() returns an error, mlxbf_i2c_init_resource() frees tmp_res before reading tmp_res->io to get the error code. This results in a use-after-free. Save the error code before freeing tmp_res.

References

FAQ

What is CVE-2026-72140?

CVE-2026-72140 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource() If devm_platform_get_and_ioremap_resource() returns an error, mlxbf_i2...

How severe is CVE-2026-72140?

CVSS scoring is not yet available for CVE-2026-72140. Check NVD for updates.

Is there a patch for CVE-2026-72140?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.