昨天,谷歌公布了一个名为 "POODLE "的SSL 3.0漏洞的发现。这个漏洞允许攻击者解密传输的数据并成功读取纯文本。虽然许多浏览器支持更新的、更安全的协议,但攻击者可以制造连接问题,导致浏览器退回到有漏洞的SSL 3.0协议。
Linode基础设施是否存在漏洞?
我们已经在我们的网络服务器、NodeBalancers和其他基础设施上禁用SSL 3.0。我们的安全团队的快速执行已经保护了我们的基础设施免受这一漏洞的影响。
我容易受到伤害吗?
如果你面向互联网的Linode允许加密连接,你将需要确保SSL 3.0被完全禁用。这并不意味着首先提供一个更强大的协议,如TLS,而是说SSL 3.0根本就不应该是一个选项。你可以使用我们的指南检查你是否有漏洞以及如何禁用SSL 3.0:禁用POODLE的SSLv3。
评论 (8)
Thank you guys for this rapid response.
I think you should give a handy simple way on how to disable ssl 3.0 or deploy TLS_FALLBACK_SCSV into a server, such as how to change ssl.conf file.
In response to 水景一页, the Zmap people have put together a great resource:
https://zmap.io/sslv3/
There’s a nice cheat sheet for a few of the server-side packages:
https://zmap.io/sslv3/servers.html
The post has been updated with our guide on how to check for and then disable SSL 3.0.
Hi,
This guy is kindly enough to provide backported dovecot 2.0.9 which has SSlv3 disabled: https://fh.kuehnel.org/doevcot-ssl3/.
will there be any option in the near future to support SSL3 with TLS_FALLBACK_SCSV?
IE6 may be dwindling, but it’s still out there in some markets.
Thank you so Much for Helpful Tips.
TLS_FALLBACK_SCSV on web server end is only part of the solution as it only works if client web browser end supports TLS_FALLBACK_SCSV https://community.centminmod.com/threads/poodle-attacks-on-sslv3-vulnerability.1651/page-3#post-8351 . So until all web browsers update to support such, SSLv3 should be disabled on server end.
Thank you So Much @George