CVE-2025-38292
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix invalid access to memory In ath12k_dp_rx_msdu_coalesce(), rxcb is fetched from skb and boolean is_continuation is part of rxcb. Currently, after freeing the skb, the rxcb->is_continuation accessed again which is wrong since the memory is already freed. This might lead use-after-free error. Hence, fix by locally defining bool is_continuation from rxcb, so that after freeing skb, is_continuation can be used. Compile tested only.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rhel | 9 | fixed | |
| sles | affected | | |
| rocky | 9 | fixed | |
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 6.12.35-1 |
| debian | sid | fixed | 6.12.35-1 |
| debian | trixie | fixed | 6.12.35-1 |
| almalinux | 9 | fixed | kernel-devel-5.14.0-570.33.2.el9_6.aarch64.rpm |
References
- https://access.redhat.com/errata/RHSA-2025:13602
- https://www.suse.com/security/cve/CVE-2025-38292.html
- https://errata.rockylinux.org/RLSA-2025:13602
- https://security-tracker.debian.org/tracker/CVE-2025-38292
- https://bugzilla.redhat.com/2373383
- https://bugzilla.redhat.com/2379219
- https://errata.almalinux.org/9/ALSA-2025-13602.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.