The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 expo to version 48.0.0 or higher.
expo is an umbrella package that contains the client-side code for accessing system functionality such as contacts, camera, and location in Expo apps.
Affected versions of this package are vulnerable to Insufficiently Protected Credentials via the Expo AuthSession Redirect Proxy process. An attacker can gain unauthorized access to user accounts and obtain sensitive credentials by tricking a victim into clicking a crafted malicious link.
This is because auth.expo.io stores an app’s callback URL before the user explicitly confirms they trust it.
Note: The vulnerability has been mitigated by requiring users to confirm unverified callback URLs.
In addition, developers are advised to migrate from useProxy and the auth.expo.io service (deprecated as of SDK 48) to using their own deep links with third-party authentication providers directly, which is more secure and reliable.