CVE-2026-65832

Deskflow is a keyboard and mouse sharing app. Prior to continuous build 1.26.0.299, a remote unauthenticated Deskflow server can send kMsgDSetOptions (DSOP) values to ServerProxy::setOptions() in src/lib/client/ServerProxy.cpp so that the value following a modifier option poisons m_modifierTranslationTable, after which ServerProxy::translateKey() or ServerProxy::translateModifierMask() indexes the seven-row s_translationTable or s_masks arrays out of bounds, disclosing four bytes at an attacker-selected relative offset or crashing the connected client; an odd option count also causes an out-of-bounds OptionsList read. This issue is fixed in continuous build 1.26.0.299.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-17 21:16

Updated : 2026-09-09 21:11


NVD link : CVE-2026-65832

Mitre link : CVE-2026-65832

CVE.ORG link : CVE-2026-65832


JSON object : View

Products Affected

No product.

CWE
CWE-125

Out-of-bounds Read

CWE-129

Improper Validation of Array Index