21658 vulnerabilities classified as CWE-79 (在Web页面生成时对输入的转义处理不恰当(跨站脚本)). AI Chinese analysis included.
CWE-79 represents a critical input validation weakness where software fails to properly sanitize user-supplied data before rendering it in web pages. Attackers typically exploit this vulnerability by injecting malicious scripts, often JavaScript, into trusted websites. When other users view the compromised page, the embedded code executes in their browsers, allowing the attacker to steal session cookies, hijack accounts, or redirect victims to phishing sites. This breach of trust undermines user privacy and application integrity. To prevent such attacks, developers must implement robust input validation and output encoding strategies. By strictly filtering incoming data and ensuring that all dynamic content is properly escaped before being processed by the browser, developers can neutralize dangerous inputs and effectively mitigate the risk of cross-site scripting vulnerabilities.
$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 | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2018-3781 | NextCloud Talk 跨站脚本漏洞 — nextcloud/talk | 5.4 | - | 2018-08-13 |
| CVE-2018-14784 | NetComm Wireless G LTE Light Industrial M2M Router(NWL-25)安全漏洞 — NetComm Wireless G LTE Light Industrial M2M Router (NWL-25) with firmware 2.0.29.11 and prior. | 6.1 | - | 2018-08-10 |
| CVE-2018-6590 | CA API Developer Portal 跨站脚本漏洞 — CA API Developer Portal | 6.1 | - | 2018-08-03 |
| CVE-2018-0406 | Cisco Web Security Appliance 跨站脚本漏洞 — Cisco Web Security Appliance unknown | 6.1 | - | 2018-08-01 |
| CVE-2018-0407 | Cisco Small Business 300 Series(Sx300)Managed Switches 跨站脚本漏洞 — Cisco Small Business 300 Series Managed Switches unknown | 5.4 | - | 2018-08-01 |
| CVE-2018-0408 | Cisco Small Business 300 Series(Sx300)Managed Switches 跨站脚本漏洞 — Cisco Small Business 300 Series Managed Switches unknown | 5.4 | - | 2018-08-01 |
| CVE-2018-0411 | Cisco Unified Communications Manager 跨站脚本漏洞 — Cisco Unified Communications Manager unknown | 6.1 | - | 2018-08-01 |
| CVE-2016-8608 | Red Hat JBoss BRMS和BPM Suite 跨站脚本漏洞 — BRMS | 5.4 | - | 2018-08-01 |
| CVE-2016-8639 | Foreman 跨站脚本漏洞 — foreman | 5.4 | - | 2018-08-01 |
| CVE-2016-8634 | Foreman 跨站脚本漏洞 — foreman | 5.4 | - | 2018-08-01 |
| CVE-2016-8613 | Foreman 跨站脚本漏洞 — foreman | 6.1 | - | 2018-07-31 |
| CVE-2018-10609 | Martem GW6和GWM 跨站脚本漏洞 — TELEM-GW6/GWM | 6.1 | - | 2018-07-31 |
| CVE-2018-3773 | metascrape npm模块跨站脚本漏洞 — metascraper | 6.1 | - | 2018-07-30 |
| CVE-2017-7514 | Red Hat Satellite 跨站脚本漏洞 — Red Hat Satellite | 5.4 | - | 2018-07-30 |
| CVE-2017-7463 | Red Hat JBoss BRMS和BPM Suite 跨站脚本漏洞 — business-central | 6.1 | - | 2018-07-27 |
| CVE-2017-15125 | Red Hat CloudForms 跨站脚本漏洞 — cloudforms | 5.4 | - | 2018-07-27 |
| CVE-2017-12175 | Red Hat Satellite 跨站脚本漏洞 — Satellite | 5.4 | - | 2018-07-26 |
| CVE-2017-7538 | Red Hat Satellite 跨站脚本漏洞 — Satellite | 5.4 | - | 2018-07-26 |
| CVE-2017-7535 | Foreman 跨站脚本漏洞 — foreman | 5.4 | - | 2018-07-26 |
| CVE-2018-3771 | statics-server 跨站脚本漏洞 — statics-server | 6.1 | - | 2018-07-20 |
| CVE-2018-0390 | Cisco Webex 跨站脚本漏洞 — Cisco Webex unknown | 6.1 | - | 2018-07-18 |
| CVE-2018-0396 | Cisco Unified Communications Manager IM and Presence Service Software 跨站脚本漏洞 — Cisco Unified Communications Manager IM And Presence Service unknown | 5.4 | - | 2018-07-18 |
| CVE-2018-0400 | Cisco Unified Contact Center Express 跨站脚本漏洞 — Cisco Unified Contact Center Express unknown | 6.1 | - | 2018-07-18 |
| CVE-2018-0401 | Cisco Unified Contact Center Express 跨站脚本漏洞 — Cisco Unified Contact Center Express unknown | 6.1 | - | 2018-07-18 |
| CVE-2018-0402 | Cisco Unified Contact Center Express 跨站请求伪造漏洞 — Cisco Unified Contact Center Express unknown | 8.8 | - | 2018-07-18 |
| CVE-2018-0403 | Cisco Unified Contact Center Express 信息泄露漏洞 — Cisco Unified Contact Center Express unknown | 9.1 | - | 2018-07-18 |
| CVE-2018-0366 | Cisco Web Security Appliance 跨站脚本漏洞 — Cisco Web Security Appliance unknown | 6.1 | - | 2018-07-16 |
| CVE-2018-11450 | Siemens PLM Software TEAMCENTER 跨站脚本漏洞 — Siemens PLM Software TEAMCENTER | 6.1 | - | 2018-07-09 |
| CVE-2018-3763 | Nextcloud Calendar 跨站脚本漏洞 — Nextcloud Calendar application | 4.8 | - | 2018-07-05 |
| CVE-2018-3764 | Nextcloud Contacts 跨站脚本漏洞 — Nextcloud Contacts application | 4.8 | - | 2018-07-05 |
Vulnerabilities classified as CWE-79 (在Web页面生成时对输入的转义处理不恰当(跨站脚本)) represent 21658 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.