Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-23129

5.5 · MEDIUM
Published Apr 16, 2025 linux EPSS 0.18% (8th pctl)

Overview

CVE-2025-23129 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

wifi: ath11k: Clear affinity hint before calling ath11k_pcic_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

ath11k_pci_alloc_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 free_irq+0x278/0x29c

Call trace:

free_irq+0x278/0x29c

ath11k_pcic_free_irq+0x70/0x10c [ath11k]

ath11k_pci_probe+0x800/0x820 [ath11k_pci]

local_pci_probe+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

ath11k_pcic_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.

Tested-on: QCA

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.1.63, < 6.2 Affected

Frequently Asked Questions

What is CVE-2025-23129?

CVE-2025-23129 is a medium-severity vulnerability affecting linux linux_kernel. It was published on April 16, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-23129?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-23129?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-23129?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-23129 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.