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 applicationsLearn about Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade mobsf
to version 3.9.7 or higher.
mobsf is a Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the GET request in the _check_url
method that is specified as allow_redirects=True
. An attacker can cause the server to make a connection to internal-only services within the organization's infrastructure by utilising the fact that https://mydomain.com/.well-known/assetlinks.json
returns a 302 redirect and subsequent requests are sent automatically.
Note:
This is a bypass of the fix for CVE-2024-29190.