安全分数
安全分数 54/100
风险评级
等级
- A
- B
- C
- F
严重性分布 (%)
隐私风险
0
用户/设备跟踪器
调研结果
高危
1
中危
17
信息
3
安全
2
关注
0
高危 该文件是World Writable。任何应用程序都可以写入文件
该文件是World Writable。任何应用程序都可以写入文件 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#testing-local-storage-for-sensitive-data-mstg-storage-1-and-mstg-storage-2 Files: kr/co/yonhapnewstv/mobile/util/SharedPref.java, line(s) 57
中危 应用程序已启用明文网络流量
[android:usesCleartextTraffic=true] 应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。
中危 应用程序数据可以被备份
[android:allowBackup=true] 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
中危 Activity (kr.co.yonhapnewstv.mobile.MainActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Activity (kr.co.yonhapnewstv.mobile.SubActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Activity (kr.co.yonhapnewstv.mobile.ReportActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Activity (kr.co.yonhapnewstv.mobile.SettingActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Activity (kr.co.yonhapnewstv.mobile.DummyPopActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Activity (kr.co.yonhapnewstv.mobile.push.NotiDummyActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Activity (kr.co.yonhapnewstv.mobile.GuideActivity) 未被保护。
[android:exported=true] 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Service (kr.co.yonhapnewstv.mobile.push.GCFirebaseMessagingService) 未被保护。
[android:exported=true] 发现 Service与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
中危 Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) 受权限保护, 但是应该检查权限的保护级别。
Permission: com.google.android.c2dm.permission.SEND [android:exported=true] 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。
中危 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据
应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#external-storage Files: kr/co/yonhapnewstv/mobile/util/DownloadUtil.java, line(s) 35,36,97 kr/co/yonhapnewstv/mobile/util/FileUtil.java, line(s) 25 kr/co/yonhapnewstv/mobile/util/Logger.java, line(s) 49,50
中危 不安全的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: kr/co/yonhapnewstv/mobile/MainActivity.java, line(s) 204,205,190 kr/co/yonhapnewstv/mobile/ReportActivity.java, line(s) 204,205,190 kr/co/yonhapnewstv/mobile/SubActivity.java, line(s) 225,226,211
中危 可能存在跨域漏洞。在 WebView 中启用从 URL 访问文件可能会泄漏文件系统中的敏感信息
可能存在跨域漏洞。在 WebView 中启用从 URL 访问文件可能会泄漏文件系统中的敏感信息 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05h-Testing-Platform-Interaction.md#static-analysis-6 Files: kr/co/yonhapnewstv/mobile/MainActivity.java, line(s) 198,190 kr/co/yonhapnewstv/mobile/ReportActivity.java, line(s) 198,190 kr/co/yonhapnewstv/mobile/SubActivity.java, line(s) 219,211
中危 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: kr/co/yonhapnewstv/mobile/util/PackageUtil.java, line(s) 68
中危 应用程序使用不安全的随机数生成器
应用程序使用不安全的随机数生成器 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#weak-random-number-generators Files: kr/co/yonhapnewstv/mobile/SplashActivity.java, line(s) 25
中危 此应用可能包含硬编码机密信息
从应用程序中识别出以下机密确保这些不是机密或私人信息 "firebase_database_url" : "https://yonhapnewstv-1223.firebaseio.com" "google_api_key" : "AIzaSyAL0A2HNN24m6rgKl-3ZYLXaA9EtB1v3N4" "google_app_id" : "1:1090551653553:android:924f208f843866a6" "google_crash_reporting_api_key" : "AIzaSyAL0A2HNN24m6rgKl-3ZYLXaA9EtB1v3N4"
信息 应用程序记录日志信息,不得记录敏感信息
应用程序记录日志信息,不得记录敏感信息 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#logs Files: kr/co/yonhapnewstv/mobile/BaseActivity.java, line(s) 105,112 kr/co/yonhapnewstv/mobile/DummyPopActivity.java, line(s) 75,92,99 kr/co/yonhapnewstv/mobile/GuideActivity.java, line(s) 53,129,180 kr/co/yonhapnewstv/mobile/MainActivity.java, line(s) 109,110,236,305,308,310,395,618,218,423,426,497,538,554,616,623,694,699 kr/co/yonhapnewstv/mobile/ReportActivity.java, line(s) 236,305,307,391,614,111,218,419,422,493,534,550,612,619 kr/co/yonhapnewstv/mobile/SettingActivity.java, line(s) 226 kr/co/yonhapnewstv/mobile/SplashActivity.java, line(s) 89,93,95,331,133,148,153,164,80 kr/co/yonhapnewstv/mobile/SubActivity.java, line(s) 119,120,256,258,324,326,413,636,124,239,441,444,515,556,572,634,641,819,866 kr/co/yonhapnewstv/mobile/component/PushUtils.java, line(s) 13,17,26 kr/co/yonhapnewstv/mobile/network/tr/CConnAsyncTask.java, line(s) 77,93,98 kr/co/yonhapnewstv/mobile/push/NotiDummyActivity.java, line(s) 54,55,56 kr/co/yonhapnewstv/mobile/util/AlarmUtil.java, line(s) 36,53,74,79,84,90 kr/co/yonhapnewstv/mobile/util/BroadCastUtil.java, line(s) 24,39 kr/co/yonhapnewstv/mobile/util/CDateUtil.java, line(s) 175,176,177 kr/co/yonhapnewstv/mobile/util/DownloadUtil.java, line(s) 91,95,100,82 kr/co/yonhapnewstv/mobile/util/IntentUtil.java, line(s) 24 kr/co/yonhapnewstv/mobile/util/JsonLogPrint.java, line(s) 56,58 kr/co/yonhapnewstv/mobile/util/Logger.java, line(s) 47 kr/co/yonhapnewstv/mobile/util/Util.java, line(s) 66,71,74,77,80,24,35,42,46,47,50,55,95 kr/co/yonhapnewstv/mobile/util/permission/PermissionUtil.java, line(s) 17,31,69
信息 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它
此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04b-Mobile-App-Security-Testing.md#clipboard Files: kr/co/yonhapnewstv/mobile/util/StringUtil.java, line(s) 5,528
信息 应用与Firebase数据库通信
该应用与位于 https://yonhapnewstv-1223.firebaseio.com 的 Firebase 数据库进行通信
安全 Firebase远程配置已禁用
Firebase远程配置URL ( https://firebaseremoteconfig.googleapis.com/v1/projects/1090551653553/namespaces/firebase:fetch?key=AIzaSyAL0A2HNN24m6rgKl-3ZYLXaA9EtB1v3N4 ) 已禁用。响应内容如下所示: { "state": "NO_TEMPLATE" }
安全 此应用程序没有隐私跟踪程序
此应用程序不包括任何用户或设备跟踪器。在静态分析期间没有找到任何跟踪器。