简体   繁体   English

Log4jshell 是否会使我的 android 应用程序易受攻击? 如果是这样,我该如何保护我的应用程序

[英]Does Log4jshell make my android app vulnerable? If so, how can I protect my app

Apache Log4J vulnerability https://www.csoonline.com/article/3644472/apache-log4j-vulnerability-actively-exploited-impacting-millions-of-java-based-apps.html is impacting a number of cloud services. Apache Log4J vulnerability https://www.csoonline.com/article/3644472/apache-log4j-vulnerability-actively-exploited-impacting-millions-of-java-based-apps.html is impacting a number of cloud services.

I am using log4j in my Android application.我在我的 Android 应用程序中使用 log4j。 How does it impact it or is there no impact at all?它如何影响它或根本没有影响? I am assuming since the malicious actor could only run local scripts, it should not be an issue but I wanted to confirm.我假设由于恶意行为者只能运行本地脚本,这应该不是问题,但我想确认一下。

Seems like Android apps are safe since JNDI isn't available on Android.似乎 Android 应用程序是安全的,因为 JNDI 在 Android 上不可用。 I believe the following tweet was the first online mention of the vulnerability, and on the bottom of the second screenshot it says "Java's JNDI is not available on Android".我相信以下推文是第一次在线提及该漏洞,并且在第二张截图的底部它说“Java 的 JNDI 在 Android 上不可用”。https://twitter.com/P0rZ9/status/1468949890571337731/photo/2https://twitter.com/P0rZ9/status/1468949890571337731/photo/2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何保护我的独立android应用 - How to protect my standalone android app 如何保护我的应用免受 Google 本身的攻击? - How can I protect my app from Google itself? 如何保护我的 Android 应用程序 APK 的 ..res/raw/ 文件夹中的视频? - How can I protect videos in the ..res/raw/ folder of my Android app's APK? 如何使我的Android应用程序将SharedPreferences仅作为一组首选项,以便我可以控制它并通过按钮清除首选项 - How can I make my android app have SharedPreferences as just one set of preferences, so that I can control it and clear the preferences with a button 如何将我的 android 应用下载到我的电脑上,以便我可以在 Android Studio 中修复它 - How to download my android app to my computer so I can fix it in Android Studio 如何使我的Android应用出现在Google搜索中 - How can I make my android app appears in Google search Android-如何扩大我的圆形App徽标? - Android - How can i make my circular App logo bigger? 如何让我的 android 应用程序连接到互联网? (统一) - How can I make my android app connect to the internet? (Unity) 如何使我的android应用在后台运行? - How can I make my android app run on the background? 如何使我的文件在 android sutdio 应用程序中可写 - How can I make my file writable in android sutdio app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM