SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-89721

UNKNOWN · CVSS N/A EPSS 0.20%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of the rockchip-samsung-dcphy PHY register block, where an out-of-range maximum register value can cause attempts to access unmapped memory, leading to system crashes and deadlocks during subsequent PHY operations. This issue primarily impacts systems utilizing the affected PHY hardware, particularly in environments where stability and reliability are critical. Organizations using Linux with this specific PHY configuration should prioritize remediation to prevent potential service disruptions.

CVE
CVE-2026-89721
Severity
UNKNOWN
CVSS
N/A
EPSS
0.20%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip-samsung-dcphy: fix out-of-range max_register The PHY register block is 64KB, so with a register stride of 4 the last accessible register sits at offset 0xfffc. max_register names 0x10000, one register past the end of the mapping: dumping the registers through the regmap debugfs interface reads beyond the ioremapped region and oopses on the unmapped page. The oops fires with the regmap lock held, so later PHY operations deadlock.