| Summary: | MaxAuthTries validation incorrect | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Pete Travis <me> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | minor | CC: | djm |
| Priority: | P5 | ||
| Version: | 7.6p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Pete Travis
2018-11-20 10:44:26 AEDT
This has already been fixed in the openssh-7.7 release via the following commit: commit 609d96b3d58475a15b2eb6b3d463f2c5d8e510c0 Author: dtucker@openbsd.org <dtucker@openbsd.org> Date: Tue Dec 5 23:59:47 2017 +0000 upstream commit Replace atoi and strtol conversions for integer arguments to config keywords with a checking wrapper around strtonum. This will prevent and flag invalid and negative arguments to these keywords. ok djm@ OpenBSD-Commit-ID: 99ae3981f3d608a219ccb8d2fff635ae52c17998 Move resolved bugs -> CLOSED after 8.0 release |