CVE-2025-38292

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38292
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38292.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38292
Downstream
Related
Published
2025-07-10T08:15:27Z
Modified
2025-08-09T20:01:28Z
Summary
[none]
Details

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

wifi: ath12k: fix invalid access to memory

In ath12kdprxmsducoalesce(), rxcb is fetched from skb and boolean iscontinuation is part of rxcb. Currently, after freeing the skb, the rxcb->iscontinuation accessed again which is wrong since the memory is already freed. This might lead use-after-free error.

Hence, fix by locally defining bool iscontinuation from rxcb, so that after freeing skb, iscontinuation can be used.

Compile tested only.

References

Affected packages