temporary workaround for most recent openssl remote exploit?
From: Aditya (aditya@grot.org)
Date: 07/31/02
- Next message: Adrian Penisoara: "Re: Are OpenSSL bugs related to OpenSSH ?"
- Previous message: Jacques A. Vidrine: "Re: OpenSSL workaround"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Aditya <aditya@grot.org> Date: Wed, 31 Jul 2002 12:22:40 -0700
The following message is a courtesy copy of an article
that has been posted to gmane.comp.apache.mod-ssl.user as well.
The FreeBSD Security Advisory FreeBSD-SA-02:33.openssl says:
IV. Workaround
Disabling the SSL2 protocol in server applications should render
server exploits harmless. There is no known workaround for client
applications.
and while I'm upgrading my systems, to limit my window of exposure, if
I restart my Apache servers, with:
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:-SSLv2:+EXP:+eNULL
(change +SSLv2 to -SSLv2) rather than the default:
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
will that be sufficient as a workaround?
Thanks,
Adi
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: Adrian Penisoara: "Re: Are OpenSSL bugs related to OpenSSH ?"
- Previous message: Jacques A. Vidrine: "Re: OpenSSL workaround"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|