Are we better off using decoder rings and snail mail at this point?
Null pointer dereference – new security bug for OpenSSL
11–20 of 38 posts
Re: Null pointer dereference – new security bug for OpenSSL
#12This one is listed on that page (bottom 005: SECURITY FIX: May 1, 2014).
Re: Null pointer dereference – new security bug for OpenSSL
#13This only triggers a crash if you use RELEASE_BUFFERS (not the default) and a warning alert is written when the socket buffer is full. About the only case where a warning alert is generated is when a client attempts a renegotiation without the renegotiation extension (unless insecure renegotiation is allowed by the app). I've not been able to trigger the bug in a test because code generally stops reading once the socket buffer is full so you need the application to exactly fill the socket buffer (so that it doesn't get EAGAIN), then a warning alert can just exceed it.
[1] http://marc.info/?l=openssl-dev&m=139809493725682&w=2 [2] http://klee.github.io/klee/
Re: Null pointer dereference – new security bug for OpenSSL
#14Like I said in the other thread on 5.5, make sure you update for the patches. http://www.openbsd.org/errata55.html This one is listed on that page (bottom 005: SECURITY FIX: May 1, 2014).
Re: Null pointer dereference – new security bug for OpenSSL
#15Re: Null pointer dereference – new security bug for OpenSSL
#16Re: Null pointer dereference – new security bug for OpenSSL
#17Is it me or should code that has to be secure be written in more manage languages to prevent these mistake ? (But managed languages probably have other security issues I don't know about ?)
Re: Null pointer dereference – new security bug for OpenSSL
#18Are there any write ups for this yet? I can't find a CVE or anything on this one. No word from OpenSSL yet either.
Who knows for embedded devices.
Re: Null pointer dereference – new security bug for OpenSSL
#19Is it me or should code that has to be secure be written in more manage languages to prevent these mistake ? (But managed languages probably have other security issues I don't know about ?)
Re: Null pointer dereference – new security bug for OpenSSL
#20Is it me or should code that has to be secure be written in more manage languages to prevent these mistake ? (But managed languages probably have other security issues I don't know about ?)