CWE-198: Use of Incorrect Byte Ordering
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.
Last updated
Overview
CWE-198 (Use of Incorrect Byte Ordering) is a variant-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.
Real-world CVEs
1 recorded CVEs are caused by CWE-198 (Use of Incorrect Byte Ordering). The highest-severity and most recent are shown first. 0 new CWE-198 CVEs have been recorded so far in 2026 (1 in 2025).
Common consequences
What can happen when CWE-198 is exploited.
Unexpected State
Affects: Integrity
How it happens
When it is introduced
Typically introduced during these phases of the software lifecycle.