Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Pubdev-Research

#55664of 56,326
3.3Total CVSS
Vulnerabilities · 1
PT-2026-83128
3.3
2026-08-28
Git · Flutter File Picker · CVE-2026-38093
**Name of the Vulnerable Software and Affected Versions** file picker versions prior to 10.3.11 **Description** The Android implementation of the plugin contains a path traversal issue. The `openFileStream()` function in `FileUtils.kt` uses the `DISPLAY NAME` obtained from `ContentResolver.query()` to construct file paths without proper sanitization. A malicious Android application using a crafted ContentProvider can return a filename containing `../` sequences, allowing the plugin to create arbitrary files and directories outside the intended cache directory within the victim application's internal storage. This process does not overwrite existing files due to an internal existence check. **Recommendations** Update to version 10.3.11 or later.