First published: Mon Aug 07 2023(Updated: )
In visitUris of RemoteViews.java, there is a possible way to reveal images across users due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
Credit: security@android.com security@android.com
Affected Software | Affected Version | How to fix |
---|---|---|
Google Android | =11.0 | |
Google Android | =12.0 | |
Google Android | =12.1 | |
Google Android | =13.0 | |
https://android.googlesource.com/platform/frameworks/base/+/a65429742caf05205ea7f1c2fdd1119ca652b810
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-21286 is a vulnerability in visitUris of RemoteViews.java in Google Android, which allows images to be revealed across users due to a missing permission check.
The severity of CVE-2023-21286 is high with a severity value of 7.
CVE-2023-21286 can be exploited without user interaction, potentially leading to local escalation of privilege.
Android versions 11.0, 12.0, 12.1, and 13.0 are affected by CVE-2023-21286.
To fix CVE-2023-21286, ensure that the missing permission check is implemented in the affected code.