
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68256 is an out-of-bounds read vulnerability in the Linux kernel's staging: rtl8723bs Wi-Fi driver, specifically in the rtw_get_ie() Information Element (IE) parser. The parser trusted the length byte of each IE without validating that the IE body fits within the remaining frame buffer, allowing a malformed frame to cause the parser to read beyond the buffer end or enter an infinite loop. The vulnerability was published on December 16, 2025, and affects the Linux kernel across multiple stable branches, with fixes backported to versions 6.12.62, 6.17.12, 6.18.1, and 6.19-rc1. No official CVSS score has been assigned by NVD (marked as not prioritized for enrichment); Feedly estimates the severity as Medium (Feedly, NVD).
The root cause is improper input validation (CWE not formally assigned by NVD) in the rtw_get_ie() function within the drivers/staging/net/wireless/realtek/rtl8723bs driver. The function parsed 802.11 management frame Information Elements by reading the length byte from each IE header without checking that offset + 2 + len remains within the bounds of the frame buffer. An attacker in Wi-Fi range could craft a malformed 802.11 management frame (e.g., a beacon or probe response) with an oversized IE length field, causing the parser to advance its pointer past the end of the allocated buffer, resulting in an out-of-bounds read or an infinite loop. The fix validates the IE body length against the remaining buffer limit before accepting or advancing past each element (Feedly, kernel.org patch).
Successful exploitation can result in out-of-bounds memory reads from kernel space, potentially leaking sensitive kernel memory contents, or causing a denial of service via an infinite loop that hangs the Wi-Fi driver or the affected system. The vulnerability is confined to systems using the rtl8723bs staging driver (a Realtek SDIO Wi-Fi chipset commonly found in embedded Linux devices and single-board computers). There is no evidence of privilege escalation or remote code execution capability based on available information (Feedly, NVD).
The Linux kernel project has released patches addressing this vulnerability in multiple stable branches: 6.12.62, 6.17.12, 6.18.1, and 6.19-rc1. Administrators should update to a patched kernel version as soon as possible. As a workaround, systems that do not require the rtl8723bs driver can blacklist or unload the module (modprobe -r r8723bs) to eliminate the attack surface. Downstream distributions including Ubuntu (USN-8094-x series, USN-8152-1, USN-8179-x, USN-8184-1, USN-8185-x, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1) and Debian (DLA-4476-1) have issued kernel security updates incorporating this fix (Ubuntu USN-8094-1, Debian LTS, kernel.org patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."