In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade garminconnect to version 0.3.5 or higher.
garminconnect is a Python 3 API wrapper for Garmin Connect
Affected versions of this package are vulnerable to Incorrect Permission Assignment for Critical Resource due to insecure file-system permissions being set on the OAuth token store by the dump function. An attacker can gain unauthorized access to sensitive authentication tokens by reading the world-readable token file as a local, unprivileged user on the same host.
This vulnerability can be mitigated by manually restricting permissions on the token directory and file using 'chmod 700 ~/.garminconnect' and 'chmod 600 ~/.garminconnect/garmin_tokens.json'.