Mobile application is susceptible to URI scheme hijacking, because Universal Links and App Links features are not used · Issue #1899 · LiskHQ/lisk-mobile · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lisk-mobile app defines the a URI scheme for receiving messages from other apps on the device. URI schemes can be hijacked by another app if the malicious app registers the same scheme and is also installed on the device. Consequently, a rogue app could receive messages sent via URI schemes intended for lisk-mobile.
More secure linking features are Universal Links and App Links (for iOS and Android applications respectively). These links are bound to a web domain, making it impossible for a malicious application to register a domain that belongs to other applications.
Motivation
Mobile application is susceptible to URI scheme hijacking, because Universal Links and App Links features are not used
Additional Information
remove support for custom URL schemes and support only Universal Links and App Links. Implement procedures for proving ownership of the domain used for linking, and for keeping the domain available (ie, preventing domain hijacking attacks).
The text was updated successfully, but these errors were encountered:
ManuGowda
changed the title
Implement Universal Links and App Links features
Mobile application is susceptible to URI scheme hijacking, because Universal Links and App Links features are not used
Jul 20, 2023
Description
The lisk-mobile app defines the a URI scheme for receiving messages from other apps on the device. URI schemes can be hijacked by another app if the malicious app registers the same scheme and is also installed on the device. Consequently, a rogue app could receive messages sent via URI schemes intended for lisk-mobile.
More secure linking features are Universal Links and App Links (for iOS and Android applications respectively). These links are bound to a web domain, making it impossible for a malicious application to register a domain that belongs to other applications.
Motivation
Mobile application is susceptible to URI scheme hijacking, because Universal Links and App Links features are not used
Additional Information
remove support for custom URL schemes and support only Universal Links and App Links. Implement procedures for proving ownership of the domain used for linking, and for keeping the domain available (ie, preventing domain hijacking attacks).
The text was updated successfully, but these errors were encountered: