Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
This is a rare case and indeed a security issue when HTTPS servers don't perform a proper SSL/TLS shutdown procedure and send an HTTP response message that relies on EOF to determine the end of the body. This is a security concern because without an SSL/TLS shutdown procedure, the EOF is not cryptographically secure, leaving the message body vulnerable to truncation attacks.这种情况比较罕见,但确实存在安全隐患:当 HTTPS 服务器没有执行正确的 SSL/TLS 关闭流程,并且它发送的 HTTP 响应消息需要依靠 EOF 来判断消息体何时结束时,就会产生安全问题。问题的根源在于,缺少 SSL/TLS 关闭流程时,EOF 就不再具有密码学上的安全性,消息体因此容易遭受截断攻击。