CWE-79 在Web页面生成时对输入的转义处理不恰当(跨站脚本) 类弱点 21763 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-79 即跨站脚本攻击,属于输入验证类漏洞。攻击者通过在网页中注入恶意脚本,利用服务器未正确过滤用户输入的特性,使受害者在浏览器中执行非预期代码,从而窃取会话令牌或篡改页面内容。开发者应避免此类风险,需严格对用户输入进行白名单验证,并在输出到 HTML 时实施上下文相关的编码与转义,确保危险字符被正确中和。
$username = $_GET['username']; echo '<div class="header"> Welcome, ' . $username . '</div>';http://trustedSite.example.com/welcome.php?username=<Script Language="Javascript">alert("You've been attacked!");</Script><% String eid = request.getParameter("eid"); %> ... Employee ID: <%= eid %><% protected System.Web.UI.WebControls.TextBox Login; protected System.Web.UI.WebControls.Label EmployeeID; ... EmployeeID.Text = Login.Text; %> <p><asp:label id="EmployeeID" runat="server" /></p>| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2023-5205 | WordPress Plugin Add Custom Body Class 跨站脚本漏洞 — Add Custom Body Class | 6.4 | Medium | 2023-10-21 |
| CVE-2023-4635 | WordPress Plugin EventON 跨站脚本漏洞 — EventON – Events Calendar | 6.1 | Medium | 2023-10-21 |
| CVE-2023-5689 | modoboa 跨站脚本漏洞 — modoboa/modoboa | 5.4 | - | 2023-10-20 |
| CVE-2023-5688 | modoboa 跨站脚本漏洞 — modoboa/modoboa | 5.4 | - | 2023-10-20 |
| CVE-2023-3933 | WordPress Plugin Your Journey 跨站脚本漏洞 — Your Journey | 6.1 | Medium | 2023-10-20 |
| CVE-2023-3962 | WordPress Plugin Winters 跨站脚本漏洞 — Winters - WordPress Blog Theme | 6.1 | Medium | 2023-10-20 |
| CVE-2023-3965 | WordPress Plugin Your Journey 跨站脚本漏洞 — NSC WordPress Theme | 6.1 | Medium | 2023-10-20 |
| CVE-2023-5618 | WordPress Plugin Modern Footnotes 跨站脚本漏洞 — Modern Footnotes | 6.4 | Medium | 2023-10-20 |
| CVE-2023-4648 | WordPress Plugin WP Customer Reviews 跨站脚本漏洞 — WP Customer Reviews | 4.4 | Medium | 2023-10-20 |
| CVE-2023-4021 | WordPress Plugin Modern Events Calendar lite 跨站脚本漏洞 — Modern Events Calendar Lite | 4.4 | Medium | 2023-10-20 |
| CVE-2023-5109 | WordPress Plugin WP Mailto Links – Protect Email Addresses 跨站脚本漏洞 — WP Mailto Links – Protect Email Addresses | 6.4 | Medium | 2023-10-20 |
| CVE-2023-5086 | WordPress Plugin Copy Anything to Clipboard 跨站脚本漏洞 — Copy Anything to Clipboard for WordPress – Copy Button, Copy Text & Copy Code | 6.4 | Medium | 2023-10-20 |
| CVE-2023-5292 | WordPress Plugin Advanced Custom Fields: Extended 跨站脚本漏洞 — Advanced Custom Fields: Extended | 6.4 | Medium | 2023-10-20 |
| CVE-2023-5231 | WordPress Plugin Magic Action Box 跨站脚本漏洞 — Magic Action Box | 6.4 | Medium | 2023-10-20 |
| CVE-2023-5121 | WordPress Plugin Migration, Backup, Staging – WPvivid 跨站脚本漏洞 — WPvivid — Backup, Migration & Staging | 4.4 | Medium | 2023-10-20 |
| CVE-2023-3996 | WordPress Plugin ARMember Lite - Membership 跨站脚本漏洞 — ARMember – Membership Plugin, Content Restriction, Member Levels, User Profile & User signup | 4.4 | Medium | 2023-10-20 |
| CVE-2023-5337 | WordPress Plugin Contact form Form For All 跨站脚本漏洞 — Contact form Form For All – Easy to use, fast, 37 languages. | 6.4 | Medium | 2023-10-20 |
| CVE-2023-5615 | WordPress Plugin Skype Legacy Buttons 跨站脚本漏洞 — Skype Legacy Buttons | 6.4 | Medium | 2023-10-20 |
| CVE-2023-4961 | WordPress Plugin Poptin 跨站脚本漏洞 — Poptin – Exit Pop Ups & Email Popups | 6.4 | Medium | 2023-10-20 |
| CVE-2023-2325 | M-Files 跨站脚本漏洞 — M-Files Web | 7.3 | High | 2023-10-20 |
| CVE-2022-4712 | WordPress Plugin WP Cerber Security 跨站脚本漏洞 — WP Cerber Security, Anti-spam & Malware Scan | 7.2 | High | 2023-10-20 |
| CVE-2023-4968 | WordPress Plugin WPLegalPages 跨站脚本漏洞 — Privacy Policy Generator – WPLP Legal Pages | 5.5 | Medium | 2023-10-20 |
| CVE-2023-4271 | WordPress Plugin Photospace Responsive 跨站脚本漏洞 — Photospace Responsive Gallery | 4.4 | Medium | 2023-10-20 |
| CVE-2023-5120 | WordPress Plugin Migration, Backup, Staging – WPvivid 跨站脚本漏洞 — WPvivid — Backup, Migration & Staging | 4.4 | Medium | 2023-10-20 |
| CVE-2023-4919 | WordPress Plugin iframe 跨站脚本漏洞 — iframe | 6.4 | Medium | 2023-10-20 |
| CVE-2023-5200 | WordPress Plugin flowpaper 跨站脚本漏洞 — flowpaper | 6.4 | Medium | 2023-10-20 |
| CVE-2023-5050 | WordPress Plugin Leaflet Map 跨站脚本漏洞 — Leaflet Map | 6.4 | Medium | 2023-10-20 |
| CVE-2022-4954 | WordPress Plugin Waiting: One-click countdowns 跨站脚本漏洞 — Waiting: One-click countdowns | 5.5 | Medium | 2023-10-20 |
| CVE-2023-5308 | WordPress Plugin Podcast Subscribe Buttons 跨站脚本漏洞 — Podcast Subscribe Buttons | 6.4 | Medium | 2023-10-20 |
| CVE-2023-4482 | WordPress Plugin Auto Amazon Links 跨站脚本漏洞 — Auto Amazon Links – Amazon Associates Affiliate Plugin | 6.4 | Medium | 2023-10-20 |
CWE-79(在Web页面生成时对输入的转义处理不恰当(跨站脚本)) 是常见的弱点类别,本平台收录该类弱点关联的 21763 条 CVE 漏洞。