Review reviewHigh

CVE-2025-37943

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi In certain cases, hardware might provide packets with a length greater than the maximum native Wi-Fi header length. This can lead to accessing and modifying fields in the header within the ath12k_dp_rx_h_undecap_nwifi function for DP_RX_DECAP_TYPE_NATIVE_WIFI decap type and potentially resulting in invalid data access and memory corruption. Add a sanity check before processing the SKB to prevent invalid data access in the undecap native Wi-Fi function for...

CVSS
7.8
EPSS
0.24%
15.7% percentile
CISA KEV
Not listed
Published
2025.05.21
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.24%
Technical severityCVSS 7.8

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifi In certain cases, hardware might provide packets with a length greater than the maximum native Wi-Fi header length. This can lead to accessing and modifying fields in the header within the ath12k_dp_rx_h_undecap_nwifi function for DP_RX_DECAP_TYPE_NATIVE_WIFI decap type and potentially resulting in invalid data access and memory corruption. Add a sanity check before processing the SKB to prevent invalid data access in the undecap native Wi-Fi function for...

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= d889913205cf7ebda905b1e62c5867ed4e39f6c2 < 7f1d986da5c6abb75ffe4d0d325fc9b341c41a1c, >= d889913205cf7ebda905b1e62c5867ed4e39f6c2 < 3abe15e756481c45f6acba3d476cb3ca4afc3b61, >= d889913205cf7ebda905b1e62c5867ed4e39f6c2 < 6ee653194ddb83674913fd2727b8ecfae0597ade, >= d889913205cf7ebda905b1e62c5867ed4e39f6c2 < 50be1fb76556e80af9f5da80f28168b6c71bce58, >= d889913205cf7ebda905b1e62c5867ed4e39f6c2 < 9a0dddfb30f120db3851627935851d262e4e7acb, >= 6.3, >= 6.3 < 6.6.88, >= 6.7 < 6.12.24, >= 6.13 < 6.13.12, >= 6.14 < 6.14.3
Fixed versions
6.6.88, 6.12.24, 6.13.12, 6.14.3

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-787