Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Kitknox

#29895of 53,622
8.8Total CVSS
Vulnerabilities · 1
PT-2026-35075
8.8
2026-04-24
Deskflow · Deskflow · CVE-2026-41476
**Name of the Vulnerable Software and Affected Versions** Deskflow versions prior to 1.26.0.138 **Description** A remote memory-safety issue in clipboard deserialization allows a connected peer to trigger an out-of-bounds read by sending a malformed clipboard update. The problem exists in the implementation of 'src/lib/deskflow/IClipboard.cpp' because the `ClipboardChunk::assemble()` function in 'src/lib/deskflow/ClipboardChunk.cpp' only validates the outer clipboard transfer size. Since the internal structure of the serialized clipboard blob is not validated, malformed inner lengths reach the `IClipboard::unmarshall()` function unchanged. **Recommendations** Update to version 1.26.0.138.