InputFlow speaks the legacy Mouse Without Borders protocol used by Microsoft PowerToys. That protocol is encrypted, but it was not designed with modern authenticated transport guarantees.
Security fixes should target the current main branch.
If you discover a vulnerability that could expose input, clipboard data, or pairing secrets:
- Do not open a public issue with exploit details.
- Open a private vulnerability report with:
- affected commit or release
- reproduction steps
- impact assessment
- logs or packet traces with keys and hostnames removed
Maintainers aim to acknowledge reports within three business days, provide an initial severity assessment within seven days, and keep reporters updated at least every fourteen days until resolution. Remediation timing depends on severity and compatibility impact; actively exploited critical issues take priority over the normal release cadence.
- Prefer
key_file=orkey_secret_id=over storing keys inline in shell history. - Treat the shared MWB security key as sensitive. Anyone with the key and network reachability may be able to impersonate a peer.
- Keep the Linux listener bound behind a local firewall and only allow the intended Windows peer.
- Review exported pairing helpers before moving them to another machine. They may contain the shared key and the Linux host IP.
- Avoid posting raw
mwb-windows-report-*,mwb-lock-report-*, ormwb-socket-trace-*files publicly without redacting hostnames, IPs, and keys.
- The Android relay's
android_relay_secretgates input delivery to the phone. When a Shizuku or root injection backend is enabled, an authenticated peer can inject input at the system level (including secure fields), so a weak secret is a privilege-escalation risk. - The relay refuses to start, and
android-pairrefuses to emit a pairing URI, with a weak secret (< 16chars / low variety). Generate one withandroid-pair --generate. - Keep the relay on a trusted LAN/VPN and treat the pairing URI/QR as a secret.
- The upstream PowerToys protocol uses AES-256-CBC framing but does not provide a modern end-to-end authenticated channel.
- Full AEAD or MAC-based integrity would require a protocol change on both the Linux client and the PowerToys side.
- Public beta users should treat InputFlow as a trusted-LAN tool, not an internet-exposed remote-control service.
The production threat model and mandatory release evidence are documented in
docs/production-security.md.