BaseIncomplete
CWE-468Incorrect Pointer Scaling
Category: memory
Description
In C and C++, one may often accidentally refer to the wrong memory due to the semantics of when math operations are implicitly scaled.
Common consequences· 1
- Confidentiality / Integrity — Read Memory, Modify MemoryIncorrect pointer scaling will often result in buffer overflow conditions. Confidentiality can be compromised if the weakness is in the context of a buffer over-read or under-read.
Potential mitigations· 3
- [Architecture and Design]Use a platform with high-level memory abstractions.
- [Implementation]Always use array indexing instead of direct pointer manipulation.
- [Architecture and Design]Use technologies for preventing buffer overflows.
References
(incoming)1
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2026-24872cve-2026-24872 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.