Nextcloud Talk Android broadcast incorrect permission handling
Description
Nextcould talk android is the android OS implementation of the nextcloud talk chat system. In affected versions the receiver is not protected by broadcastPermission allowing malicious apps to monitor communication. It is recommended that the Nextcloud Talk Android is upgraded to 14.1.0. There are no known workarounds for this issue.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Nextcloud Talk Android's unprotected broadcast receiver allows malicious apps to intercept communication; fixed in version 14.1.0.
Vulnerability
The Nextcloud Talk Android app up to version 14.1.0 contains an unprotected broadcast receiver in its CallActivity component. The receiver is not protected by a broadcastPermission, allowing any app on the device to send or receive broadcasts intended for the Talk app. This vulnerability affects all versions prior to 14.1.0 [1][2].
Exploitation
An attacker with a malicious app installed on the same Android device can register a receiver to intercept broadcasts sent to the Talk app's CallActivity. No special permissions are required beyond installation of the malicious app, as the broadcast receiver lacks permission enforcement. The attacker can then monitor these broadcasts without user interaction [2].
Impact
Successful exploitation allows a malicious app to eavesdrop on communication data transmitted via broadcasts, leading to unauthorized disclosure of sensitive information (confidentiality breach). There is no indication of integrity or availability impact from this vulnerability [2].
Mitigation
The vulnerability is fixed in Nextcloud Talk Android version 14.1.0, released on 2022-11-25. The fix introduces a custom permission for the broadcast receiver, preventing unauthorized apps from intercepting broadcasts [1][2]. No workarounds are available for this issue. Users should upgrade to 14.1.0 or later.
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: <14.1.0
- nextcloud/security-advisoriesv5Range: < 14.1.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.