[Bug 3101] New: sshd core is seen when FIPS mode is set

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Nov 29 04:26:06 AEDT 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=3101

            Bug ID: 3101
           Summary: sshd core is seen when FIPS mode is set
           Product: Portable OpenSSH
           Version: 7.9p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: sshd
          Assignee: unassigned-bugs at mindrot.org
          Reporter: navneet.kumar.garg at gmail.com

sshd core is seen when FIPS mode is set and we close the ssh connection
using 'exit' command. Issue is seen only in FIPS mode. Pasted the stack
trace below. sshd binary is non-debug, so limited information is shown
in the stack. How do I get debug sshd binary so that we can have more
debug information in stack trace? Issue is seen from certain ssh
clients, like issue is seen consistently using MobaXterm version 10.9
build 3656. Appreciate any input on this.

# sshd -v
unknown option -- v
OpenSSH_7.9p1, OpenSSL 1.0.2r-fips  26 Feb 2019


Core
====
Reading symbols from /usr/sbin/sshd...(no debugging symbols
found)...done.
[New LWP 22607]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `sshd: se'.
Program terminated with signal 11, Segmentation fault.
#0  0x00007f67affe3d32 in ?? ()
(gdb) bt
#0  0x00007f67affe3d32 in ?? ()
#1  0x00007f67b465c20f in fips_drbg_cleanup () from
/lib64/libcrypto.so.1.0.0
#2  0x00007f67b471d629 in RAND_cleanup () from
/lib64/libcrypto.so.1.0.0
#3  0x00007f67b27b7ff1 in __run_exit_handlers (status=0,
listp=0x7f67b2b38688 <__exit_funcs>,
    run_list_atexit=run_list_atexit at entry=true) at exit.c:77
#4  0x00007f67b27b8075 in __GI_exit (status=<optimized out>) at
exit.c:99
#5  0x00005618199b4c4c in ?? ()
#6  0x00005618199b5cff in ?? ()
#7  0x00005618199b5f5a in ?? ()
#8  0x00005618199993f1 in ?? ()
#9  0x00007f67b27a0ca5 in __libc_sta

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list