| Summary: | Illegal Instruction | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Carlos Ramirez <andres> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | security | CC: | djm |
| Priority: | P5 | ||
| Version: | 8.4p1 | ||
| Hardware: | amd64 | ||
| OS: | Linux | ||
|
Description
Carlos Ramirez
2021-01-25 05:34:42 AEDT
Missing attachment in main post. Here is the contents of PoC file, use it as config file: RekeyLimit -4.411111111111111111111111111P This is the convtime() integer overflow that was recently fixed, it's a SIGILL because we set -ftrapv that deliberately faults the process whenever one occurs. *** This bug has been marked as a duplicate of bug 3250 *** close bugs that were resolved in OpenSSH 8.5 release cycle |