Open lcimeni opened 3 years ago
Update: This finding has been permanently hidden by Lorenz Cimeni Rainier, so no additional action required.
Powered by NowSecure Platform
Update: This finding is no longer marked as hidden. Additional action is required. Change made by: Lorenz Cimeni Rainier.
Powered by NowSecure Platform
Finding Description
ATS Exemptions were identified within the app and need to be reviewed to ensure they are both appropriate and have allowable exemptions.
On Apple platforms, a networking security feature called App Transport Security (ATS) improves privacy and data integrity for all apps and app extensions. ATS blocks connections that don't meet minimum security requirements. In some cases it may be necessary to connect to a server that isn't fully secure and cannot be reconfigured. In this case, exemptions can be added to the ATS requirements. By allowing exemptions, the app may be able to communicate using insecure network protocols which can lead to data exposure or manipulation. Unless absolutely necessary, ATS exemptions should always be avoided. If absolutely required, an additional and continuous review of the data transmitted must be performed to ensure changes to the app, SDK, or the API endpoints called do not lead to security issues.
Adding certain ATS exceptions to the app's Information Property List file requires a justification to be provided and may trigger additional App Store review for the app. Using ATS can prevent man-in-the-middle attacks in situations where weak ciphers and/or old versions of TLS are used since valid self-signed certificates are accepted. This client side protection can be used to enforce widely-adopted best practice network security standards and should be used on all apps.
Steps to Reproduce
Examine the app's information properties file to evaluate the ATS exemptions.
Business Impact
Creating ATS exemptions can cause app store review processes to take longer than those using the "default" configuration. This may deny an organization the ability to distribute a critical update (security, performance, functionality, etc) as quickly as business needs dictate, therefore negatively impacting business operations.
In addition, if exemptions allow for insecure protocol usage, this allows for the use of HTTP or other weak protocols for network communications which may affect the organizations compliance requirements and confidentiality goals.
Remediation Resources
Recommended Fix
Ensure that the server meets the following minimum security requirements to avoid having to implement any ATS exemptions:
If the server cannot be configured according to the minimum security requirements mentioned above, ensure that the justifications associated with each of the listed exemptions provides sufficient information for the App Store to determine why the app cannot make secure connections by default. Failure to do so may result in rejection from the App Store. Examples of justifications include:
Code Samples
Bad Code Sample (.plist)
Good Code Sample 2 (.plist)
Additional Guidance
Risk and Regulatory Information
Severity: medium CVSS: 5.3
Application
See more detail in the NowSecure Report