BaseDraft
CWE-353Missing Support for Integrity Check
Category: other
Description
The product uses a transmission protocol that does not include a mechanism for verifying the integrity of the data during transmission, such as a checksum.
If integrity check values or "checksums" are omitted from a protocol, there is no way of determining if data has been corrupted in transmission. The lack of checksum functionality in a protocol removes the first application-level check of data that can be used. The end-to-end philosophy of checks states that integrity checks should be performed at the lowest level that they can be completely implemented. Excluding further sanity checks and input validation performed by applications, the protocol's checksum is the most important level of checksum, since it can be performed more completely than at any previous level and takes into account entire messages, as opposed to single packets.
Common consequences· 2
- Integrity / Other — OtherData that is parsed and used may be corrupted.
- Non-Repudiation / Other — Hide Activities, OtherWithout a checksum it is impossible to determine if any changes have been made to the data after it was sent.
Potential mitigations· 2
- [Architecture and Design]Add an appropriately sized checksum to the protocol, ensuring that data received may be simply validated before it is parsed and used.
- [Implementation]Ensure that the checksums present in the protocol design are properly implemented and added to each message before it is sent.
Related CAPEC attack patterns· 7
References
Exploits (incoming)7
| Type | Target | Confidence | Tier |
|---|---|---|---|
| AttackPattern | Subverting Environment Variable Valuescapec-13 | 100% | live |
| AttackPattern | Client-side Injection-induced Buffer Overflowcapec-14 | 100% | live |
| AttackPattern | Manipulating Opaque Client-based Data Tokenscapec-39 | 100% | live |
| AttackPattern | Manipulating Statecapec-74 | 100% | live |
| AttackPattern | Content Spoofing Via Application API Manipulationcapec-389 | 100% | live |
| AttackPattern | Exploitation of Thunderbolt Protection Flawscapec-665 | 100% | live |
| AttackPattern | Manipulating Writeable Configuration Filescapec-75 | 100% | live |
Compliance frameworks addressing this (incoming)1
| Type | Target | Confidence | Tier |
|---|---|---|---|
| ComplianceControl | owasp_top10-a08 | 100% | live |
(incoming)2
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2026-3856cve-2026-3856 | 0% | live |
| KEVEntry | Trend Micro Apex One and Apex One as a Service Improper Validation Vulnerabilitykev-cve-2022-40139 | 0% | live |
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.