BaseIncomplete
CWE-124Buffer Underwrite ('Buffer Underflow')
Category: memory
Description
The product writes to a buffer using an index or pointer that references a memory location prior to the beginning of the buffer.
Common consequences· 3
- Integrity / Availability — Modify Memory, DoS: Crash, Exit, or RestartOut of bounds memory access will very likely result in the corruption of relevant memory, and perhaps instructions, possibly leading to a crash.
- Integrity / Confidentiality / Availability / Access Control / Other — Execute Unauthorized Code or Commands, Modify Memory, Bypass Protection Mechanism, OtherIf the corrupted memory can be effectively controlled, it may be possible to execute arbitrary code. If the corrupted memory is data rather than instructions, the system will continue to function with improper changes, possibly in violation of an implicit or explicit policy. The consequences would only be limited by how the affected data is used, such as an adjacent memory location that is used to specify whether the user has special privileges.
- Access Control / Other — Bypass Protection Mechanism, OtherWhen the consequence is arbitrary code execution, this can often be used to subvert any other security service.
Potential mitigations· 2
- [Requirements]Choose a language that is not susceptible to these issues.
- [Implementation]All calculated values that are used as index or for pointer arithmetic should be validated to ensure that they are within an expected range.
References
(incoming)8
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-27439cve-2025-27439 | 0% | live |
| Vulnerability | CVE-2025-27440cve-2025-27440 | 0% | live |
| Vulnerability | CVE-2025-53101cve-2025-53101 | 0% | live |
| Vulnerability | CVE-2025-62786cve-2025-62786 | 0% | live |
| Vulnerability | CVE-2025-68114cve-2025-68114 | 0% | live |
| Vulnerability | CVE-2026-0966cve-2026-0966 | 0% | live |
| Vulnerability | CVE-2026-34253cve-2026-34253 | 0% | live |
| KEVEntry | Fortinet Multiple Products Stack-Based Buffer Overflow Vulnerabilitykev-cve-2025-32756 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.