Skip to content

Commit 5d9e709

Browse files
committed
Move vulnerability to it's own section in changelog with attribute to researcher
1 parent 9f8d9c0 commit 5d9e709

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎ChangeLog.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@
3636
## Fixes
3737

3838
- Fix for RSA public key auth
39-
- When decoding SFTP messages, fix the size checks so they don't wrap
4039
- Fix an issue where the testsuite and echoserver a socket failure
4140
- SFTP fix for getting attribute header
4241
- Fix for possible null dereference in SendKexDhReply
4342
- Remove reference to udp from test.h
4443
- Fixes to local port forwarding
4544

45+
## Vulnerabilities
46+
- 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.
47+
4648
# wolfSSH v1.4.7 (July 23, 2021)
4749

4850
## New Feature Additions and Improvements

0 commit comments

Comments
 (0)