CVE-2026-3667 Details
Description
A security flaw has been discovered in Freedom Factory dGEN1 up to 20260221. The impacted element is the function FakeAppService of the component org.ethosmobile.ethoslauncher. The manipulation results in improper authorization. The attack must be initiated from a local position. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
A broken authorization vulnerability has been identified in the Freedom Factory dGEN1 phone, specifically in the Android launcher application 'org.ethosmobile.ethoslauncher', prior to version 20260221. The vulnerability arises in an exported service called 'FakeAppService', which improperly validates the identity of calling applications. Instead of using secure methods to verify the caller's UID or application signature, the service relies on untrusted data from intent extras. This flaw allows any local application to impersonate a trusted source and manipulate launcher entries known as 'FakeApps'. Exploitation of this vulnerability could lead to phishing attacks and user deception.
To address this vulnerability, developers should avoid using caller-supplied values for authorization checks. Instead, validate the calling application using 'Binder.getCallingUid()' and package manager verification. Additionally, enforce a signature-level custom permission on the service and mark it as 'android:exported="false"' if external access is not needed. It's also recommended to restrict 'FakeApp' management APIs to internal components only.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Mar 7, 2026CISA-ADP
Assessed Mar 11, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gist.github.com/Lytes/571902a31a3d543da009554a82f2d00c | [email protected] | ExploitTechnical Analysis |
| https://gist.github.com/Lytes/a94219fa1de3f5173555d5a3e8058f01 | [email protected] | ExploitTechnical Analysis |
| https://vuldb.com/?ctiid.349555 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/?id.349555 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/?submit.764699 | [email protected] | ExploitTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-266 | Incorrect Privilege Assignment | [email protected] |
| CWE-285 | Improper Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Freedom Factory dGEN1 | All versions |
CPE
Remediation
| |
| org.ethosmobile.ethoslauncher | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Mar 7, 2026 | New CVE Received | [email protected] |
Volerion