Home / Vulnerability Database / Objective-C : Incorrect function call
Objective-C
Objective-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 Objective-C : Incorrect function call in your application?
See also
Objective-C
Objective-C : Internal information leak
Objective-C
Objective-C : Weak hashing algorithm
Objective-C
