Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 learningThere is no fixed version for org.webjars.npm:google-translate-api-browser
.
org.webjars.npm:google-translate-api-browser is an A free and unlimited API for Google Translate that works in browser
Affected versions of this package are vulnerable to Server-Side Request Forgery (SSRF) when input to translateOptions
is accepted from the end user. An attacker can manipulate the tld
field, causing the application to generate unsafe URLs that point to local resources. This is due to the translateOptions.tld
field not being properly sanitized before being included in the Google translate URL. An attacker with control over the translateOptions
can set the tld
to a payload such as @127.0.0.1
, which results in the full URL becoming https://translate.google.@127.0.0.1/...
, where translate.google.
is the username used to connect to localhost. This allows the attacker to send requests within internal networks and the local host. If there is an HTTPS application on the internal network with a vulnerability that can be exploited via a GET call, it could be exploited using this vulnerability.