CVE-2025-10184

Summary

The vulnerability allows any application installed on the device to read SMS/MMS data and metadata from the system-provided Telephony provider without permission, user interaction, or consent. The user is also not notified that SMS data is being accessed. This could lead to sensitive information disclosure and could effectively break the security provided by SMS-based Multi-Factor Authentication (MFA) checks.

The root cause is a combination of missing permissions for write operations in several content providers (com.android.providers.telephony.PushMessageProvider, com.android.providers.telephony.PushShopProvider, com.android.providers.telephony.ServiceNumberProvider), and a blind SQL injection in the update method of those providers.

Affected Software

VendorProductVersion RangeStatus
OnePlusOxygenOS11.*unaffected
OnePlusOxygenOS12.*affected
OnePlusOxygenOS13.*affected
OnePlusOxygenOS14.*affected
OnePlusOxygenOS15.*affected

Weaknesses

  • CWE-862: CWE-862 Missing Authorization
  • CWE-89: CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: poc
    • Automatable: no
    • Technical Impact: partial

Additional References

References