CVE-2026-0057: Android Contacts Provider Permission Check Bypass – Call Metadata Disclosure
A permissions enforcement gap in Android's Contacts Provider allows local applications to view incoming call phone numbers and related metadata without explicit authorization. The issue requires local access to the device but no special privileges or user action during exploitation, making it a concern for applications that should be restricted from call monitoring data.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 3.3 LOW · CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-862
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-17
NVD description (verbatim)
In Contacts Provider, there is a possible way to access an incoming call's phone number and associated metadata due to a missing permission check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-0057 stems from a missing permission check (CWE-862) in the Contacts Provider component. The vulnerability permits unauthorized disclosure of incoming call phone numbers and associated metadata through local access vectors. The CVSS 3.1 vector (AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N) reflects local-only attack surface, low complexity of exploitation, no privilege requirement, but requires user interaction in the execution chain. Confidentiality is limited in scope, with no integrity or availability impact.
Business impact
Organizations deploying Android devices face potential privacy leakage of call metadata, particularly relevant for enterprises handling sensitive communications. Third-party applications bundled or side-loaded could covertly harvest call records, risking compliance violations under GDPR, HIPAA, or similar frameworks depending on data classification. The impact is localized to individual devices but could affect user trust and regulatory standing in privacy-sensitive sectors.
Affected systems
Google Android is the confirmed affected vendor and product. The specific Android version range or affected components are not detailed in the source data; organizations should verify impacted versions through the Google Android security bulletin referenced in the vendor advisory.
Exploitability
Exploitation requires local device access, which is the primary limiting factor. No remote network path exists. An attacker must already be present on the device or trick a user into installing a malicious application. The missing permission check means the attacker does not need elevated privileges (PR:N), but user interaction (UI:R) during the attack execution phase is indicated by the CVSS vector, likely tied to triggering an incoming call scenario. Overall exploitability is straightforward for locally-positioned threats but not remotely viable.
Remediation
Patch availability depends on Android version and OEM delivery timelines. Google's security bulletin will specify affected Android versions and corresponding security patch levels. Device manufacturers and mobile carriers must push updates to users. Until patching, mitigations include restricting installation of untrusted applications, reviewing application permissions in Settings, and disabling side-loading if not operationally required.
Patch guidance
Check the Google Android Security & Privacy Year in Review bulletin or monthly security update for CVE-2026-0057 details, including affected API levels and patch version numbers. Apply the latest security patch available for your device's Android version and OEM variant. Verify patch deployment by confirming the security patch date in Settings > About Phone > Android Security Patch Level meets or exceeds the advisory date. OEMs may stagger rollout; follow your carrier or manufacturer's notification channels for deployment status.
Detection guidance
Monitor for suspicious application permissions related to phone call or contact access in device logs and Mobile Device Management (MDM) solutions. Audit installed third-party applications, particularly sideloaded APKs, for unnecessary phone or contact permissions. On enterprise devices, use MDM policies to restrict application installation sources and enforce permission policies. Monitor Android Security & Privacy reports for detailed forensic indicators if breach investigation is underway.
Why prioritize this
Although rated LOW severity (CVSS 3.3), this vulnerability merits attention for privacy-sensitive organizations. The missing permission check is a design-level flaw affecting core platform integrity around contact and call privacy. Even low-severity permission bypasses can compound with other vulnerabilities in lateral movement or persistent surveillance scenarios. Organizations handling regulated communications or managing BYOD programs should prioritize patching to maintain compliance posture and user trust.
Risk score, explained
The CVSS 3.1 score of 3.3 (LOW) reflects limited scope: local-only attack vector, no network exposure, and confidentiality impact confined to call metadata of a single device. No integrity or availability impact occurs. The presence of user interaction (UI:R) reduces the attack surface further. However, the complete absence of a permission check (CWE-862) is a structural security gap; the low score reflects the practical difficulty of remote exploitation, not the severity of the underlying design flaw.
Frequently asked questions
Can this vulnerability be exploited remotely over the network?
No. The attack vector is strictly local (AV:L), meaning the attacker must have access to the device itself. Remote exploitation is not possible.
Do I need to grant an app special permissions for it to exploit this vulnerability?
No. The vulnerability exists because a permission check is missing. An attacker does not need elevated privileges (PR:N), though triggering the flaw may involve user interaction, such as receiving an incoming call while a malicious app is present on the device.
Which Android devices are affected?
Google Android is the confirmed affected platform. Specific version ranges and OEM variants require verification against the official Google Android security bulletin. Check your device's Android version and security patch level in Settings, and apply the latest available security update from your manufacturer.
What should enterprises do to protect against this?
Apply the security patch as soon as available through your MDM solution. Review application permissions policies to restrict third-party access to contacts and call logs. Disable side-loading on managed devices unless operationally necessary. Educate users to avoid installing untrusted applications and to grant permissions cautiously.
This analysis is for informational purposes and reflects publicly available details as of the publication date. Specific patch versions, affected Android versions, and deployment timelines must be verified against the official Google Android security advisory and your device manufacturer's guidance. SEC.co does not provide legal, compliance, or deployment advice. Organizations should conduct their own risk assessment and consult vendor documentation before applying security updates in production environments. No exploit code or weaponized tools are provided in this analysis. Source: NVD (public-domain), retrieved 2026-07-27. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0145LOWKeyMint Permission Bypass Allows Local Information Disclosure on Android
- CVE-2026-0158LOWAndroid Camera Missing Permission Check Vulnerability
- CVE-2025-26418HIGHAndroid CarDevicePolicyService Privilege Escalation (CVSS 7.8)
- CVE-2025-48617HIGHAndroid CarrierConfigLoader Privilege Escalation Vulnerability
- CVE-2025-48640HIGHAndroid Passkey Permission Bypass Privilege Escalation
- CVE-2026-0071HIGHAndroid SettingsLib Privilege Escalation Vulnerability
- CVE-2026-0081HIGHAndroid NFC Privilege Escalation – Missing Permission Check
- CVE-2026-0133HIGHAndroid ARM SMMU v3 Privilege Escalation (CVSS 7.8)