Threaticon
Toggle sidebar

You're viewing a limited, public preview. Log in for full access.

Log in User Guide
Log in Get started
Attack Patterns CAPEC-46 — Overflow Variables and Tags
CAPEC-46

Overflow Variables and Tags

TLP:CLEAR

Description

Typical severity: High. Likelihood of attack: High. This type of attack leverages the use of tags or variables from a formatted configuration data to cause buffer overflow. The adversary crafts a malicious HTML page or configuration file that includes oversized strings, thus causing an overflow.

Mitigation

Use a language or compiler that performs automatic bounds checking. | Use an abstraction library to abstract away risky APIs. Not a complete solution. | Compiler-based canary mechanisms such as StackGuard, ProPolice and the Microsoft Visual Studio /GS flag. Unless this provides automatic bounds checking, it is not a complete solution. | Use OS-level preventative functionality. Not a complete solution. | Do not trust input data from user. Validate all user input.

Details

Platforms
Software
Added
Jul 14, 2026
Leaving Threaticon

This link opens an external site that isn't part of the platform.