CWE一覧に戻る
CWE-198

誤ったバイト順序の使用

Use of Incorrect Byte Ordering
脆弱性 レビュー中
JA

製品が上流のコンポーネントから入力を受け取るが、入力を処理する際にバイト順序(ビッグエンディアンとリトルエンディアンなど)を考慮しないため、不正な数値や値が使用される。

EN

The product receives input from an upstream component, but it does not account for byte ordering (e.g. big-endian and little-endian) when processing the input, causing an incorrect number or value to be used.

Scope: Integrity / Impact: Unexpected State
MITRE公式ページ — CWE-198