• Newly discovered data access breach in Win10 UWP (Metro, “Store”) apps

    There’s a bug in the UWP API that lets appropriately programmed apps look at all of your data. Günter Born says:

    (The malicious UWP) app is not limited to access to files and folders via a file picker or LocalStorage. Microsoft has described the permitted file system accesses in this document (broadFileSystemAccess API). The documentation also states: “On first use, the system prompts the user to allow access”. Microsoft (theoretically) provides security measures for access that intercept unauthorized access attempts. Without user access, a UWP app cannot access files without the user’s consent – at least theoretically …

    Unfortunately, there’s a bug that prevents the security prompt from appearing. Microsoft apparently tried to fix the bug in Win10 1809, but the guy who discovered the bug, Sébastien Lachance, says that trying to run the API-calling code crashed the app.

    (No details offered about which version of 1809 he tried.)

    In the meantime, it appears as if 1803 and earlier are still subject to the bug.