AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72490

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's rtl8723bs staging driver affects the handling of null pointer checks during the rtw_aes_decrypt function, potentially leading to improper decryption operations. This flaw could allow an attacker to exploit the driver, resulting in unexpected behavior or system instability. Linux system administrators and developers working with affected kernel versions should prioritize applying patches to mitigate potential risks.

CVE
CVE-2026-72490
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD 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.