test(security): add poc for dsop modifier-map oob read (CVE-2026-65832) - #2
Open
nbolton wants to merge 2 commits into
Open
test(security): add poc for dsop modifier-map oob read (CVE-2026-65832)#2nbolton wants to merge 2 commits into
nbolton wants to merge 2 commits into
Conversation
This was referenced Sep 8, 2026
Ported from deskflow/scripts#12. Placeholder CVE identifiers replaced with the assigned CVE-2026-65832, published 2026-07-03.
nbolton
force-pushed
the
poc/mod-map-oob
branch
from
September 8, 2026 09:10
82d449f to
5a41b92
Compare
Deskflow ships with TLS on, so a plaintext-only PoC could only verify a non-default configuration. Adds --cert/--key with --no-tls to opt out, ported from the alternative PoC in deskflow/scripts#10. Also guards the handshake and trigger sequence so a peer disconnecting early exits 2 (inconclusive) instead of raising, which kept the exit-code contract from holding. Co-authored-by: manop55555 <109808848+manop55555@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PoC for CVE-2026-65832: a malicious server poisons
m_modifierTranslationTable[Shift]via DSOP, then a shift keypress drives the out-of-bounds index inServerProxy::translateKey.Ported from deskflow/scripts#12, with @manop55555's TLS listener from deskflow/scripts#10 folded in and credited, since the original was plaintext-only and could not test a default install. Exits 1 on
[FAIL] ... VULNERABLE, 0 on[PASS], 2 when inconclusive.