ivyv19 / GitHub-Test-repo

for testing purposes only
0 stars 0 forks source link

NowSecure dynamic analysis: Keychain #1073

Open ivyv19 opened 3 weeks ago

ivyv19 commented 3 weeks ago

Finding Description

Keychain interaction was observed during dynamic analysis. iOS provides the keychain for secure data storage. However, in several scenarios, the keychain can be compromised and subsequently decrypted.

Evaluation Criteria:

The evidence table lists all detected uses of the iOS Keychain:

Inspect the calls to the iOS Keychain and ensure that the intended behavior is being performed.

Steps to Reproduce

This section highlights any activity where the app calls the iOS Keychain. The table in this section displays when keychain items are created, deleted, or queried in some way.

Risk and Regulatory Information

Severity: info

Policy Category: Informational

Application

See more detail in the NowSecure Report

Evidence | Name | Class | Match Limit | Return Attributes | Context | |---|---|---|---|---| | SecItemCopyMatching | inet | m_LimitAll | 1 | [object Object] | | SecItemCopyMatching | genp | m_LimitAll | 1 | [object Object] | | SecItemCopyMatching | cert | m_LimitAll | 1 | [object Object] | ... and 2 more