Skip to main content

Dynabook IO Driver CVE-2026-56129

| EUVDEUVD-2026-39190 MEDIUM
Exposed IOCTL with Insufficient Access Control (CWE-782)
2026-06-25 jpcert GHSA-62xh-mjg9-8qhv
6.8
CVSS 4.0 · Vendor: jpcert
Share

Severity by source

Vendor (jpcert) PRIMARY
6.8 MEDIUM
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
7.1 HIGH

Physical memory access enables both read and write; C:H added to correct apparent understatement of vendor C:N, all other metrics align with the provided vector.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (jpcert).

CVSS VectorVendor: jpcert

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
CVSS changed
Jun 25, 2026 - 08:22 NVD
5.5 (MEDIUM) 6.8 (MEDIUM)
Analysis Generated
Jun 25, 2026 - 08:16 vuln.today

DescriptionCVE.org

Generic IO & Memory Access driver for PCs provided by TOSHIBA CORPORATION and Dynabook Inc. exposes its IOCTL with insufficient access control. A logged-in user with no administrative privilege may access physical memory.

AnalysisAI

Physical memory exposure in the Generic IO & Memory Access Driver for Toshiba and Dynabook PCs allows any locally logged-in user - without administrative privileges - to access physical memory by invoking an insufficiently access-controlled IOCTL interface. Physical memory access of this kind typically enables both reading sensitive in-memory data (credentials, encryption keys, kernel structures) and writing to arbitrary memory addresses, making the effective impact broader than the vendor CVSS C:N rating suggests. No public exploit or CISA KEV listing has been identified at time of analysis; this was disclosed via JPCERT/JVN and a Sharp/Dynabook security advisory.

Technical ContextAI

The affected component is the Generic IO & Memory Access driver, a kernel-mode Windows driver distributed by Toshiba Corporation and Dynabook Inc. (CPE: cpe:2.3:a:dynabook_inc.:generic_io_&_memory_access_driver and cpe:2.3:a:toshiba_corporation:generic_io_&_memory_access_driver). Kernel drivers expose device I/O control (IOCTL) interfaces to userland processes. CWE-782 (Exposed IOCTL with Insufficient Access Control) describes a class of flaw where the driver's IOCTL dispatch routine fails to enforce security descriptor restrictions, meaning low-privileged processes can issue privileged IOCTL codes. Drivers that expose physical memory mapping (e.g., MmMapIoSpace or ZwMapViewOfSection over physical addresses) are particularly dangerous when their access is unrestricted, as physical memory access bypasses all OS-level privilege boundaries.

RemediationAI

Consult the Sharp/Dynabook security advisory at https://global.sharp/corporate/info/product-security/advisory-list/2026-003/ for the exact patched driver version; the input data does not specify a fixed version number, so a precise upgrade target cannot be confirmed independently. The JVN advisory at https://jvn.jp/en/vu/JVNVU91051826/ may provide additional version guidance. As a compensating control pending a patch, administrators can restrict access to the driver device object via a custom security descriptor policy using tools such as sc.exe or Group Policy to deny non-administrator processes from opening the driver handle - this directly addresses the CWE-782 root cause without requiring driver replacement, but may break any legitimate vendor software that relies on the driver for non-privileged access. Alternatively, if the driver is not required for normal operation, uninstalling or disabling it via Device Manager eliminates the attack surface entirely with no functional side effects on most systems.

Share

CVE-2026-56129 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy