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: 5.5 Medium
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, resulting in 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 a 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 < 1% 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 5.5, indicating a medium severity impact that can cause a kernel crash and deny service. 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 18, 2026 at 03:16 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 18, 2026 at 03:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


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-17T05:15:41.415Z

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-17T06:19:17.313

Link: CVE-2026-72490

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72490 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T03:30:06Z

Weaknesses