Malicious Android application can crash the Nextcloud Android Client
Description
Nextcloud Android app is the Android client for Nextcloud. In versions prior to 3.15.1, a malicious application on the same device is possible to crash the Nextcloud Android Client due to an uncaught exception. The vulnerability is patched in version 3.15.1.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A malicious app on the same device can crash the Nextcloud Android client via an uncaught exception; patched in 3.15.1.
Vulnerability
CVE-2021-32694 is a denial-of-service vulnerability in the Nextcloud Android app, affecting versions prior to 3.15.1. The bug resides in the handling of deep login URLs; a malformed or unexpected deep link URL triggers an uncaught exception, causing the client to crash. The vulnerable code path is reachable when any application on the Android device (subject to intents) sends a crafted deep link to the Nextcloud app. No special permissions are required beyond the ability to send intents on the same device. [1][2]
Exploitation
An attacker needs a malicious or compromised application installed on the same Android device. The malicious app sends a specially crafted intent with a malformed deep login URL (e.g., a nextcloud:// scheme URL with invalid parameters) to the Nextcloud app's activity handler. The Nextcloud app does not properly validate the URL before use, leading to an uncaught exception and immediate crash. No user interaction with the crash dialog is required; the crash occurs upon receipt of the malicious intent. [1][2]
Impact
A successful exploit causes the Nextcloud Android client to crash and become unavailable. This is a denial-of-service (availability impact) confined to the app's process; data confidentiality and integrity are not directly compromised. The crash can be repeated, effectively making the app unusable while the malicious app is running. [1]
Mitigation
The vulnerability is fixed in Nextcloud Android version 3.15.1, released on or around June 17, 2021. Users should update the app from the Google Play Store or F-Droid to the latest version. No workaround is available for affected versions. The fix adds proper try-catch handling around the deep login URL processing, preventing the uncaught exception. [1][2]
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: <3.15.1
- nextcloud/security-advisoriesv5Range: < 3.15.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/nextcloud/android/pull/7919mitrex_refsource_MISC
- github.com/nextcloud/security-advisories/security/advisories/GHSA-h2gm-m374-99vcmitrex_refsource_CONFIRM
- hackerone.com/reports/859136mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.