|
|||||||||||
|
SSH Buffer Overflow on Solaris 8
From: David C. Kleinman <dkleinm(at)emory.edu>
Date: Mon Nov 11 2002 - 14:35:44 EST
The ssh client is functioning properly and I've used that same distribution on 49 other Solaris servers w/o issue.
Here are the packages that I installed:
I have also installed patch 112438-01 to create the /dev/random device
I installed ssh using the sunfreeware directions,
http://sunfreeware.com/openssh8.html Here is the truss output when I attempt to connect: $ truss -p 408 poll(0xFFBEF398, 2, -1) (sleeping...) poll(0xFFBEF398, 2, -1) = 1 accept(5, 0xFFBEFC68, 0xFFBEF450, 1) = 6 fstat64(6, 0xFFBEF2E0) = 0getsockopt(6, 65535, 8192, 0xFFBEF3E0, 0xFFBEF3DC, 0) = 0 setsockopt(6, 65535, 8192, 0xFFBEF3E0, 4, 0) = 0 fcntl(6, F_SETFL, 0x00000000) = 0 pipe() = 7 [8] fork() = 455 close(8) = 0 sigaction(SIGALRM, 0xFFBEF328, 0xFFBEF3A8) = 0 alarm(3600) = 0 getpid() = 408 [1] getpid() = 408 [1] close(6) = 0 poll(0xFFBEF388, 3, -1) (sleeping...)Received signal #18, SIGCLD, in poll() [caught] siginfo: SIGCLD CLD_EXITED pid=455 status=0x00FF poll(0xFFBEF388, 3, -1) Err#4 EINTRwaitid(P_ALL, 0, 0xFFBEEEB8, WEXITED|WTRAPPED|WNOHANG) = 0 waitid(P_ALL, 0, 0xFFBEEEB8, WEXITED|WTRAPPED|WNOHANG) Err#10 ECHILD sigaction(SIGCLD, 0xFFBEEE78, 0xFFBEEEF8) = 0 setcontext(0xFFBEF070) poll(0xFFBEF388, 3, -1) = 1 close(7) = 0 poll(0xFFBEF388, 2, -1) (sleeping...)Received on Mon Nov 11 17:56:26 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:51 EDT |
||||||||||
|
|||||||||||