diff --git a/ChangeLog.md b/ChangeLog.md index 26f1588a..fcefbe96 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -36,13 +36,15 @@ ## Fixes - Fix for RSA public key auth -- When decoding SFTP messages, fix the size checks so they don't wrap - Fix an issue where the testsuite and echoserver a socket failure - SFTP fix for getting attribute header - Fix for possible null dereference in SendKexDhReply - Remove reference to udp from test.h - Fixes to local port forwarding +## Vulnerabilities +- When processing SFTP messages, wolfSSH isn't checking data lengths against the size of the message and is potentially under-allocating, over-reading, and over-writing buffers. Thank you to Michael Randriananantenaina, an independent security researcher, for the report. + # wolfSSH v1.4.7 (July 23, 2021) ## New Feature Additions and Improvements