Home / Vulnerability Database / C or C++ : Incorrect function call
C/C++
C or C++ : Incorrect function call
Classification
OWASP Top 10 2017
OWASP Top 10 2021
Overview
Function call with incorrect parameters.
Probably, there are incorrect number of argument, incorrect order of arguments or incorrect argument type, which may lead to undefined behavior of application.
References
- CWE-686: Function Call With Incorrect Argument Type
- CWE-683: Function Call With Incorrect Order of Arguments
- CWE-688: Function Call With Incorrect Variable or Reference as Argument
- CWE-685: Function Call With Incorrect Number of Arguments
- CWE-687: Function Call With Incorrectly Specified Argument Value
- Mobile Top 10 2016-M7-Poor Code Quality
- OWASP A9:2017-Using Components with Known Vulnerabilities
LOW
DerScanner Severity Score
Do you want to fix C or C++ : Incorrect function call in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
