CVE-2025-38682: i2c: core: Fix double-free of fwnode in i2c_unregister_device()

Published Sep 4, 2025
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

i2c: core: Fix double-free of fwnode in i2cunregisterdevice()

Before commit df6d7277e552 ("i2c: core: Do not dereference fwnode in struct device"), i2cunregisterdevice() only called fwnodehandleput() on ofnode-s in the form of calling ofnodeput(client->dev.ofnode).

But after this commit the i2cclient's fwnode now unconditionally gets fwnodehandleput() on it.

When the i2cclient has no primary (ACPI / OF) fwnode but it does have a software fwnode, the software-node will be the primary node and fwnodehandleput() will put() it.

But for the software fwnode deviceremovesoftwarenode() will also put() it leading to a double free:

[ 82.665598] ------------[ cut here ]------------ [ 82.665609] refcountt: underflow; use-after-free. [ 82.665808] WARNING: CPU: 3 PID: 1502 at lib/refcount.c:28 refcountwarnsaturate+0xba/0x11 ... [ 82.666830] RIP: 0010:refcountwarnsaturate+0xba/0x110 ... [ 82.666962] <TASK> [ 82.666971] i2cunregisterdevice+0x60/0x90

Fix this by not calling fwnodehandleput() when the primary fwnode is a software-node.

Affected Software

2 affected components
Linux Linux kernel<df6d7277e552
Linux Linux kernel>=6.16<6.16.2

Event History

Sep 4, 2025
CVE Published
via MITRE·03:32 PM
Data Sourced
via MITRE·03:32 PM
Description
Data Sourced
via NVD·04:15 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2025-38682?

CVE-2025-38682 has a moderate severity level due to potential double-free vulnerabilities in the Linux kernel.

2

How do I fix CVE-2025-38682?

You can fix CVE-2025-38682 by upgrading to a Linux kernel version beyond df6d7277e552.

3

Which systems are affected by CVE-2025-38682?

CVE-2025-38682 affects Linux kernel versions prior to df6d7277e552.

4

What components are involved in the CVE-2025-38682 vulnerability?

The vulnerability is related to the i2c core component in the Linux kernel.

5

Is there a patch available for CVE-2025-38682?

Yes, a patch is included in subsequent Linux kernel releases after the problematic commit.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203