CVE-2024-32896
13.06.2024, 21:15
there is a possible way to bypass due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.Enginsight
Vendor | Product | Version |
---|---|---|
android | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-670 - Always-Incorrect Control Flow ImplementationThe code contains a control flow path that does not reflect the algorithm that the path is intended to implement, leading to incorrect behavior any time this path is navigated.
- CWE-783 - Operator Precedence Logic ErrorThe program uses an expression in which operator precedence causes incorrect logic to be used.