{"id":"AZL-101153","summary":"CVE-2026-89946 affecting package kernel 6.6.150.1-1","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: cs35l33: drain threaded IRQ before runtime suspend\n\ncs35l33_runtime_suspend() currently switches the codec into\nregcache_cache_only(true) and powers it down without first quiescing the\nthreaded IRQ registered by devm_request_threaded_irq(). That leaves a\nwindow where cs35l33_irq_thread() can still run after suspend has closed\noff live register access.\n\nA running system can reach this during runtime PM while the driver still\nhas critical fault IRQs unmasked. If the threaded handler runs in that\nwindow, it reads volatile INT_STATUS_1/2 after cache_only has been\nenabled, ignores the regmap_read() failures, and can still drive the\nAMP_SHORT_RLS, CAL_ERR_RLS, OTE_RLS, and OTW_RLS release paths.\n\nUse disable_irq() before entering cache_only/power-off so any in-flight\nthreaded handler is drained and no new IRQ thread can run during the\nsuspended state. Re-enable the IRQ only after runtime_resume() has\nrestored live register access with regcache_sync(). Since probe only\nwarns if devm_request_threaded_irq() fails, track whether the IRQ was\nactually installed before disabling or re-enabling it.","modified":"2026-09-18T05:37:08Z","published":"2026-09-16T11:17:04Z","upstream":["CVE-2026-89946"],"references":[{"type":"WEB","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89946"}],"affected":[{"package":{"name":"kernel","ecosystem":"Azure Linux:3","purl":"pkg:rpm/azure-linux/kernel"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"last_affected":"6.6.150.1-1"}]}],"database_specific":{"source":"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-101153.json"}}],"schema_version":"1.9.0"}