»Ë»Ñ Æ÷·³

¾Èµå·ÎÀ̵å À¥¾Û °ü·ÃÇؼ­ ¹®Àǵ帳´Ï´Ù.2

¾È³çÇϼ¼¿ä. °³¹ßÀÚ Æ÷·³¿¡ Áú¹®±ÛÀº óÀ½¿Ã¸®³×¿ä.

 

ÁöÀÎÀÌ »ç¾÷À» Çϴµ¥, ¾Èµå·ÎÀ̵å¾Û(À¥¾Û)¿¡ ´ÙÀ½°ú °°Àº ¹®Á¦°¡ »ý°å½À´Ï´Ù.

WebView °ü·Ã º¸¾ÈÀ̽´ÀΰŠ°°Àºµ¥, 

°Ü¿ì°Ü¿ì ¾Èµå·ÎÀÌµå ½ºÆ©µð¿À 2.3.3¿¡ ¼Ò½º ¿Ã·Á¼­ ±¸°æ¸¸ÇÏ´Â ¼öÁØÀÇ Á¦°¡ ÇØ°áÇÒ ¼ö ¾ø´Â ¹®Á¦¶ó µµ¿òÀ» ±¸Çغ¾´Ï´Ù.

 

¾Æ·¡ ¸Þ½ÃÁö¸¸ °¡Áö°í µµ¿òÀ» ÁÖ½Ç ¼ö ÀÖ´Â ºÐÀÌ °è½ÇÁö..

ȤÀº ¾Ë¹Ù¼öÁØÀ¸·Î ¾Æ·¡ ¹®Á¦¸¦ ÇØ°áÇؼ­ ¾Û ¾÷µ¥ÀÌÆ®¸¦ ÇØÁÖ½Ç ºÐÀÌ ÀÖÀ¸½ÇÁö... (ºñ¿ëÀº ÁöÀΰú ÇùÀÇÇغÁ¾ßÇϱ¸¿ä)

 

¾Æ¹«Æ° ½ßÆÇ ¸ð¸£´Â °Å¶ó ´Ù¾çÇÑ ÀÇ°ßÀ» µè°í, ÁöÀο¡°Ô ¹Ù¶÷Á÷ÇÑ ÇØ°áÃ¥À» Á¦½ÃÇØÁÖ°í ½Í½À´Ï´Ù.

°¨»çÇÕ´Ï´Ù.

 

 

 

Hello Google Play Developer,

We have determined that one or more of your apps contain a WebView Cross-App scripting issue which can allow malicious apps to steal user cookies and other data.

Action required

Please follow the steps below to fix the issue with your apps (listed at the end of this email). You can refer to the notice in your Play Console for the deadline to fix this problem. After this deadline, updates to affected apps will be blocked if the vulnerability is still present. Your published APK version will remain unaffected.

Additional details

WebViews that enable Javascript and load data read from untrusted Intents can be tricked by malicious apps into executing Javascript code in an unsafe context. You should prevent this vulnerability in one of the following ways:

Option 1: Ensure that affected activities are not exported

Find any Activities with affected WebViews. If these Activities do not need to take Intents from other apps you can set android:exported=false for the Activities in your Manifest. This ensures that malicious apps cannot send harmful inputs to any WebViews in these Activities.

Option 2: Protect WebViews in exported activities

If you want to set an Activity with an affected WebView as exported then we recommend that you make the following changes:

  • Update your targetSdkVersion

    Ensure that your targetSdkVersion meets Google Play's target API level requirement. Apps with a targetSdkVersion of 16 or lower evaluate Javascript URLs passed to loadUrl in the currently loaded page context. Targeting SDK version 16 or lower and calling loadUrl using unsanitized input from untrusted Intents lets attackers execute harmful scripts in the affected WebView.

  • Protect calls to evaluateJavascript

    Ensure that parameters to evaluateJavascript are always trusted. Calling evaluateJavascript using unsanitized input from untrusted Intents lets attackers execute harmful scripts in the affected WebView.

  • Prevent unsafe file loads

    Ensure that affected WebViews cannot load the cookie database. WebViews that load unsanitized file:// URLs from untrusted Intents can be attacked by malicious apps in the following way. A malicious web page can write script tags into the cookies database and then a malicious app can send an Intent with a file:// URL pointing to your WebView cookies database. The malicious script will execute if the cookies database is loaded in a WebView and can steal session information.

    You can ensure that affected WebViews cannot load the WebView cookies database in two ways. You can either disable all file access or you can verify that any loaded file:// URLs point to safe files. Note that an attacker can use a symbolic link to trick checks on the URL path. To prevent such an attack, be sure to check the canonical path of any untrusted file:// URL before loading instead of just checking the URL path.

Next steps

  1. Update your app using the steps highlighted above.
  2. Sign in to your Play Console and submit the updated version of your app.

Your app will be reviewed again; if the app has not been updated correctly, you will still see the warning. This process can take several hours.

We're here to help

If you have technical questions about the vulnerability, you can post to Stack Overflowand use the tag "android-security." For clarification on steps you need to take to resolve this issue, you can contact our developer support team.

Affected apps

Affected apps and versions are listed below, up to 20. You can sign in to your Play Console to view a full list of all affected apps and to find the relevant classes in your apps that contain the vulnerability.

com.smartcamping   89  

0
ÃßõÇϱ⠴ٸ¥ÀÇ°ß 0
|
°øÀ¯¹öÆ°

´Ù¸¥ÀÇ°ß 0 Ãßõ 0 È£³ª¿ìµùµ¿
2018-11-13 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç

´Ù¸¥ÀÇ°ß 0 Ãßõ 0 °³±×ÀÚ±î
2018-11-13 Á¡¾ÆÀÌÄÜ
  1. ´ñ±ÛÁÖ¼Òº¹»ç
  • ¾Ë¸² ¿å¼³, »óó ÁÙ ¼ö ÀÖ´Â ¾ÇÇÃÀº »ï°¡ÁÖ¼¼¿ä.
©¹æ »çÁø  
¡â ÀÌÀü±Û¡ä ´ÙÀ½±Û -¸ñ·Ïº¸±â