CVE-2026-52856: Go Ssh Payload Slice Out Of Boundscve-2026-52856-go-ssh-payload-slice-out-of-bounds
Slicing SSH request payload without checking its length can cause a runtime panic if the payload is smaller than expected. Always check `len(req.Payload)` before indexing or slicing.