CVE-2026-89946

Source
https://cve.org/CVERecord?id=CVE-2026-89946
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89946.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89946
Downstream
Published
2026-09-16T10:32:32Z
Modified
2026-09-18T03:48:34Z
Summary
ASoC: cs35l33: drain threaded IRQ before runtime suspend
Details

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

ASoC: cs35l33: drain threaded IRQ before runtime suspend

cs35l33_runtime_suspend() currently switches the codec into regcache_cache_only(true) and powers it down without first quiescing the threaded IRQ registered by devm_request_threaded_irq(). That leaves a window where cs35l33_irq_thread() can still run after suspend has closed off live register access.

A running system can reach this during runtime PM while the driver still has critical fault IRQs unmasked. If the threaded handler runs in that window, it reads volatile INT_STATUS_1/2 after cache_only has been enabled, ignores the regmap_read() failures, and can still drive the AMP_SHORT_RLS, CAL_ERR_RLS, OTE_RLS, and OTW_RLS release paths.

Use disable_irq() before entering cache_only/power-off so any in-flight threaded handler is drained and no new IRQ thread can run during the suspended state. Re-enable the IRQ only after runtime_resume() has restored live register access with regcache_sync(). Since probe only warns if devm_request_threaded_irq() fails, track whether the IRQ was actually installed before disabling or re-enabling it.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89946.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3333cb7187b9c8d28f7a6405bbe9cec7a10efdc8
Fixed
d07799302721d381aef834fac8a11d196894eccb
Fixed
5b5311427e54d9c0d07178ee42df68ba44c2d5ca
Fixed
a04722542c76ce861031384480825afded8cc4f4
Fixed
614c2616ea677abfbed917a92bdc5141efff3536
Fixed
6ae98918240585eb2ad32b097c4810f4e2dabe88
Fixed
6e369bc46663b4bfce3d5f8b8ed08e71ecea13a2
Fixed
84cf6acd01a1ec8f30276578a039216327af782e
Fixed
e074c12c428c633e079154301207a6079a208583

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89946.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.8.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89946.json"