NONE · 0

CVE-2026-72214

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix missing nvmem_device_put() causing reference leak In cpcap_battery_detect_battery_type(), the re...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix missing nvmem_device_put() causing reference leak In cpcap_battery_detect_battery_type(), the reference to an nvmem device obtained via nvmem_device_find() is not released with nvmem_device_put() on the success or read-failure paths, causing a permanent reference leak. The driver’s retry logic on subsequent battery property reads can compound this leak, preventing the nvmem device from ever being freed. Found by code review.

References

FAQ

What is CVE-2026-72214?

CVE-2026-72214 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-battery: Fix missing nvmem_device_put() causing reference leak In cpcap_battery_detect_battery_type(), the re...

How severe is CVE-2026-72214?

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

Is there a patch for CVE-2026-72214?

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