CVE-2026-72490
Received Received - Intake

Null Pointer Dereference in Linux Kernel RTL8723BS Driver

Vulnerability report for CVE-2026-72490, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Linux kernel vulnerability in the staging driver for RTL8723BS Wi-Fi chips. The issue involves an incorrect null-pointer check in the rtw_aes_decrypt function. The guard condition was inverted, causing it to return failure for valid pointers instead of invalid ones.

Detection Guidance

This vulnerability is specific to the Linux kernel's staging driver for RTL8723BS Wi-Fi chips. Detection requires checking kernel logs for related errors or kernel crashes involving the rtl8723bs module. Commands like dmesg | grep rtl8723bs or journalctl -k | grep rtl8723bs may help identify issues.

Impact Analysis

This vulnerability could allow an attacker to cause a denial-of-service by triggering incorrect pointer validation in the Wi-Fi driver. It may lead to system crashes or instability when handling AES decryption operations on affected devices.

Compliance Impact

This vulnerability is a null-pointer dereference issue in the Linux kernel's staging driver for RTL8723BS WiFi chips. It does not directly relate to data handling, encryption, or access control mechanisms typically governed by GDPR or HIPAA. The flaw could potentially cause system instability or crashes but does not inherently violate compliance with these standards.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this vulnerability. If your distribution has not yet released a patched kernel, consider applying the upstream patch manually or disabling the rtl8723bs module if not in use.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72490. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart