CWE一覧に戻る
CWE-1102

機械依存のデータ表現への依存

Reliance on Machine-Dependent Data Representation
脆弱性 作成中
JA

コードは、低レベルのデータ表現に依存したデータ表現を使っている。
異なるプロセッサ間で異なる可能性のある低レベルのデータ表現または構成に依存するデータ表現を使用している、
物理的なマシン、OS、その他の物理的なコンポーネントによって異なる可能性がある。

EN

The code uses a data representation that relies on low-level
data representation or constructs that may vary across different processors,
physical machines, OSes, or other physical components.

Scope: Other / Impact: Reduce Maintainability
MITRE公式ページ — CWE-1102