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

目标: 1000 元 · 已筹: 1310

100%

CWE-300 通道可被非端点访问(中间人攻击) 类漏洞列表 42

CWE-300 通道可被非端点访问(中间人攻击) 类弱点 42 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-300 指通信通道可被非端点访问的漏洞,源于产品未能充分验证通信两端实体的身份或确保通道完整性。攻击者常利用此缺陷进行中间人攻击,通过拦截、篡改或注入恶意数据来窃取敏感信息或破坏通信逻辑。开发者应避免此类风险,需实施强身份认证机制,如使用数字证书验证双方身份,并采用加密技术(如 TLS)保障数据传输的机密性与完整性,从而防止未授权第三方介入通信过程。

MITRE CWE 官方描述
CWE:CWE-300 非端点可访问的通道 (Channel Accessible by Non-Endpoint) 英文:产品未能充分验证通信通道两端实体的身份,或者未能充分确保通道的完整性,从而导致非端点实体能够访问或影响该通道。 为了在双方之间建立安全通信,充分验证通信通道各端实体的身份通常至关重要。不充分或不一致的验证可能导致对任一通信实体的识别不足或错误。这可能会产生负面后果,例如对通道另一端实体的信任错置。攻击者可以利用这一点,在通信实体之间插入自身并伪装成原始实体。在缺乏足够的身份验证的情况下,此类攻击者可以窃听并可能修改原始实体之间的通信。
常见影响 (1)
Confidentiality, Integrity, Access ControlRead Application Data, Modify Application Data, Gain Privileges or Assume Identity
An attacker could pose as one of the entities and read or possibly modify the communication.
缓解措施 (3)
ImplementationAlways fully authenticate both ends of any communications channel.
Architecture and DesignAdhere to the principle of complete mediation.
ImplementationA certificate binds an identity to a cryptographic key to authenticate a communicating party. Often, the certificate takes the encrypted form of the hash of the identity of the subject, the public key, and information such as time of issue or expiration using the issuer's private key. The certificate can be validated by deciphering the certificate with the issuer's public key. See also X.509 certi…
代码示例 (1)
In the Java snippet below, data is sent over an unencrypted channel to a remote server.
Socket sock; PrintWriter out; try { sock = new Socket(REMOTE_HOST, REMOTE_PORT); out = new PrintWriter(echoSocket.getOutputStream(), true); // Write data to remote host via socket output stream. ... }
Bad · Java
CVE ID标题CVSS风险等级Published
CVE-2025-40770 Siemens SINEC Traffic Analyzer 安全漏洞 — SINEC Traffic Analyzer 7.4 High2025-08-12
CVE-2025-54792 LocalSend 安全漏洞 — localsend 6.8 -2025-08-01
CVE-2024-50568 Fortinet FortiOS 安全漏洞 — FortiOS 5.6 Medium2025-06-10
CVE-2025-20122 Cisco Catalyst SD-WAN Manager 安全漏洞 — Cisco Catalyst SD-WAN Manager 7.8 High2025-05-07
CVE-2024-50565 Fortinet多款产品 安全漏洞 — FortiOS 3.0 Low2025-04-08
CVE-2023-38272 IBM Cloud Pak System 安全漏洞 — Cloud Pak System 5.9 Medium2025-03-27
CVE-2024-12602 Huawei HarmonyOS 安全漏洞 — HarmonyOS 6.2 Medium2025-02-06
CVE-2024-27263 IBM Sterling B2B Integrator 安全漏洞 — Sterling B2B Integrator 5.3 Medium2025-01-28
CVE-2024-45407 Sunshine 安全漏洞 — Sunshine 6.5 Medium2024-09-10
CVE-2024-32049 F5 BIG-IP 安全漏洞 — BIG-IP Next Central Manager 7.4 High2024-05-08
CVE-2024-31206 dectalk-tts 安全漏洞 — dectalk-tts 8.2 High2024-04-04
CVE-2023-31004 IBM Security Access Manager Container 安全漏洞 — Security Verify Access Appliance 8.3 High2024-02-03
CVE-2023-7008 systemd 安全漏洞 — Red Hat Enterprise Linux 8 5.9 Medium2023-12-23
CVE-2023-32634 SoftEther VPN 安全漏洞 — SoftEther VPN 7.8 High2023-10-12
CVE-2023-4885 Open5GS 安全漏洞 — Open5GS 6.5 Medium2023-10-03
CVE-2023-2310 Schweitzer Engineering Laboratories Real Time Automation Controller 安全漏洞 — SEL-3505 6.8 Medium2023-05-10
CVE-2021-27768 HCL Technologies HCL Verse 信任管理问题漏洞 — Verse for Android 6.3 Medium2022-05-12
CVE-2021-21953 Anker Eufy Homebase 安全漏洞 — Anker 8.1 -2021-12-22
CVE-2021-41033 Eclipse Equinox 安全漏洞 — Eclipse Equinox 8.1 -2021-09-13
CVE-2021-32926 Rockwell Automation Micro 1400 安全漏洞 — Micro800, MicroLogix 1400 7.5 -2021-06-03
CVE-2021-22909 Ubiquiti Networks EdgeRouter 信任管理问题漏洞 — EdgeMAX EdgeRouter 8.1 -2021-05-27
CVE-2021-22890 Haxx libcurl 安全漏洞 — https://github.com/curl/curl 3.7 -2021-04-01
CVE-2020-10749 Container Network Interface 安全漏洞 — containernetworking/plugins 6.0 Medium2020-06-03
CVE-2020-11024 Moonlight 信息泄露漏洞 — Moonlight 6.1 Medium2020-04-29
CVE-2019-3981 MikroTik Winbox 安全漏洞 — WinBox 3.7 -2020-01-14
CVE-2019-14899 openvpn 安全漏洞 — VPN 8.8 -2019-12-11
CVE-2019-5456 Ubiquiti Networks UniFi Controller 信任管理问题漏洞 — UniFi 6.8 -2019-07-30
CVE-2019-8282 Gemalto Admin Control Center 访问控制错误漏洞 — Sentinel LDK RTE 5.3 -2019-06-07
CVE-2019-3793 Pivotal Software Application Service Manager 授权问题漏洞 — Apps Manager 9.8 -2019-04-24
CVE-2018-13298 Synology Android Moments 权限许可和访问控制问题漏洞 — Android Moments 8.1 -2019-04-01

CWE-300(通道可被非端点访问(中间人攻击)) 是常见的弱点类别,本平台收录该类弱点关联的 42 条 CVE 漏洞。