CVE-2025-23129

Source
https://cve.org/CVERecord?id=CVE-2025-23129
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-23129.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-23129
Downstream
Related
Published
2025-04-16T14:13:11.663Z
Modified
2026-03-11T07:45:37.175051Z
Summary
wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in error path
Details

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

wifi: ath11k: Clear affinity hint before calling ath11kpcicfree_irq() in error path

If a shared IRQ is used by the driver due to platform limitation, then the IRQ affinity hint is set right after the allocation of IRQ vectors in ath11kpcialloc_msi(). This does no harm unless one of the functions requesting the IRQ fails and attempt to free the IRQ. This results in the below warning:

WARNING: CPU: 7 PID: 349 at kernel/irq/manage.c:1929 freeirq+0x278/0x29c Call trace: freeirq+0x278/0x29c ath11kpcicfreeirq+0x70/0x10c [ath11k] ath11kpciprobe+0x800/0x820 [ath11kpci] localpciprobe+0x40/0xbc

The warning is due to not clearing the affinity hint before freeing the IRQs.

So to fix this issue, clear the IRQ affinity hint before calling ath11kpcicfree_irq() in the error path. The affinity will be cleared once again further down the error path due to code organization, but that does no harm.

Tested-on: QCA6390 hw2.0 PCI WLAN.HST.1.0.1-05266-QCAHSTSWPLZV2TO_X86-1

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/23xxx/CVE-2025-23129.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
39564b475ac5a589e6c22c43a08cbd283c295d2c
Fixed
80dc5a2ce5b75d648e08549617f5c555d07ae43c
Fixed
3fc42cfcc6e336f25dee79b34e57c4a63cd652a5
Fixed
68410c5bd381a81bcc92b808e7dc4e6b9ed25d11
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
e01b3400d641cb290742849331f0d22e1202538a
Last affected
5a9f55efa9333e3edb4826d945cfdd8356f6e269
Last affected
d412d0ef300f28d698648cc7c19147ab413251fe

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-23129.json"