目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1325

100%

CWE-1428 类漏洞列表 1

CWE-1428 类弱点 1 条 CVE 漏洞汇总,含 AI 中文分析。

MITRE CWE 官方描述
The product provides or relies on use of HTTP communications when HTTPS is available. Because HTTP communications are not encrypted, HTTP is subject to various attacks against confidentiality, integrity, and authenticity. However, unlike many other protocols, HTTPS is widely available as a more secure alternative, because it uses encryption.
常见影响 (1)
Confidentiality, IntegrityRead Application Data, Modify Application Data
HTTP can be subjected to attacks against confidentiality (by reading cleartext packets); integrity (by modifying sessions); and authenticity (by compromising servers and/or clients using cache poisoning, phishing, or other attacks that enable attackers to spoof a legitimate entity in the communicati…
缓解措施 (4)
Architecture and DesignExplicitly require HTTPS or another mechanism that ensures that communication is encrypted [REF-1464].
ImplementationAvoid using "mixed content," i.e., serving a web page over HTTPS in which the page includes elements that use "http:" URLs [REF-1466] [REF-1467]. This is often done for images or other resources that do not seem to have privacy or security implications.
Implementation, OperationPerform "HTTPS forcing," that is, redirecting HTTP requests to HTTPS.
OperationIf the product supports multiple protocols, ensure that encrypted protocols (such as HTTPS) are required, and remove any unencrypted protocols (such as HTTP).
CVE ID标题CVSS风险等级Published
CVE-2026-40677 AMD Management Console (AMC) 加密问题漏洞 — AMD Management Console (AMC)--2026-06-12

CWE-1428 是常见的弱点类别,本平台收录该类弱点关联的 1 条 CVE 漏洞。