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

staging: rtl8723bs: fix stainfo check in rtw_aes_decrypt

The null-pointer-guard was incorrect, returning _FAIL on valid pointer.
Invert the guard, so it returns _FAIL on invalid pointer.
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the rtl8723bs wireless driver’s AES decryption routine caused the null‑pointer guard to return a failure status on a valid pointer, instead of correctly verifying an invalid pointer. The incorrect guard logic can lead to unintended failures or kernel panics when the driver processes decryption requests. The primary security impact is loss of service, as a kernel crash would disrupt system availability and could require a reboot to recover. The issue is a classic example of a null‑pointer dereference bug, classified as CWEs such as CWE‑476, where improper handling of pointers breaks program control flow. No publicly disclosed exploitation code exists, and the vulnerability is contained within the kernel driver, making remote exploitation impractical without local code execution. The risk is therefore limited to local or privileged users who can influence the driver’s input streams.

Affected Systems

The vulnerability affects the Linux kernel, specifically versions that include the staging rtl8723bs driver. Systems relying on the rtl8723bs wireless adapter are impacted; all other Linux kernel builds are unaffected.

Risk and Exploitability

The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, indicating that it is not currently targeted by known exploits. The CVSS score is also missing, but the weakness implies a high severity if exploited, as it can cause a kernel crash. Attackers would most likely need to supply crafted Wi‑Fi packets or otherwise trigger the AES decryption path locally, making the threat model primarily local.

Generated by OpenCVE AI on August 15, 2026 at 12:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the rtl8723bs driver commit correcting the null‑pointer guard (see commit 9a3f9b3c47d8f…).
  • If an immediate kernel update is not possible, disable or unload the rtl8723bs driver to avoid exercising the vulnerable decrypt path.
  • Continuously monitor kernel logs (e.g., dmesg or /var/log/kern.log) for decryption failure messages or kernel panics, and reboot the system promptly if such events occur.

Generated by OpenCVE AI on August 15, 2026 at 12:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix stainfo check in rtw_aes_decrypt The null-pointer-guard was incorrect, returning _FAIL on valid pointer. Invert the guard, so it returns _FAIL on invalid pointer.
Title staging: rtl8723bs: fix stainfo check in rtw_aes_decrypt
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-15T05:57:25.610Z

Reserved: 2026-08-09T03:40:39.936Z

Link: CVE-2026-72490

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:23.307

Modified: 2026-08-15T06:22:23.307

Link: CVE-2026-72490

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T12:15:03Z

Weaknesses