Home/CAPEC/SOAP Array Overflow
Attack Pattern

SOAP Array Overflow

CAPEC-256 · Detailed · Draft
An attacker sends a SOAP request with an array whose actual length exceeds the length indicated in the request. If the server processing the transmission naively trusts the specified size, then an attacker can intentionally understate the size of the array, possibly resulting in a buffer overflow if the server attempts to read the entire data set into the memory it allocated for a smaller array.
severity: High

Targets These Weaknesses (CWE)

1
The underlying weaknesses this attack pattern exploits. Follow into a CWE to see affected CVEs and its relationship tree.
External lookups - second-class, for what we don’t hold ourselves