Cyber Posture

CVE-2026-36355

High

Published: 05 May 2026

Published
05 May 2026
Modified
05 May 2026
KEV Added
Patch
CVSS Score 7.7 CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0001 0.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

The rtl8192cd Wi-Fi kernel driver in the Realtek rtl819x Jungle SDK (all known versions through v3.4.14B) does not perform any access control checks on the write_mem (ioctl 0x89F5) and read_mem (ioctl 0x89F6) debug handlers, which are compiled into production builds…

more

via the unconditionally defined _IOCTL_DEBUG_CMD_ macro in 8192cd_cfg.h

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-200

Automated marking applies security attributes to system outputs, making it harder for attackers to exploit unmarked sensitive information leading to unauthorized exposure.

addresses: CWE-200

Proper attribute retention and permitted-value enforcement limits unauthorized actors from accessing sensitive information lacking correct labels.

addresses: CWE-200

Prevents unauthorized exposure of sensitive information by prohibiting untrusted external systems from processing or storing it.

addresses: CWE-200

By enforcing authorization matching prior to sharing, the control reduces the risk of exposing sensitive information to unauthorized actors.

addresses: CWE-200

Review and removal of nonpublic information from publicly accessible systems directly prevents exposure of sensitive data to unauthorized actors.

addresses: CWE-200

Data mining protection mechanisms detect and block unauthorized bulk extraction of sensitive data, directly mitigating exposure to unauthorized actors.

addresses: CWE-200

Literacy training teaches users to recognize and avoid actions that result in unauthorized exposure of sensitive information.

addresses: CWE-200

Retaining and monitoring training records confirms personnel have completed privacy and security awareness training on handling sensitive data, reducing the chance of unauthorized exposure due to lack of knowledge.

Security SummaryAI

CVE-2026-36355 is a vulnerability in the rtl8192cd Wi-Fi kernel driver within the Realtek rtl819x Jungle SDK, affecting all known versions through v3.4.14B. The issue arises because the driver lacks access control checks on the write_mem (ioctl 0x89F5) and read_mem (ioctl 0x89F6) debug handlers, which are compiled into production builds via the unconditionally defined _IOCTL_DEBUG_CMD_ macro in 8192cd_cfg.h. This flaw is rated with a CVSS v3.1 base score of 7.7 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N) and is associated with CWEs 200, 782, and 787.

A local attacker can exploit this vulnerability with low complexity, no privileges, and no user interaction required. Exploitation involves issuing the vulnerable ioctls to perform arbitrary memory reads and writes, potentially leading to high confidentiality and integrity impacts, such as exposing sensitive data or modifying critical kernel memory.

Advisories and further details are available from Realtek at http://realtek.com and the GitHub repository https://github.com/totekuh/CVE-2026-36355.

Details

CWE(s)

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
Why these techniques?

Arbitrary kernel memory read/write via unprotected debug ioctls from unprivileged local context directly enables exploitation for privilege escalation (T1068), credential access via kernel memory inspection (T1212), and OS credential dumping (T1003).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

References