Buffer Access with Incorrect Length Value
Using of incorrect value length during the operation of reading or writing buffer open the software access to the memory outside the buffer. If the value is longer than required, it may lead to buffer overflow and compromising of availibility. The weakness may result in arbitrary code execution and further crashes.
The vulnerability is introduced during Implementation stage.
The vulnerability is introduced during Implementation stage.