Application Data can be Backed up[android:allowBackup=true] This flag allows anyone to backup your application data via adb. It allows users who have enabled USB debugging to copy application data off of the device.
High
Broadcast Receiver (com.samsung.android.samsungpositioning.SpServiceReceiver) is not Protected. [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device.
High
Content Provider (com.sec.android.diagmonagent.log.provider.DiagMonProvider) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.sec.android.diagmonagent.permission.PROVIDER [android:exported=true] A Content Provider is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission.
Low
Service (com.samsung.android.samsungpositioning.SpManager) is Protected by a permission, but the protection level of the permission should be checked.Permission: sec.permission.SAMSUNG_POSITIONINGprotectionLevel: signatureOrSystem [android:exported=true] A Service is found to be exported, but is protected by a permission. However, the protection level of the permission is set to signatureOrSystem. It is recommended that signature level is used instead. Signature level should suffice for most purposes, and does not depend on where the applications are installed on the device.
High
Service (com.samsung.android.samsungpositioning.presentation.background.LocationModeChangeService) is Protected by a permission, but the protection level of the permission should be checked.Permission: android.permission.BIND_JOB_SERVICE [android:exported=true] A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission.
High
Content Provider (com.samsung.android.samsungpositioning.PathHistoryProvider) is not Protected. [android:exported=true] A Content Provider is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device.
The application invoke platform-provided DRBG functionality for its cryptographic operations. Random Bit Generation Services
FCS_STO_EXT.1.1
The application does not store any credentials to non-volatile memory. Storage of Credentials
FCS_CKM_EXT.1.1
The application generate no asymmetric cryptographic keys. Cryptographic Key Generation Services
FDP_DEC_EXT.1.1
The application has access to ['network connectivity']. Access to Platform Resources
FDP_DEC_EXT.1.2
The application has access to no sensitive information repositories. Access to Platform Resources
FDP_NET_EXT.1.1
The application has user/application initiated network communications. Network Communications
FDP_DAR_EXT.1.1
The application implement functionality to encrypt sensitive data in non-volatile memory. Encryption Of Sensitive Application Data
FMT_MEC_EXT.1.1
The application invoke the mechanisms recommended by the platform vendor for storing and setting configuration options. Supported Configuration Mechanism
FTP_DIT_EXT.1.1
The application does encrypt some transmitted data with HTTPS/TLS/SSH between itself and another trusted IT product. Protection of Data in Transit
FCS_RBG_EXT.2.1 FCS_RBG_EXT.2.2
The application perform all deterministic random bit generation (DRBG) services in accordance with NIST Special Publication 800-90A using Hash_DRBG. The deterministic RBG is seeded by an entropy source that accumulates entropy from a platform-based DRBG and a software-based noise source, with a minimum of 256 bits of entropy at least equal to the greatest security strength (according to NIST SP 800-57) of the keys and hashes that it will generate. Random Bit Generation from Application
FCS_COP.1.1(1)
The application perform encryption/decryption in accordance with a specified cryptographic algorithm AES-CBC (as defined in NIST SP 800-38A) mode or AES-GCM (as defined in NIST SP 800-38D) and cryptographic key sizes 256-bit/128-bit. Cryptographic Operation - Encryption/Decryption
FCS_COP.1.1(2)
The application perform cryptographic hashing services in accordance with a specified cryptographic algorithm SHA-1/SHA-256/SHA-384/SHA-512 and message digest sizes 160/256/384/512 bits. Cryptographic Operation - Hashing
FCS_HTTPS_EXT.1.1
The application implement the HTTPS protocol that complies with RFC 2818. HTTPS Protocol
FCS_HTTPS_EXT.1.2
The application implement HTTPS using TLS. HTTPS Protocol
FCS_HTTPS_EXT.1.3
The application notify the user and not establish the connection or request application authorization to establish the connection if the peer certificate is deemed invalid. HTTPS Protocol
FIA_X509_EXT.2.1
The application use X.509v3 certificates as defined by RFC 5280 to support authentication for HTTPS , TLS. X.509 Certificate Authentication
Files may contain hardcoded sensitive informations like usernames, passwords, keys etc.
MASVS: MSTG-STORAGE-14 CWE-312 Cleartext Storage of Sensitive Information M9: Reverse Engineering
App uses SQLite Database and execute raw SQL query. Untrusted user input in raw SQL queries can cause SQL Injection. Also sensitive information should be encrypted and written to the database.
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') M7: Client Code Quality
App can read/write to External Storage. Any App can read data written to External Storage.
MASVS: MSTG-STORAGE-2 CWE-276 Incorrect Default Permissions M2: Insecure Data Storage
Files:
com/samsung/android/samsungpositioning/d/f.java
High CVSS:7.5
The App uses an insecure Random Number Generator.
MASVS: MSTG-CRYPTO-6 CWE-330 Use of Insufficiently Random Values M5: Insufficient Cryptography