BaseDraft
CWE-193Off-by-one Error
Category: other
Description
A product calculates or uses an incorrect maximum or minimum value that is 1 more, or 1 less, than the correct value.
Common consequences· 3
- Availability — DoS: Crash, Exit, or Restart, DoS: Resource Consumption (CPU), DoS: Resource Consumption (Memory), DoS: InstabilityThis weakness will generally lead to undefined behavior and therefore crashes. In the case of overflows involving loop index variables, the likelihood of infinite loops is also high.
- Integrity — Modify MemoryIf the value in question is important to data (as opposed to flow), simple data corruption has occurred. Also, if the wrap around results in other conditions such as buffer overflows, further memory corruption may occur.
- Confidentiality / Availability / Access Control — Execute Unauthorized Code or Commands, Bypass Protection MechanismThis weakness can sometimes trigger buffer overflows which can be used to execute arbitrary code. This is usually outside the scope of a program's implicit security policy.
Potential mitigations· 1
- [Implementation]When copying character arrays or using character manipulation methods, the correct size parameter must be used to account for the null terminator that needs to be added at the end of the array. Some examples of functions susceptible to this weakness in C include strcpy(), strncpy(), strcat(), strncat(), printf(), sprintf(), scanf() and sscanf().
References
(incoming)8
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-43973cve-2025-43973 | 0% | live |
| Vulnerability | CVE-2025-53014cve-2025-53014 | 0% | live |
| Vulnerability | CVE-2025-54349cve-2025-54349 | 0% | live |
| Vulnerability | CVE-2026-28520cve-2026-28520 | 0% | live |
| Vulnerability | CVE-2026-33997cve-2026-33997 | 0% | live |
| Vulnerability | CVE-2026-44603cve-2026-44603 | 0% | live |
| Vulnerability | CVE-2026-48689cve-2026-48689 | 0% | live |
| KEVEntry | Sudo Heap-Based Buffer Overflow Vulnerabilitykev-cve-2021-3156 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.