In the Linux kernel, the following vulnerability has been resolved:
wifi: ath12k: change DMA direction while mapping reinjected packets
For fragmented packets, ath12k reassembles each fragment as a normal
packet and then reinjects it into HW ring. In this case, the DMA
direction should be DMA_TO_DEVICE, not DMA_FROM_DEVICE. Otherwise,
an invalid payload may be reinjected into the HW and
subsequently delivered to the host.
Given that arbitrary memory can be allocated to the skb buffer,
knowledge about the data contained in the reinjected buffer is lacking.
Consequently, there’s a risk of private information being leaked.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.1.1-00209-QCAHKSWPL_SILICONZ-1
References
Configurations
Configuration 1 (hide)
|
History
26 Sep 2025, 18:39
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux
Linux linux Kernel |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.1 |
CWE | CWE-668 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
References | () https://git.kernel.org/stable/c/33322e3ef07409278a18c6919c448e369d66a18e - Patch | |
References | () https://git.kernel.org/stable/c/6925320fcd40d8042d32bf4ede8248e7a5315c3b - Patch | |
References | () https://git.kernel.org/stable/c/e99d9b16ff153de9540073239d24adc3b0a3a997 - Patch | |
Summary |
|
21 Aug 2024, 01:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-08-21 01:15
Updated : 2025-09-26 18:39
NVD link : CVE-2024-43881
Mitre link : CVE-2024-43881
CVE.ORG link : CVE-2024-43881
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-668
Exposure of Resource to Wrong Sphere