码迷,mamicode.com
首页 > 其他好文 > 详细

【解决办法】服务器支持 TLS Client-initiated 重协商攻击(CVE-2011-1473)

时间:2019-08-27 12:43:20      阅读:1267      评论:0      收藏:0      [点我收藏+]

标签:漏洞   httpd   lease   download   apache   服务器   down   uri   tom   

使用SSL开启重协商的服务都会受该漏洞影响

 

Apache解决办法:

   升级到Apache 2.2.15以后版本

 

IIS解决办法:

    IIS 5.0启用SSL服务时,也会受影响。可以升级IIS 6.0到更高的版本。

 

Lighttpd解决办法:

    建议升级到lighttpd 1.4.30或者更高,并设置ssl.disable-client-renegotiation = "enable"。 

    http://download.lighttpd.net/lighttpd/releases-1.4.x/

 

Nginx解决办法:

    0.7.x升级到nginx 0.7.64

    0.8.x升级到 0.8.23 以及更高版本。

    http://nginx.org/en/download.html

 

Tomcat解决办法:

 1、使用NIO connector代替BIO connector,因为NIO不支持重协商,参考如下配置:

<Connector protocol="org.apache.coyote.http11.Http11NioProtocol">

(可能会影响Tomcat性能);

 2、配置Nginx反向代理,在Nginx中修复OpenSSL相关问题。

    参考链接:

    https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

    https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

    http://tomcat.apache.org/security-7.html#Not_a_vulnerability_in_Tomcat

    https://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Connector_Comparison

 

Squid解决办法:

    升级到3.5.24以及以后版本

    http://www.squid-cache.org/Versions/

 

其它服务解决方案请联系各应用厂商确认关闭重协商的方法。

举例:ssl renegotiation disable

【解决办法】服务器支持 TLS Client-initiated 重协商攻击(CVE-2011-1473)

标签:漏洞   httpd   lease   download   apache   服务器   down   uri   tom   

原文地址:https://www.cnblogs.com/LeeXiaoFeng/p/11417382.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!