CVE-2023-21246
13.07.2023, 00:15
In ShortcutInfo of ShortcutInfo.java, there is a possible way for an app to retain notification listening access due to an uncaught exception. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Enginsight
Vendor | Product | Version |
---|---|---|
android | 11.0 | |
android | 12.0 | |
android | 12.1 | |
android | 13.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-754 - Improper Check for Unusual or Exceptional ConditionsThe software does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the software.
- CWE-273 - Improper Check for Dropped PrivilegesThe software attempts to drop privileges but does not check or incorrectly checks to see if the drop succeeded.