Home / Vulnerability Database / Objective-C : Usage of openURL method
Objective-C

Objective-C : Usage of openURL method

Classification

OWASP Mobile Top 10 2016

Overview

The application uses the [UIApplication openURL:] method, which asks iOS to handle transition to a given URL. Any other app can then intercept that transition registering the corresponding URL scheme (for example, an application can state that it handles all URLs that starts with “example.com”).

MEDIUM

DerScanner Severity Score

Do you want to fix Objective-C : Usage of openURL method in your application?

See also

Objective-C

Objective-C : Internal information leak

Objective-C

Objective-C : Weak hashing algorithm

Objective-C

Objective-C : Unsafe reflection