PatchSiren cyber security CVE debrief
CVE-2026-89475 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's power: supply: bq24257 module. The issue arises from the STAT-pin interrupt remaining armed after the remove() function is called, allowing a threaded handler to fire and reschedule work against freed memory. This vulnerability requires attention from Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the power: supply: bq24257 module. The vulnerability can lead to potential system crashes or instability and possible elevation of privileges or arbitrary code execution. However, evidence of exploitation is limited, and further verification is required to
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the power: supply: bq24257 module should review and apply the provided patches to the Linux kernel. They should also ensure that the Linux kernel is updated to a version that includes the fix and monitor system logs for potential exploitation attempts.
Why it matters
This vulnerability requires attention from Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems that utilize the power: supply: bq24257 module. The vulnerability can lead to potential system crashes or instability and possible elevation of privileges or arbitrary code execution. However, evidence of exploitation is limited, and further verification is required to confirm the actual impact.
- Potential system crashes or instability due to use-after-free memory access
- Possible elevation of privileges or arbitrary code execution
Technical summary
The vulnerability is caused by the STAT-pin interrupt remaining armed after the remove() function is called, allowing a threaded handler to fire and reschedule work against freed memory. This was resolved by making the delayed work device-managed with devm_delayed_work_autocancel(). The fix ensures that the interrupt is released first, so the handler can no longer reschedule the work, and cancels the work before the memory is freed. Linux kernel developers and maintainers should review and apply the provided patches to the Linux kernel's power: supply: bq24257 module.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the provided patches to the Linux kernel's power: supply: bq24257 module
- Ensure that the Linux kernel is updated to a version that includes the fix
- Monitor system logs for potential exploitation attempts
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability was discovered through static analysis. The Linux kernel's power: supply: bq24257 module is affected. The STAT-pin interrupt remaining armed after the remove() function is called, allowing a threaded handler to fire and reschedule work against freed memory. Evidence of exploitation is limited, and further verification is required to confirm the actual impact. Defenders should verify the Linux kernel version and ensure that the fix is applied.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89475 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89475
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89475 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89475
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/47ccbad210f48721c30d69d65b83dc9fff919ca9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/861ec73ce86e2ca18082cc7be4f140a5bbdf1428
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9d34c9d660c3d0931d2cc749c46c47cf31f96e48
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f495808cdd6d9576965787cf6d9737d0b0e86b73
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.