导航菜单

应用安全检测报告

应用安全检测报告,支持文件搜索、内容检索和AI代码分析

移动应用安全检测报告

应用图标

WEKR v1.0.0

Android APK 3a5937b0...
51
安全评分

安全基线评分

51/100

低风险

综合风险等级

风险等级评定
  1. A
  2. B
  3. C
  4. F

应用存在一定安全风险,建议优化

漏洞与安全项分布

1 高危
13 中危
1 信息
1 安全

隐私风险评估

2
第三方跟踪器

中等隐私风险
检测到少量第三方跟踪器


检测结果分布

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

高危安全漏洞 如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击

如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05h-Testing-Platform-Interaction.md#static-analysis-7

Files:
com/reactnativecommunity/webview/RNCWebViewManagerImpl.java, line(s) 447,17

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

[android:usesCleartextTraffic=true]
应用允许明文网络流量(如 HTTP、FTP 协议、DownloadManager、MediaPlayer 等)。API 级别 27 及以下默认启用,28 及以上默认禁用。明文流量缺乏机密性、完整性和真实性保护,攻击者可窃听或篡改传输数据。建议关闭明文流量,仅使用加密协议。

中危安全漏洞 Activity (com.aiir.aiirmobile.MainActivity) 未受保护。

[android:exported=true]
检测到  Activity 已导出,未受任何权限保护,任意应用均可访问。

中危安全漏洞 Service (com.doublesymmetry.trackplayer.service.MusicService) 未受保护。

[android:exported=true]
检测到  Service 已导出,未受任何权限保护,任意应用均可访问。

中危安全漏洞 Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) 受权限保护,但应检查权限保护级别。

Permission: com.google.android.c2dm.permission.SEND [android:exported=true]
检测到  Broadcast Receiver 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。

中危安全漏洞 Service (com.google.android.gms.auth.api.signin.RevocationBoundService) 受权限保护,但应检查权限保护级别。

Permission: com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION [android:exported=true]
检测到  Service 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。

中危安全漏洞 Broadcast Receiver (androidx.profileinstaller.ProfileInstallReceiver) 受权限保护,但应检查权限保护级别。

Permission: android.permission.DUMP [android:exported=true]
检测到  Broadcast Receiver 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。

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

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

Files:
coil/memory/MemoryCache.java, line(s) 126
coil/memory/MemoryCacheService.java, line(s) 40
coil/request/Parameters.java, line(s) 159
com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java, line(s) 41
com/doublesymmetry/trackplayer/module/MusicEvents.java, line(s) 33
com/doublesymmetry/trackplayer/service/MusicService.java, line(s) 88,67,68,72,71,73,74,77,79,80,81,84,85,86,87,83,82,89,90,91,92,94,93,96,95
io/invertase/firebase/common/TaskExecutorService.java, line(s) 14,15

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

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

Files:
com/ReactNativeBlobUtil/ReactNativeBlobUtilFS.java, line(s) 237,270,287,300,658,235,255,256,257,258,259,260,261,262,285,298
com/ReactNativeBlobUtil/Utils/PathResolver.java, line(s) 25
com/learnium/RNDeviceInfo/RNDeviceModule.java, line(s) 394
com/reactnativecommunity/rctaudiotoolkit/AudioPlayerModule.java, line(s) 128
io/invertase/firebase/utils/ReactNativeFirebaseUtilsModule.java, line(s) 113,122,123,124

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

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


Files:
coil/decode/SourceImageSource.java, line(s) 75
org/junit/rules/TemporaryFolder.java, line(s) 41,79

中危安全漏洞 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库

应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04h-Testing-Code-Quality.md#injection-flaws-mstg-arch-2-and-mstg-platform-2

Files:
com/reactnativecommunity/asyncstorage/AsyncLocalStorageUtil.java, line(s) 6,89
com/reactnativecommunity/asyncstorage/ReactDatabaseSupplier.java, line(s) 4,5,6,43

中危安全漏洞 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:
com/ReactNativeBlobUtil/ReactNativeBlobUtilUtils.java, line(s) 28

中危安全漏洞 应用程序包含隐私跟踪程序

此应用程序有多个2隐私跟踪程序。跟踪器可以跟踪设备或用户,是终端用户的隐私问题。

中危安全漏洞 此应用可能包含硬编码机密信息

从应用程序中识别出以下机密确保这些不是机密或私人信息
"google_api_key" : "AIzaSyDxthe4O9E-aATKFUn1ct3njqQH7pzP1vo"
"google_app_id" : "1:861754128698:android:2a5be4aaf4bc708ae0f803"
"google_crash_reporting_api_key" : "AIzaSyDxthe4O9E-aATKFUn1ct3njqQH7pzP1vo"

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

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

Files:
com/brentvatne/common/api/BufferingStrategy.java, line(s) 37
com/brentvatne/common/toolbox/DebugLog.java, line(s) 54,81,63,45,72,89
com/brentvatne/exoplayer/FullScreenPlayerView.java, line(s) 50,51
com/brentvatne/exoplayer/ReactExoplayerView.java, line(s) 1425,1428,1776,2186,2191,2196,2201,2207,2212,922,923,931,934,951,952,1069,1113,1128,883,1149,1622,1633,2006
com/brentvatne/exoplayer/ReactExoplayerViewManager.java, line(s) 173,415,417,227
com/dieam/reactnativepushnotification/helpers/ApplicationBadgeHelper.java, line(s) 30,33
com/dieam/reactnativepushnotification/modules/RNPushNotification.java, line(s) 117,216
com/dieam/reactnativepushnotification/modules/RNPushNotificationActions.java, line(s) 21
com/dieam/reactnativepushnotification/modules/RNPushNotificationAttributes.java, line(s) 268
com/dieam/reactnativepushnotification/modules/RNPushNotificationBootEventReceiver.java, line(s) 32,14,24,27
com/dieam/reactnativepushnotification/modules/RNPushNotificationConfig.java, line(s) 25,40,49,58,67
com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java, line(s) 110,127,175,74,86,93,97,101,105,115,311,343,250,255,268,279,318,326,158,162,338
com/dieam/reactnativepushnotification/modules/RNPushNotificationListenerService.java, line(s) 33
com/dieam/reactnativepushnotification/modules/RNPushNotificationPicturesAggregator.java, line(s) 56,84,112
com/dieam/reactnativepushnotification/modules/RNPushNotificationPublisher.java, line(s) 16,20,29
com/dieam/reactnativepushnotification/modules/RNReceivedMessageHandler.java, line(s) 40
com/horcrux/svg/Brush.java, line(s) 138,149
com/horcrux/svg/ClipPathView.java, line(s) 33
com/horcrux/svg/ImageView.java, line(s) 131
com/horcrux/svg/LinearGradientView.java, line(s) 70
com/horcrux/svg/PatternView.java, line(s) 81
com/horcrux/svg/RadialGradientView.java, line(s) 82
com/horcrux/svg/UseView.java, line(s) 51,82,97
com/horcrux/svg/VirtualView.java, line(s) 388,314,352,356
com/imagepicker/ImageMetadata.java, line(s) 34
com/imagepicker/Metadata.java, line(s) 31
com/learnium/RNDeviceInfo/RNDeviceModule.java, line(s) 247,324,422,427,538,590,685,873
com/learnium/RNDeviceInfo/RNInstallReferrerClient.java, line(s) 76,82,87,100,27,43,94
com/learnium/RNDeviceInfo/resolver/DeviceIdResolver.java, line(s) 35,41
com/ninty/system/setting/SystemSetting.java, line(s) 185,210,250,265,295,452,286,349,468
com/pairip/licensecheck/LicenseActivity.java, line(s) 93,71
com/pairip/licensecheck/LicenseClient.java, line(s) 77,90,121,138,168,196,187,112
com/proyecto26/inappbrowser/RNInAppBrowser.java, line(s) 295,308
com/reactnativecommunity/asyncstorage/AsyncLocalStorageUtil.java, line(s) 81,84,91,93
com/reactnativecommunity/asyncstorage/AsyncStorageExpoMigration.java, line(s) 30,36,42,44,50,52
com/reactnativecommunity/asyncstorage/AsyncStorageModule.java, line(s) 122,162,176,190,208,213,218,257,262,278,307,321,335,349,360,365,381,402,430
com/reactnativecommunity/asyncstorage/ReactDatabaseSupplier.java, line(s) 92,95
com/reactnativecommunity/rctaudiotoolkit/AudioPlayerModule.java, line(s) 114,212,344,424,78,113
com/reactnativecommunity/rctaudiotoolkit/AudioRecorderModule.java, line(s) 83,206,209,228,286,316,82,100,122,243,246
com/reactnativecommunity/webview/RNCWebView.java, line(s) 355
com/reactnativecommunity/webview/RNCWebViewClient.java, line(s) 96,175,85,101,129,177
com/reactnativecommunity/webview/RNCWebViewManagerImpl.java, line(s) 140,153
com/reactnativecommunity/webview/RNCWebViewModuleImpl.java, line(s) 300,305,329,334,208,236,239,253
com/sparkfabrik/rnidfaaaid/ReactNativeIdfaAaidModule.java, line(s) 37
com/swmansion/gesturehandler/react/RNGestureHandlerModule.java, line(s) 698
com/swmansion/gesturehandler/react/RNGestureHandlerRootHelper.java, line(s) 46,64
com/swmansion/gesturehandler/react/RNGestureHandlerRootView.java, line(s) 34
com/swmansion/reanimated/NativeMethodsHelper.java, line(s) 46
com/swmansion/reanimated/ReanimatedModule.java, line(s) 102
com/swmansion/reanimated/ReanimatedUIManagerFactory.java, line(s) 21
com/swmansion/reanimated/layoutReanimation/AnimationsManager.java, line(s) 200,214
com/swmansion/reanimated/layoutReanimation/ReanimatedNativeHierarchyManager.java, line(s) 38
com/swmansion/reanimated/layoutReanimation/SharedTransitionManager.java, line(s) 122
com/swmansion/reanimated/nativeProxy/NativeProxyCommon.java, line(s) 189
com/swmansion/reanimated/sensor/ReanimatedSensorContainer.java, line(s) 35
com/swmansion/rnscreens/ScreenStackHeaderConfigViewManager.java, line(s) 178
com/swmansion/rnscreens/ScreensModule.java, line(s) 45,91,48
com/th3rdwave/safeareacontext/SafeAreaView.java, line(s) 106
com/zoontek/rnpermissions/RNPermissionsModuleImpl.java, line(s) 278
eightbitlab/com/blurview/BlurView.java, line(s) 64
io/invertase/firebase/app/ReactNativeFirebaseApp.java, line(s) 16
io/invertase/firebase/app/ReactNativeFirebaseAppModule.java, line(s) 52
io/invertase/firebase/common/RCTConvertFirebase.java, line(s) 114
io/invertase/firebase/common/ReactNativeFirebaseEventEmitter.java, line(s) 130
io/invertase/firebase/common/SharedUtils.java, line(s) 87,288,346,146
io/invertase/firebase/utils/ReactNativeFirebaseUtilsModule.java, line(s) 70
junit/runner/BaseTestRunner.java, line(s) 149
junit/runner/Version.java, line(s) 12
junit/textui/TestRunner.java, line(s) 88,112,137
org/greenrobot/eventbus/Logger.java, line(s) 81,86
org/greenrobot/eventbus/util/ErrorDialogConfig.java, line(s) 34
org/greenrobot/eventbus/util/ErrorDialogManager.java, line(s) 181
org/greenrobot/eventbus/util/ExceptionToResourceMapping.java, line(s) 25
timber/log/Timber.java, line(s) 396,415

已通过安全项 Firebase远程配置已禁用

Firebase远程配置URL ( https://firebaseremoteconfig.googleapis.com/v1/projects/861754128698/namespaces/firebase:fetch?key=AIzaSyDxthe4O9E-aATKFUn1ct3njqQH7pzP1vo ) 已禁用。响应内容如下所示:

{
    "state": "NO_TEMPLATE"
}

综合安全基线评分总结

应用图标

WEKR v1.0.0

Android APK
51
综合安全评分
中风险