CVE-2025-38159
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtw_fw_bt_wifi_control(rtwdev, para[0], ¶[1])', which reads 5 bytes: void rtw_fw_bt_wifi_control(struct rtw_dev *rtwdev, u8 op_code, u8 *data) { ... SET_BT_WIFI_CONTROL_DATA1(h2c_pkt, *data); SET_BT_WIFI_CONTROL_DATA2(h2c_pkt, *(data + 1)); ... SET_BT_WIFI_CONTROL_DATA5(h2c_pkt, *(data + 4)); Detected using the static analysis tool - Svace.
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 | |
| rocky | 8 | fixed | |
| sles | affected | | |
| debian | bookworm | fixed | 6.1.147-1 |
| debian | forky | fixed | 6.12.35-1 |
| debian | sid | fixed | 6.12.35-1 |
| debian | trixie | fixed | 6.12.35-1 |
| debian | bullseye | fixed | 6.1.153-1~deb11u1 |
| almalinux | 9 | fixed | kernel-debug-devel-5.14.0-570.35.1.el9_6.aarch64.rpm |
References
- https://access.redhat.com/errata/RHSA-2025:13962
- https://errata.rockylinux.org/RLSA-2025:13590
- https://errata.rockylinux.org/RLSA-2025:13589
- https://www.suse.com/security/cve/CVE-2025-38159.html
- https://security-tracker.debian.org/tracker/CVE-2025-38159
- https://access.redhat.com/errata/RHSA-2025:13589
- https://bugzilla.redhat.com/2348516
- https://bugzilla.redhat.com/2348596
- https://bugzilla.redhat.com/2360786
- https://bugzilla.redhat.com/2375304
- https://bugzilla.redhat.com/2376064
- https://errata.almalinux.org/8/ALSA-2025-13589.html
- https://access.redhat.com/errata/RHSA-2025:13590
- https://errata.almalinux.org/8/ALSA-2025-13590.html
- https://bugzilla.redhat.com/2355334
- https://bugzilla.redhat.com/2366125
- https://bugzilla.redhat.com/2375303
- https://bugzilla.redhat.com/2376041
- https://bugzilla.redhat.com/2378982
- https://bugzilla.redhat.com/2383381
- https://bugzilla.redhat.com/2383893
- https://errata.almalinux.org/9/ALSA-2025-13962.html
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.