CVE-2025-38292

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38292
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38292.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-38292
Downstream
Related
Published
2025-07-10T08:15:27Z
Modified
2025-07-10T16:00:21Z
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

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.12.35-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}