CVE-2026-3674
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability was found in Freedom Factory dGEN1 up to 20260221. Affected by this vulnerability is the function FakeAppProvider of the component org.ethosmobile.ethoslauncher. Performing a manipulation results in improper authorization. The attack must be initiated from a local position. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThe FakeAppProvider function in the org.ethosmobile.ethoslauncher component of the Freedom Factory dGEN1 mobile application suffers from improper authorization, allowing a local attacker to perform actions they should not be permitted to execute. The vulnerability has been publicly disclosed and can be exploited without remote network access.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if the Freedom Factory dGEN1 app is installedList installed packages on the Android device using 'adb shell pm list packages | grep -i ethos' or 'adb shell pm list packages | grep -i dgen' or 'adb shell pm list packages | grep -i freedom'Affected if The package for the Freedom Factory dGEN1 application (containing org.ethosmobile.ethoslauncher) is present on the device
-
Verify the ethOS Launcher component existsRun 'adb shell pm list packages' to find the full package name, then check for the component using 'adb shell dumpsys package <package_name>' and look for org.ethosmobile.ethoslauncherAffected if The org.ethosmobile.ethoslauncher component is present in the installed application
-
Check if FakeAppProvider is exportedUse 'adb shell dumpsys package <package_name>' and examine the exported providers, or use 'adb shell pm dump <package_name> | grep -A 10 FakeAppProvider' to see if the provider has android:exported=trueAffected if FakeAppProvider component is exported (android:exported=true) allowing other apps or unauthorized users to access it
-
Determine application versionRun 'adb shell pm dump <package_name> | grep versionName' or check the app info in Settings > Apps > [App Name] to obtain the installed version numberAffected if The installed version cannot be determined as patched or is older than any available fixed version (contact vendor for version details)
-
Assess device physical access controlsVerify the device is not left unlocked, unattended, or in an environment with untrusted physical access. Check if 'Screen lock' is enabled in Settings > SecurityAffected if The device has weak physical access controls, making local exploitation feasible
A user is affected if the Freedom Factory dGEN1 app with the org.ethosmobile.ethoslauncher component is installed and the FakeAppProvider is exported, especially on devices with insufficient physical access controls.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataSince the vendor did not respond to disclosure, apply compensating controls such as restricting device physical access, deploying alternative secure launchers, or implementing application-level authorization checks at the OS layer if available.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,888.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-3674 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-3674 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data