Critical Vulnerability Information Commit ID: f09e020 Committer: u3s Commit Time: 2 weeks ago Commit Description: - Validate file handle size limit to process client data. - Reject handles exceeding 256 bytes (as specified in SFTP specification). Modified File: Key Code Changes: Vulnerability Fix Point: - Added validation to check file handle length, ensuring it does not exceed 256 bytes. - If the handle length exceeds 256 bytes, returns error status. ``` This commit primarily fixes a potential security vulnerability by enforcing a limit on file handle length, preventing possible buffer overflow or data corruption issues.