VYPR

sdk

by Mcp

CVEs (1)

  • CVE-2026-53965higAug 19, 2026
    risk 0.38cvss epss

    ## Summary The HTTP client transport in `mcp/sdk` reads a Server-Sent-Events (SSE) response stream incrementally and appends each 4 KiB chunk to an in-memory buffer (`$this->sseBuffer .= $chunk;`) with **no upper bound**. The buffer is only ever flushed when an SSE event…