CWE WEAKNESSES / CWE-1102
CWE-1102
Reliance on Machine-Dependent Data Representation
Base
What it is
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.
Impact
| Other | Reduce Maintainability |
Real-world CVE examples
- CVE-2025-47153 — Chain: build process for JavaScript runtime environment can have inconsistent sizes for off_t (CWE-1102), allowing out-of-bounds access / segmentation fault (CW
Related weaknesses
Test & detect
Browse all common weaknesses, check related exploited CVEs, or map to ATT&CK techniques.
Source: MITRE CWE. View on cwe.mitre.org →