CVE-2019-2117 : Vulnerability Insights and Analysis
Learn about CVE-2019-2117 affecting Android versions 7.0 to 9. Discover how the TelephonyProvider.java vulnerability could lead to data disclosure without extra privileges.
Android versions 7.0 through 9 are affected by a vulnerability in the checkQueryPermission method of TelephonyProvider.java, potentially leading to the disclosure of secure data without additional execution privileges.
Understanding CVE-2019-2117
A vulnerability in Android versions 7.0 through 9 that could allow the unintended disclosure of secure data.
What is CVE-2019-2117?
The vulnerability exists in the checkQueryPermission method of TelephonyProvider.java in Android versions 7.0 through 9.
It could result in the unintended disclosure of secure data without requiring additional execution privileges.
Exploitation of this vulnerability does not need user interaction.
The Impact of CVE-2019-2117
The vulnerability could lead to the disclosure of secure data without the need for additional execution privileges.
Technical Details of CVE-2019-2117
A detailed look at the technical aspects of the vulnerability.
Vulnerability Description
The vulnerability is present in the checkQueryPermission method of TelephonyProvider.java.
It allows for the potential disclosure of secure data due to a missing permission check.