1 results (0.010 seconds)

CVSS: 5.5EPSS: 0%CPEs: 2EXPL: 0

The Tasks.org Android app is an open-source app for to-do lists and reminders. The Tasks.org app uses the activity `ShareLinkActivity.kt` to handle "share" intents coming from other components in the same device and convert them to tasks. Those intents may contain arbitrary file paths as attachments, in which case the files pointed by those paths are copied in the app's external storage directory. Prior to versions 12.7.1 and 13.0.1, those paths were not validated, allowing a malicious or compromised application in the same device to force Tasks.org to copy files from its internal storage to its external storage directory, where they became accessible to any component with permission to read the external storage. This vulnerability can lead to sensitive information disclosure. • https://github.com/tasks/tasks/commit/23bf69d3f44b07e4bc62ea107f72103239f5d942 https://github.com/tasks/tasks/security/advisories/GHSA-8x58-cg74-8jg8 • CWE-441: Unintended Proxy or Intermediary ('Confused Deputy') CWE-668: Exposure of Resource to Wrong Sphere •