CVE-2014-1939: Code Injection
java/android/webkit/BrowserFrame.java in Android before 4.4 uses the addJavascriptInterface API in conjunction with creating an object of the SearchBoxImpl class, which allows attackers to execute arbitrary Java code by leveraging access to the searchBoxJavaBridge interface at certain Android API levels.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2014-1939?
CVE-2014-1939 has a medium severity rating, allowing potential attackers to execute arbitrary Java code.
How do I fix CVE-2014-1939?
To fix CVE-2014-1939, upgrade to Android version 4.4 (KitKat) or later.
What versions of Android are affected by CVE-2014-1939?
CVE-2014-1939 affects Android versions prior to 4.4, including 4.0, 4.1, 4.2, and 4.3.
What type of attack can CVE-2014-1939 lead to?
CVE-2014-1939 can lead to arbitrary code execution attacks via the vulnerable addJavascriptInterface API.
Is CVE-2014-1939 related to any specific applications?
CVE-2014-1939 is particularly relevant to applications utilizing the SearchBoxImpl class in conjunction with web view components.