CVE-2025-22128
Last modified
CVE-2025-22128 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_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 ath12k_pci_msi_alloc(). This does no harm unless one of the functions requesting the IRQ fails and attempt to free the IRQ. This may end up with a warning from the IRQ core that is expecting the affinity hint to be cleared before freeing the IRQ: kernel/irq/manage.c: /* make sure affinity_hint is cleaned up */ if (WARN_ON_ONCE(desc->affinity_hint)) desc->affinity_hint = NULL; So to fix this issue, clear the IRQ affinity hint before calling ath12k_pci_free_irq() in the error path. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_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 ath12k_pci_msi_alloc(). This does no harm unless one of the functions requesting the IRQ fails and attempt to free the IRQ. This may end up with a warning from the IRQ core that is expecting the affinity hint to be cleared before freeing the IRQ: kernel/irq/manage.c: /* make sure affinity_hint is cleaned up */ if (WARN_ON_ONCE(desc->affinity_hint)) desc->affinity_hint = NULL; So to fix this issue, clear the IRQ affinity hint before calling ath12k_pci_free_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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.12.35 |
| Linux | Linux Kernel | >= 6.13, < 6.14.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-22128?
How severe is CVE-2025-22128?
How do I fix CVE-2025-22128?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-22122In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22123In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22124In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22125In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22126In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-22127In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-22129Tuleap is an Open Source Suite to improve management of soft…4.3
- CVE-2025-2213A vulnerability was found in Castlenet CBW383G2N up to 20250…4.8
- CVE-2025-22130Soft Serve is a self-hostable Git server for the command lin…8.8
- CVE-2025-22131PhpSpreadsheet is a PHP library for reading and writing spre…6.1
- CVE-2025-22132WeGIA is a web manager for charitable institutions. A Cross-…4.8
- CVE-2025-22133WeGIA is a web manager for charitable institutions. Prior to…9.9
Are you affected by CVE-2025-22128?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
