Objective-C : Incorrect function call
Classification
OWASP Top 10 2017 A9-Using Components with Known Vulnerabilities OWASP Top 10 2021 A6-Vulnerable and Outdated Components CWE CWE-683 CWE-685 CWE-686 CWE-687 CWE-688Overview
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