CWE-346: Origin Validation Error
CWE版本: 4.18
更新日期: 2025-09-09
弱点描述
The product does not properly verify that the source of data or communication is valid.
常见后果
影响范围: Access Control Other
技术影响: Gain Privileges or Assume Identity Varies by Context
说明: An attacker can access any functionality that is inadvertently accessible to the source.
观察示例
参考: CVE-2000-1218
DNS server can accept DNS updates from hosts that it did not query, leading to cache poisoning
参考: CVE-2018-6074
Browser does not set Mark-of-the-Web (MotW) for a downloaded .EXE file if the name is close to the maximum path length, preventing recording of a zone identifier in the filename
参考: CVE-2025-0411
Zip file extraction program does not propagate Mark-of-the-Web (MotW) metadata to files that are extracted from an Internet-downloaded Zip file
参考: CVE-2025-46652
Zip file extraction program does not propagate Mark-of-the-Web (MotW) metadata to files that are extracted from an Internet-downloaded Zip file
参考: CVE-2005-0877
DNS server can accept DNS updates from hosts that it did not query, leading to cache poisoning
参考: CVE-2001-1452
DNS server caches glue records received from non-delegated name servers
参考: CVE-2005-2188
user ID obtained from untrusted source (URL)
参考: CVE-2003-0174
LDAP service does not verify if a particular attribute was set by the LDAP server
参考: CVE-1999-1549
product does not sufficiently distinguish external HTML from internal, potentially dangerous HTML, allowing bypass using special strings in the page title. Overlaps special elements.
参考: CVE-2003-0981
product records the reverse DNS name of a visitor in the logs, allowing spoofing and resultant XSS.
引入模式
| 阶段 | 说明 |
|---|---|
| Architecture and Design | - |
| Implementation | REALIZATION: This weakness is caused during implementation of an architectural security tactic. |
适用平台
编程语言
分类映射
| 分类名称 | 条目ID | 条目名称 | 映射适配度 |
|---|---|---|---|
| PLOVER | - | Origin Validation Error | - |
| ISA/IEC 62443 | Part 3-3 | Req SR 2.12 RE(1) | - |
| ISA/IEC 62443 | Part 4-1 | Req SD-1 | - |
| ISA/IEC 62443 | Part 4-1 | Req SR-2 | - |
| ISA/IEC 62443 | Part 4-1 | Req SVV-1 | - |
| ISA/IEC 62443 | Part 4-2 | Req CR 2.12 RE(1) | - |
| ISA/IEC 62443 | Part 4-2 | Req CR 3.1 RE(1) | - |
关键信息
CWE ID: CWE-346
抽象级别: Class
结构: Simple
状态: Draft