Merge pull request #860 from ejohnstown/release-1.4.22-1

Release v1.4.22
pull/861/head
JacobBarthelmeh 2025-12-30 17:12:29 -07:00 committed by GitHub
commit deddd3309c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,13 @@
and earlier. Users of wolfSSH must update or apply the fix patch and its
recommended to update credentials used. This fix is also recommended for
wolfSSH server applications. While there arent any specific attacks, the
same defect is present.
same defect is present. Thanks to Aina Toky Rasoamanana of Valeo and Olivier
Levillain of Telecom SudParis for the report. (PR 855)
- [Medium] CVE-2025-15382. The function used to clean up a path string may read
one byte off the end of the bounds of the string. The function is used by the
SCP handling in wolfSSH. This affects server applications with wolfSSH
versions 1.4.12 through 1.4.21, inclusive. Thanks to Luigino Camastra from
Aisle Research for the report. (PR 859)
## New Features
@ -50,6 +56,7 @@
## Fixes
- Fix off-by-1 read error when cleaning the file path for SCP. (PR 859)
- Fixed incorrect handling of zero-length SSH strings in packet parsing. (PR
857)
- Fixed a worker-thread deadlock caused by blocked sends preventing