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

目标: 1000 元 · 已筹: 1336

100%

CWE-80 Web页面中脚本相关HTML标签转义处理不恰当(基本跨站脚本) 类漏洞列表 458

CWE-80 Web页面中脚本相关HTML标签转义处理不恰当(基本跨站脚本) 类弱点 458 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-80即基础型跨站脚本攻击,属于输入验证缺陷。攻击者通过注入包含恶意脚本的HTML标签,利用程序未正确转义特殊字符的漏洞,使浏览器执行非预期代码,从而窃取数据或劫持会话。开发者应严格对用户输入进行白名单过滤,并对输出至HTML页面的数据进行实体编码,确保特殊字符被正确转义,从而阻断脚本执行。

MITRE CWE 官方描述
CWE:CWE-80 Web 页面中脚本相关 HTML 标签的不当中和(基本型 XSS) 英文:产品从上游组件接收输入,但未对特殊字符(如 "<"、">" 和 "&")进行中和或进行了不正确的中和,这些字符在发送给处理 Web 页面的下游组件时,可能被解释为 Web 脚本元素。
常见影响 (1)
Confidentiality, Integrity, Availability Read Application Data, Execute Unauthorized Code or Commands
An attacker could insert special characters that are processed client-side in the context of the user's session.
缓解措施 (4)
Implementation Carefully 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 hidden fields, cookies, headers, the URL itself, and so forth. A common mistake that leads to continuing XSS vulnerabilities i…
Implementation Use 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…
Implementation With Struts, write all data from form beans with the bean's filter attribute set to true.
Implementation To 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
代码示例 (1)
In the following example, a guestbook comment isn't properly encoded, filtered, or otherwise neutralized for script-related tags before being displayed in a client browser.
<% for (Iterator i = guestbook.iterator(); i.hasNext(); ) { Entry e = (Entry) i.next(); %> <p>Entry #<%= e.getId() %></p> <p><%= e.getText() %></p> <% } %>
Bad · JSP
CVE ID 标题 CVSS 风险等级 Published
CVE-2026-12751 IBM Cloud Pak 2026年8月修复多个漏洞 — Cloud Pak for Business Automation 5.4 Medium 2026-09-15
CVE-2026-54503 plone.app.textfield 存储型跨站脚本漏洞 — plone.app.textfield 4.3 Medium 2026-09-15
CVE-2026-52774 YesWiki 跨站脚本漏洞 — yeswiki 6.1 Medium 2026-09-04
CVE-2026-52773 YesWiki 跨站脚本漏洞 — yeswiki 6.1 Medium 2026-09-04
CVE-2026-32773 Apache Spark 跨站脚本漏洞 — Apache Spark - - 2026-09-02
CVE-2026-82838 pretix venueless 跨站脚本漏洞 — venueless 6.4 Medium 2026-08-31
CVE-2026-5218 Softtr E-Commerce Pack 跨站脚本漏洞 — E-Commerce Pack 4.3 Medium 2026-08-27
CVE-2026-5389 EmilStenstrom JustHTML 跨站脚本漏洞 — justhtml 6.1 Medium 2026-08-23
CVE-2026-35163 OctoPrint 跨站脚本漏洞 — OctoPrint 4.6 Medium 2026-08-21
CVE-2026-73220 cvat.ai CVAT 跨站脚本漏洞 — cvat 8.5 High 2026-08-20
CVE-2026-20232 Cisco Industrial Ethernet Switches 跨站脚本漏洞 — Cisco Industrial Ethernet Switches 5.4 Medium 2026-08-19
CVE-2026-54570 AngleSharp 跨站脚本漏洞 — AngleSharp 6.9 Medium 2026-08-18
CVE-2026-75872 Mario MailerUp 跨站脚本漏洞 — MailerUp 6.9 Medium 2026-08-18
CVE-2026-75082 Webkul Bagisto 输入验证错误漏洞 — Bagisto 4.3 Medium 2026-08-18
CVE-2026-19988 Алаев Alaev SEO Tools: Free Audit & Analysis 输入验证错误漏洞 — SEO Tools Extension 4.3 Medium 2026-08-17
CVE-2026-73237 Apache Allura 跨站脚本漏洞 — Apache Allura - - 2026-08-12
CVE-2026-73238 Apache Allura 跨站脚本漏洞 — Apache Allura - - 2026-08-12
CVE-2026-65841 Valerii Jodit Editor 跨站脚本漏洞 — jodit 5.3 Medium 2026-07-31
CVE-2026-34497 Johnson Controls FM Systems Employee 跨站脚本漏洞 — FM Systems Employee 4.8 Medium 2026-07-31
CVE-2026-48910 Apache JSPWiki 跨站脚本漏洞 — Apache JSPWiki - - 2026-07-30
CVE-2024-58355 calcom cal.diy 跨站脚本漏洞 — cal.diy 8.9 High 2026-07-23
CVE-2024-58353 Cal.com Cal.diy 跨站脚本漏洞 — cal.diy 8.9 High 2026-07-23
CVE-2026-32822 dataCycle CORE 跨站脚本漏洞 — dataCycle-CORE 6.1 Medium 2026-07-20
CVE-2026-54443 lissy93 dashy 跨站脚本漏洞 — dashy - - 2026-07-15
CVE-2026-59838 Fortinet FortiSIEM 跨站脚本漏洞 — FortiSIEM 5.3 Medium 2026-07-15
CVE-2026-57167 Chocobozzz PeerTube 跨站脚本漏洞 — PeerTube - - 2026-07-10
CVE-2026-59855 SiYuan 跨站脚本漏洞 — siyuan - - 2026-07-09
CVE-2026-7380 Armiya Technology Access Control System 跨站脚本漏洞 — Access Control System (GKS) 6.1 Medium 2026-07-07
CVE-2025-36321 IBM watsonx.data intelligence 跨站脚本漏洞 — watsonx.data intelligence 5.7 Medium 2026-06-30
CVE-2026-50229 Apache Software Foundation Apache Tomcat 跨站脚本漏洞 — Apache Tomcat - - 2026-06-29

CWE-80(Web页面中脚本相关HTML标签转义处理不恰当(基本跨站脚本)) 是常见的弱点类别,本平台收录该类弱点关联的 458 条 CVE 漏洞。