Release v1.4.22

1. Update ChangeLog for last minute PR/Vuln fix.
pull/860/head
John Safranek 2025-12-30 15:51:21 -08:00
parent b7c26d273a
commit 19389809e5
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