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

目标: 1000 元 · 已筹: 1000

100.0%

CWE-85 双字符XSS操纵 类漏洞列表 2

CWE-85 双字符XSS操纵 类弱点 2 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-85 属于跨站脚本攻击变种,源于应用未对输入中重复字符进行过滤。攻击者通过双写特殊字符(如双写引号或括号)绕过安全过滤机制,从而注入恶意脚本。开发者应实施严格的输入验证与输出编码策略,确保对关键字符进行标准化处理,彻底消除此类绕过风险,保障应用安全。

MITRE CWE 官方描述
CWE:CWE-85 双重字符 XSS 操纵 英文:Web 应用程序未对用户可控的输入进行过滤,这些输入通过重复涉及字符的方式伪装成可执行脚本。
常见影响 (1)
Confidentiality, Integrity, AvailabilityRead Application Data, Execute Unauthorized Code or Commands
缓解措施 (5)
ImplementationResolve all filtered input to absolute or canonical representations before processing.
ImplementationCarefully check each input parameter against a rigorous positive specification (allowlist) defining the specific characters and format allowed. All input should be neutralized, not just parameters that the user is supposed to specify, but all data in the request, including tag attributes, hidden fields, cookies, headers, the URL itself, and so forth. A common mistake that leads to continuing XSS v…
ImplementationUse and specify an output encoding that can be handled by the downstream component that is reading the output. Common encodings include ISO-8859-1, UTF-7, and UTF-8. When an encoding is not specified, a downstream component may choose a different encoding, either by assuming a default encoding or automatically inferring which encoding is being used, which can be erroneous. When the encodings are i…
ImplementationWith Struts, write all data from form beans with the bean's filter attribute set to true.
ImplementationTo help mitigate XSS attacks against the user's session cookie, set the session cookie to be HttpOnly. In browsers that support the HttpOnly feature (such as more recent versions of Internet Explorer and Firefox), this attribute can prevent the user's session cookie from being accessible to malicious client-side scripts that use document.cookie. This is not a complete solution, since HttpOnly is n…
Effectiveness: Defense in Depth
CVE ID标题CVSS风险等级Published
CVE-2024-13721 WordPress plugin Plethora Plugins Tabs + Accordions 安全漏洞 — Plethora Plugins Tabs + Accordions 6.4 Medium2025-01-25
CVE-2022-41676 Team Johnlong software Raiden MAILD Mail Server 跨站脚本漏洞 — MAILD Mail Server 5.4 Medium2022-11-29

CWE-85(双字符XSS操纵) 是常见的弱点类别,本平台收录该类弱点关联的 2 条 CVE 漏洞。