lcimeni / disney

0 stars 0 forks source link

NowSecure dynamic analysis: Allowing Third Party Keyboards Potentially Exposes User Input #7

Open lcimeni opened 3 years ago

lcimeni commented 3 years ago

Summary

This application does not use application:shouldAllowExtensionPointIdentifier: on the application delegate to disable third-party keyboards. iOS apps can choose to grant permissions to use app extensions such as 3rd party keyboards. Allowing 3rd party keyboards can introduce privacy risks such as keystroke logging and in turn, sensitive data leaks. It is considered a security best practice to disable 3rd party keyboard extensions unless necessary.

Recommendation

Implement application:shouldAllowExtensionPointIdentifier: on the application delegate and return NO for the identifier UIApplicationKeyboardExtensionPointIdentifier.

Details and code snippets can be found at Apple's documentation.

Risk and Regulatory Information

Severity: medium CVSS: 4

Application

See more detail in the NowSecure Report