Home / Vulnerability Database / 1C : Incorrect function call
1C
1C : Incorrect function call
Classification
OWASP Top 10 2017
OWASP Top 10 2021
Overview
Incorrect use of the function.
Probably, there are incorrect number of argument, incorrect order of arguments, incorrect argument type or incorrect type of return value, which may lead to undefined behavior of application.
Probably, there are incorrect number of argument, incorrect order of arguments, incorrect argument type or incorrect type of return value. Probably some functions are called from wrong position or are not called at all while they should be called. This may cause unpredictable behavior or rare bugs.
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 1C : Incorrect function call in your application?
See also
1C
1C : Null encryption key
1C
1C : Memory leak
1C
