CWE一覧に戻る
CWE-1083

期待されるデータマネージャーコンポーネント外部からのデータアクセス

Data Access from Outside Expected Data Manager Component
脆弱性 作成中
JA

この製品は、リレーショナル・データベースや非SQLデータベースなど、特定のデータ・マネージャー・コンポーネントを通じてデータ・アクセスを管理することを意図しているが、そのコンポーネントを使用せずにデータ・アクセス操作を実行するコードを含んでいる。

製品にデータ・アクセス・コンポーネントがある場合、そのコンポーネントを通じてすべてのデータ・アクセス操作を処理するように設計されている可能性があります。 データ・アクセス操作がそのコンポーネントの外部で実行された場合、意図された設計に違反している可能性があります。

EN

The product is intended to manage data access through a particular data manager component such as a relational or non-SQL database, but it contains code that performs data access operations without using that component.

When the product has a data access component, the design may be intended to handle all data access operations through that component. If a data access operation is performed outside of that component, then this may indicate a violation of the intended design.

Scope: Other / Impact: Reduce Reliability
MITRE公式ページ — CWE-1083