安全分数
安全分数 57/100
风险评级
等级
- A
- B
- C
- F
严重性分布 (%)
隐私风险
0
用户/设备跟踪器
调研结果
高危
1
中危
9
信息
1
安全
2
关注
0
高危 应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。
应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4 Files: com/flextv/livestore/utils/Security.java, line(s) 32
中危 应用程序已启用明文网络流量
[android:usesCleartextTraffic=true] 应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。
中危 应用程序数据可以被备份
[android:allowBackup=true] 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
中危 Activity (com.flextv.livestore.MainTVActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Service (com.google.android.play.core.assetpacks.AssetPackExtractionService) 未被保护。
[android:exported=true] 发现 Service与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等
文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#checking-memory-for-sensitive-data-mstg-storage-10 Files: com/flextv/livestore/activities/MovieCreditActivity.java, line(s) 56 com/flextv/livestore/activities/SeasonActivity.java, line(s) 204 com/flextv/livestore/activities/SeriesInfoActivity.java, line(s) 60 com/flextv/livestore/apps/Constants.java, line(s) 16 com/flextv/livestore/helper/GetSharedInfo.java, line(s) 156 com/flextv/livestore/helper/PreferenceHelper.java, line(s) 22,47,62
中危 应用程序使用不安全的随机数生成器
应用程序使用不安全的随机数生成器 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#weak-random-number-generators Files: com/flextv/livestore/models/EPGChannel.java, line(s) 11 com/flextv/livestore/utils/Security.java, line(s) 18
中危 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据
应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#external-storage Files: com/flextv/livestore/net/LoadM3UItemsCommand.java, line(s) 27 com/flextv/livestore/utils/DemoUtil.java, line(s) 83 com/flextv/livestore/utils/Utils.java, line(s) 109,361
中危 不安全的Web视图实现。可能存在WebView任意代码执行漏洞
不安全的Web视图实现。可能存在WebView任意代码执行漏洞 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05h-Testing-Platform-Interaction.md#testing-javascript-execution-in-webviews-mstg-platform-5 Files: com/evgenii/jsevaluator/WebViewWrapper.java, line(s) 23,21
中危 此应用可能包含硬编码机密信息
从应用程序中识别出以下机密确保这些不是机密或私人信息 "library_roundedimageview_authorWebsite" : "https://github.com/vinc3m1" d96abf17668601f56b3d7b8336a61933
信息 应用程序记录日志信息,不得记录敏感信息
应用程序记录日志信息,不得记录敏感信息 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#logs Files: at/huber/youtubeExtractor/YouTubeExtractor.java, line(s) 452,631,637 com/flextv/livestore/activities/SeasonActivity.java, line(s) 289,294 com/flextv/livestore/dlgfragment/PayForTvDlgFragment.java, line(s) 46 com/flextv/livestore/net/LoadM3UItemsCommand.java, line(s) 28 com/flextv/livestore/utils/Utils.java, line(s) 88,123,126,368,370 com/iarcuschin/simpleratingbar/SimpleRatingBar.java, line(s) 369,375,407,516,848 com/makeramen/roundedimageview/RoundedDrawable.java, line(s) 148 com/makeramen/roundedimageview/RoundedImageView.java, line(s) 138,158 eightbitlab/com/blurview/BlurView.java, line(s) 45 io/realm/BaseRealm.java, line(s) 246,333,343 io/realm/DynamicRealm.java, line(s) 268 io/realm/Realm.java, line(s) 644 io/realm/RealmCache.java, line(s) 117,104,114,482 io/realm/RealmObject.java, line(s) 207,247 io/realm/RealmResults.java, line(s) 129 io/realm/internal/FinalizerRunnable.java, line(s) 20 io/realm/internal/RealmCore.java, line(s) 71 io/realm/internal/Util.java, line(s) 62,67,72,78 org/androidannotations/api/BackgroundExecutor.java, line(s) 135 org/androidannotations/api/ViewServer.java, line(s) 409,308,487,503,531,541 org/androidannotations/api/sharedpreferences/SetXmlSerializer.java, line(s) 41,44
安全 此应用程序使用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: com/flextv/livestore/remote/RetroClass.java, line(s) 23,23
安全 此应用程序没有隐私跟踪程序
此应用程序不包括任何用户或设备跟踪器。在静态分析期间没有找到任何跟踪器。