CWE-668Exposure of Resource to Wrong Sphere

PUBLISHEDweakness record
released 2008-04-11 · last modified 2026-04-30

Metadata

CWE ID:
CWE-668
摘要:
Class
结构:
Simple
状态:
Draft
发布日期:
2008-04-11
更新日期:
2026-04-30

名称

Exposure of Resource to Wrong Sphere

描述

The product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource.

Resources such as files and directories may be inadvertently exposed through mechanisms such as insecure permissions, or when a program accidentally operates on the wrong object. For example, a program may intend that private files can only be provided to a specific user. This effectively defines a control sphere that is intended to prevent attackers from accessing these private files. If the file permissions are insecure, then parties other than the user will be able to access those files. A separate control sphere might effectively require that the user can only access the private files, but not any other files on the system. If the program does not ensure that the user is only requesting private files, then the user might be able to access other files on the system. In either case, the end result is that a resource has been exposed to the wrong party.

常见后果

范围:
Confidentiality
影响:
Read Application Data
注释:
An adversary that gains access to a resource exposed to a wrong sphere could potentially retrieve private data from that resource, thus breaking the intended confidentiality of that data.
范围:
Integrity
影响:
Modify Application Data
注释:
An adversary that gains access to a resource exposed to a wrong sphere could potentially modify data held within that resource, thus breaking the intended integrity of that data and causing the system relying on that resource to make unintended decisions.
范围:
Other
影响:
Varies by Context
注释:
The consequences may vary widely depending on how the product uses the affected resource.

相关 CWE