移动应用安全检测报告: 微觅圈 v1.0.0

安全基线评分


安全基线评分 61/100

综合风险等级


风险等级评定

  1. A
  2. B
  3. C
  4. F

漏洞与安全项分布(%)


隐私风险

0

检测到的第三方跟踪器数量


检测结果分布

高危安全漏洞 1
中危安全漏洞 10
安全提示信息 1
已通过安全项 3
重点安全关注 1

中危安全漏洞 应用程序已启用明文网络流量

[android:usesCleartextTraffic=true]
应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。

中危安全漏洞 Activity (androidx.test.core.app.InstrumentationActivityInvoker$BootstrapActivity) 未被保护。

[android:exported=true]
发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。

中危安全漏洞 Activity (androidx.test.core.app.InstrumentationActivityInvoker$EmptyActivity) 未被保护。

[android:exported=true]
发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。

中危安全漏洞 Activity (androidx.test.core.app.InstrumentationActivityInvoker$EmptyFloatingActivity) 未被保护。

[android:exported=true]
发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。

中危安全漏洞 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等

文件可能包含硬编码的敏感信息,如用户名、密码、密钥等
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#checking-memory-for-sensitive-data-mstg-storage-10

Files:
com/hjq/permissions/StartActivityManager.java, line(s) 9
rxhttp/wrapper/entity/KeyValuePair.java, line(s) 72

中危安全漏洞 应用程序使用不安全的随机数生成器

应用程序使用不安全的随机数生成器
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#weak-random-number-generators

Files:
ax39oa/rpip7e/md_qag/gw8s1u/szmicl.java, line(s) 30
ax39oa/rpip7e/md_qag/nvoqs2/wzsp51.java, line(s) 5
com/hjq/permissions/PermissionFragment.java, line(s) 14
org/junit/runner/manipulation/Ordering.java, line(s) 8

中危安全漏洞 MD5是已知存在哈希冲突的弱哈希

MD5是已知存在哈希冲突的弱哈希
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4

Files:
ax39oa/rpip7e/md_qag/nvoqs2/b5jayg.java, line(s) 88
ax39oa/rpip7e/md_qag/nvoqs2/qj1xt1.java, line(s) 711
ax39oa/rpip7e/uhpxdx/wsyqff/deghu2.java, line(s) 308

中危安全漏洞 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据

应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#external-storage

Files:
ax39oa/rpip7e/md_qag/nvoqs2/afhmxp.java, line(s) 32
ax39oa/rpip7e/md_qag/nvoqs2/q8xhem.java, line(s) 302,303
ax39oa/rpip7e/md_qag/nvoqs2/qj1xt1.java, line(s) 48,36,61
ax39oa/rpip7e/md_qag/nvoqs2/xbpntp.java, line(s) 121,125,129,133,137,141,145,149,153,157,161,73,77,81,85,89,93,97,101,105,109,113,288,371
skin/support/utils/SkinFileUtils.java, line(s) 19

中危安全漏洞 SHA-1是已知存在哈希冲突的弱哈希

SHA-1是已知存在哈希冲突的弱哈希
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4

Files:
ax39oa/rpip7e/md_qag/nvoqs2/q8xhem.java, line(s) 409

中危安全漏洞 应用程序创建临时文件。敏感信息永远不应该被写进临时文件

应用程序创建临时文件。敏感信息永远不应该被写进临时文件


Files:
org/junit/rules/TemporaryFolder.java, line(s) 79,163

安全提示信息 应用程序记录日志信息,不得记录敏感信息

应用程序记录日志信息,不得记录敏感信息
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#logs

Files:
ax39oa/rpip7e/md_qag/ttevve/i21n1s.java, line(s) 60,69,63,57,75,66,72
ax39oa/rpip7e/uhpxdx/wsyqff/deghu2.java, line(s) 311,329,135,212,224,260,267,290,294,299,349,353,358,373,379
com/tbruyelle/rxpermissions3/RxPermissionsFragment.java, line(s) 86,43
junit/runner/BaseTestRunner.java, line(s) 151
junit/runner/Version.java, line(s) 12
junit/textui/TestRunner.java, line(s) 88,112,137
me/jessyan/autosize/AutoSize.java, line(s) 169
me/jessyan/autosize/AutoSizeConfig.java, line(s) 108,125,134,199
me/jessyan/autosize/DefaultAutoAdaptStrategy.java, line(s) 21,31,34,15,28
me/jessyan/autosize/utils/AutoSizeLog.java, line(s) 23,35,29
rxhttp/Platform.java, line(s) 100,37,41,45,49
skin/support/content/res/SkinCompatDrawableManager.java, line(s) 234,476,491
skin/support/utils/Slog.java, line(s) 11,17,22,26

已通过安全项 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击

此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05g-Testing-Network-Communication.md#testing-custom-certificate-stores-and-certificate-pinning-mstg-network-4

Files:
rxhttp/wrapper/ssl/HttpsUtils.java, line(s) 95,175,44,94,121,174,83,93,93,173,173

已通过安全项 此应用程序可能具有Root检测功能

此应用程序可能具有Root检测功能
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05j-Testing-Resiliency-Against-Reverse-Engineering.md#testing-root-detection-mstg-resilience-1

Files:
ax39oa/rpip7e/md_qag/nvoqs2/lt17p0.java, line(s) 136,158,558

已通过安全项 此应用程序没有隐私跟踪程序

此应用程序不包括任何用户或设备跟踪器。在静态分析期间没有找到任何跟踪器。

重点安全关注 应用程序可能与位于OFAC制裁国家 (中国) 的服务器 (www.wanandroid.com) 通信。

{'ip': '39.101.178.149', 'country_short': 'CN', 'country_long': '中国', 'region': '北京', 'city': '北京', 'latitude': '39.907501', 'longitude': '116.397102'}

综合安全基线评分: ( 微觅圈 1.0.0)