There exists a TOCTOU race condition in TvSettings AppRestrictionsFragment.java that lead to start of attacker supplied activity in Settings’ context, i.e. system-uid context, thus lead to launchAnyWhere. The core idea is to utilize the time window between the check of Intent and the use to Intent to change the target component’s state, thus bypass the original security sanitize function.
CVSS
No CVSS.
References
Configurations
No configuration.
History
31 Jul 2025, 18:42
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
31 Jul 2025, 09:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-07-31 09:15
Updated : 2025-07-31 18:42
NVD link : CVE-2025-8192
Mitre link : CVE-2025-8192
CVE.ORG link : CVE-2025-8192
JSON object : View
Products Affected
No product.
CWE
CWE-367
Time-of-check Time-of-use (TOCTOU) Race Condition