CWE-99Improper Control of Resource Identifiers ('Resource Injection')

PUBLISHEDweakness recordHigh
released 2006-07-19 · last modified 2025-12-11

Metadata

CWE ID:
CWE-99
摘要:
Class
结构:
Simple
状态:
Draft
发布日期:
2006-07-19
更新日期:
2025-12-11

名称

Improper Control of Resource Identifiers ('Resource Injection')

描述

The product receives input from an upstream component, but it does not restrict or incorrectly restricts the input before it is used as an identifier for a resource that may be outside the intended sphere of control.

A resource injection issue occurs when the following two conditions are met: This may enable an attacker to access or modify otherwise protected system resources.

常见后果

范围:
Confidentiality, Integrity
影响:
Read Application Data, Modify Application Data, Read Files or Directories, Modify Files or Directories
注释:
An attacker could gain access to or modify sensitive data or system resources. This could allow access to protected files or directories including configuration files and files containing sensitive information.

相关 CWE