CVE-2024-27412 - CVE House
Back to Database
Status published Unknown CVE-2024-27412

power: supply: bq27xxx-i2c: Do not free non existing IRQ

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have an IRQ, in which case client->irq will be 0. bq27xxx_battery_i2c_probe() already has an if (client->irq) check wrapping the request_threaded_irq(). But bq27xxx_battery_i2c_remove() unconditionally calls free_irq(client->irq) leading to: [ 190.310742] ------------[ cut here ]------------ [ 190.310843] Trying to free already-free IRQ 0 [ 190.310861] WARNING: CPU: 2 PID: 1304 at kernel/irq/manage.c:1893 free_irq+0x1b8/0x310 Followed by a backtrace when unbinding the driver. Add an if (client->irq) to bq27xxx_battery_i2c_remove() mirroring probe() to fix this.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2024-27412

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

Linux
Vulnerable Versions:
76d2ed844def0cb8704d766924b07b2a918b3e30, dafe9136be7b7fc30f1f3ca410c15b7cc65bee44, 1da9a4b55a6688e3a30c16d0cf2e7c6a90a684fb, e01820a94aea99296e500f54b3f36a2985061045, e65fee45687fa2109e03056a696dc7d68a151296, 444ff00734f3878cd54ddd1ed5e2e6dbea9326d5, ca4a2ddd2e69ca82ca5992d4c49649b2cbac3b74, 28960625adaaf3fa3d83c8d3596661d2576d0a83, 4.19.284, 5.4.244, 5.10.181, 5.15.114, 6.1.31, 4.14.316, 6.3.5, 6.4, 0, 4.19.309, 5.4.271, 5.10.212, 5.15.151, 6.1.81, 6.6.21, 6.7.9, 6.8

Timeline

Official Publish: May 17th, 2024
Last Modified: May 23rd, 2026
Added to House: July 22nd, 2026

CVSS Vectors

No vector data available

Weaknesses (CWE)

No CWE data available

MITRE ATT&CK TTPs

No associated TTPs found for this vulnerability.