CVE-2026-78701: C Io Recv Unbounded Buffer Memcpycve-2026-78701-c-io-recv-unbounded-buffer-memcpy
Data is copied from an internal buffer struct into a caller-provided buffer using the internal buffer's count without validating or bounding against the caller-supplied length parameter. This can result in a buffer overflow if the internal buffer contains more data than the destination buffer capacity.