CVE-2026-76840: Cliprdr Stream Read Buffer Overflowcve-2026-76840-cliprdr-stream-read-buffer-overflow
Unchecked response size copied into destination buffer in stream read implementation. Ensure the response length is validated to not exceed the requested buffer capacity (cb) before calling CopyMemory or memcpy.