CWEBaseIncomplete9 recent CVEs

CWE-939Improper Authorization in Handler for Custom URL Scheme

Description

The product uses a handler for a custom URL scheme, but it does not properly restrict which actors can invoke the handler using the scheme.

Mobile platforms and other architectures allow the use of custom URL schemes to facilitate communication between applications. In the case of iOS, this is the only method to do inter-application communication. The implementation is at the developer's discretion which may open security flaws in the application. An example could be potentially dangerous functionality such as modifying files through a custom URL scheme.

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE