CWE-669: Incorrect Resource Transfer Between Spheres
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
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.
常见后果
影响范围: Confidentiality Integrity
技术影响: Read Application Data Modify Application Data Unexpected State
观察示例
参考: CVE-2021-22909
Chain: router's firmware update procedure uses curl with "-k" (insecure) option that disables certificate validation (CWE-295), allowing adversary-in-the-middle (AITM) compromise with a malicious firmware image (CWE-494).
参考: CVE-2023-5227
PHP-based FAQ management app does not check the MIME type for uploaded images
参考: CVE-2005-0406
Some image editors modify a JPEG image, but the original EXIF thumbnail image is left intact within the JPEG. (Also an interaction error).
引入模式
| 阶段 | 说明 |
|---|---|
| Architecture and Design | - |
| Implementation | REALIZATION: This weakness is caused during implementation of an architectural security tactic. |
| Operation | - |