Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-669 (在范围间的资源转移不正确) — Vulnerability Class 70

70 vulnerabilities classified as CWE-669 (在范围间的资源转移不正确). AI Chinese analysis included.

CWE-669 represents a critical architectural weakness where a system fails to properly manage the transfer of resources or behaviors between distinct security spheres, such as moving data from an untrusted network zone to a trusted internal environment. Attackers typically exploit this flaw by manipulating the context or metadata during the transition, thereby gaining unintended control over the resource or executing malicious code within a higher-privilege domain. This often occurs when boundary checks are insufficient or when trust assumptions are incorrectly applied across zones. To mitigate this risk, developers must implement rigorous validation and sanitization protocols at every sphere boundary. By strictly enforcing access controls and verifying the integrity of transferred data, engineers can prevent unauthorized privilege escalation and ensure that resources remain confined to their intended operational contexts, effectively neutralizing the potential for cross-sphere exploitation.

MITRE CWE Description
The product does not properly transfer a resource/behavior to another sphere, or improperly imports a resource/behavior from another sphere, in a manner that provides unintended control over that resource.
Common Consequences (1)
Confidentiality, Integrity Read Application Data, Modify Application Data, Unexpected State
Examples (2)
The following code demonstrates the unrestricted upload of a file with a Java servlet and a path traversal vulnerability. The action attribute of an HTML form is sending the upload file request to the Java servlet.
<form action="FileUploadServlet" method="post" enctype="multipart/form-data"> Choose a file to upload: <input type="file" name="filename"/> <br/> <input type="submit" name="submit" value="Submit"/> </form>
Good · HTML
public class FileUploadServlet extends HttpServlet { ... protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html"); PrintWriter out = response.getWriter(); String contentType = request.getContentType(); // the starting position of the boundary header int ind = contentType.indexOf("boundary="); String boundary = contentType.substring(ind+9); String pLine = new String(); String uploadLocation = new String(UPLOAD_DIRECTORY_STRING); //Constant value // verify that content type is multipart form data i
Bad · Java
This code includes an external script to get database credentials, then authenticates a user against the database, allowing access to the application.
//assume the password is already encrypted, avoiding CWE-312 function authenticate($username,$password){ include("http://external.example.com/dbInfo.php"); //dbInfo.php makes $dbhost, $dbuser, $dbpass, $dbname available mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql'); mysql_select_db($dbname); $query = 'Select * from users where username='.$username.' And password='.$password; $result = mysql_query($query); if(mysql_numrows($result) == 1){ mysql_close(); return true; } else{ mysql_close(); return false; } }
Bad · PHP
CVE ID Title CVSS Severity Published
CVE-2026-92952 vm2 3.11.4 through 3.11.6 Sandbox Symbol Filtering Bypass — vm2 6.8 Medium 2026-09-17
CVE-2026-20194 Cisco Identity Services Engine Hardening Release - Incorrect Resource Transfer Vulnerabilities — Cisco Identity Services Engine Software 9.1 Critical 2026-09-16
CVE-2026-25832 Mbed TLS 权限许可和访问控制问题漏洞 — Mbed TLS 3.7 Low 2026-09-14
CVE-2023-37253 MediaWiki ProofreadPage 权限许可和访问控制问题漏洞 — ProofreadPage 3.1 Low 2026-09-14
CVE-2023-37252 MediaWiki checkuser 权限许可和访问控制问题漏洞 — CheckUser 3.1 Low 2026-09-14
CVE-2023-32803 Amazon ca-certificates 权限许可和访问控制问题漏洞 — ca-certificates 7.5 High 2026-09-14
CVE-2026-38924 Oraios AI Serena 权限许可和访问控制问题漏洞 — Serena 2.9 Low 2026-09-14
CVE-2025-45480 projectfloodlight floodlight 权限许可和访问控制问题漏洞 — Floodlight 3.0 Low 2026-09-13
CVE-2026-89162 PCRE2 权限许可和访问控制问题漏洞 — PCRE2 2.9 Low 2026-09-11
CVE-2026-87724 Tor 权限许可和访问控制问题漏洞 — Tor 6.5 Medium 2026-09-09
CVE-2026-86144 Xmlsoft libxml2 权限许可和访问控制问题漏洞 — libxml2 5.6 Medium 2026-09-05
CVE-2026-75010 Roundcube Webmail 权限许可和访问控制问题漏洞 — Webmail 6.4 Medium 2026-08-17
CVE-2026-75003 Roundcube Webmail 权限许可和访问控制问题漏洞 — Webmail 5.8 Medium 2026-08-17
CVE-2026-75000 Roundcube Webmail 权限许可和访问控制问题漏洞 — Webmail 5.8 Medium 2026-08-17
CVE-2026-73574 Zimbra<10.1.17经典Web客户端LFI漏洞 — Collaboration 3.1 Low 2026-08-13
CVE-2026-71194 OpenStack Designate 权限许可和访问控制问题漏洞 — Designate 6.8 Medium 2026-08-12
CVE-2026-73281 OpenBSD OpenSSH 权限许可和访问控制问题漏洞 — OpenSSH 3.5 Low 2026-08-11
CVE-2026-46448 OpenStack Nova 权限许可和访问控制问题漏洞 — Nova 5.4 Medium 2026-06-16
CVE-2026-12068 Avira Password Manager credential disclosure via cross-origin autofill in Firefox — Avira Password Manager 7.4 High 2026-06-12
CVE-2026-44917 OpenStack Ironic 安全漏洞 — Ironic 4.9 Medium 2026-06-04
CVE-2026-46447 OpenStack Ironic 安全漏洞 — Ironic 5.8 Medium 2026-06-03
CVE-2026-48847 Roundcube Webmail 安全漏洞 — Webmail 3.7 Low 2026-05-25
CVE-2026-48846 Roundcube Webmail 安全漏洞 — Webmail 6.5 Medium 2026-05-25
CVE-2026-48845 Roundcube Webmail 安全漏洞 — Webmail 6.5 Medium 2026-05-25
CVE-2026-48831 WineHQ Wine 安全漏洞 — Wine - - 2026-05-24
CVE-2026-44599 Tor 安全漏洞 — Tor 3.7 Low 2026-05-07
CVE-2026-42997 OpenStack Ironic 安全漏洞 — Ironic 7.7 High 2026-05-05
CVE-2026-40552 Remote Code Execution in mpGabinet — mpGabinet 8.0AI High AI 2026-04-28
CVE-2026-41525 Dolphin 安全漏洞 — Dolphin 6.5 Medium 2026-04-28
CVE-2026-41030 DesktopEditors 安全漏洞 — ONLYOFFICE DesktopEditors 6.2 Medium 2026-04-16

Vulnerabilities classified as CWE-669 (在范围间的资源转移不正确) represent 70 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.