- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个客户端正在运行 PCI 合规性扫描并获取以下信息:
BEAST (Browser Exploit Against SSL/TLS) Vulnerability
The SSL protocol encrypts data by using CBC mode with chained
initialization vectors. This allows an attacker, which is has gotten
access to an HTTPS session via man-in-the-middle (MITM) attacks or other means, to obtain plain text HTTP headers via
a blockwise chosen-boundary attack (BCBA) in conjunction with
Javascript code that uses the HTML5 WebSocket API, the Java
URLConnection API, or the Silverlight WebClient API. This
vulnerability is more commonly referred to as Browser Exploit Against
SSL/TLS or "BEAST".
CVE: CVE-2011-3389
NVD: CVE-2011-3389
Bugtraq: 49778
CVSSv2: AV:N/AC:M/Au:N/C:P/I:N/A:N(4.30)
Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=665814,
http://httpd.apache.org/docs/trunk/mod/mod_ssl.html#sslciphersuite,
http://technet.microsoft.com/en-us/security/bulletin/ms12-006
Service: http
Evidence:
Cipher Suite: SSLv3 : DES-CBC3-SHA
Cipher Suite: SSLv3 : RC4-SHA
Cipher Suite: SSLv3 : RC4-MD5
Cipher Suite: TLSv1 : AES256-SHA
Cipher Suite: TLSv1 : AES128-SHA
Cipher Suite: TLSv1 : DES-CBC3-SHA
Cipher Suite: TLSv1 : RC4-SHA
Cipher Suite: TLSv1 : RC4-MD5
他们的网站托管在 Windows Azure 上;由于这些服务器是受管理的,是否有推荐的方法来填补这个漏洞?
最佳答案
您在 Azure 中运行的到底是什么?它是网络角色吗? Azure 网站?您自己的 Windows 服务器处于 IaaS 模式吗?
如果您正在运行 Web 角色,您是否正在运行最新的 Windows 操作系统? Microsoft 于 2012 年 4 月在 Web 角色中修复了此问题。
http://msdn.microsoft.com/en-us/library/windowsazure/hh967599.aspx
如果您通过 IaaS 模式运行 Windows Server,则您有责任修补服务器。
关于azure - Windows Azure 野兽漏洞利用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13997599/
我是 boost 的新手,我正在尝试为 websocket 编写一个简单的聊天应用程序。作为引用,我正在使用 websocket-server-sync来自网站的示例。 我制作了一个存储 websoc
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引起辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the he
我一直在一些硕士学位项目中使用 C,但从未用它构建生产软件。 (.NET 和 Javascript 是我的生计。)显然,free() 内存的需要 malloc() 在 C 中至关重要。这很好,很好如果
我是一名优秀的程序员,十分优秀!