Insecure Randomness Affecting generator-jhipster package, versions <6.3.0
Threat Intelligence
Do your applications use this vulnerable package?
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 applications- Snyk ID SNYK-JS-GENERATORJHIPSTER-466980
- published 14 Sep 2019
- disclosed 13 Sep 2019
- credit Jonathan Leitschuh
Introduced: 13 Sep 2019
CVE-2019-16303 Open this link in a new tabHow to fix?
Upgrade generator-jhipster
to version 6.3.0 or higher.
Overview
generator-jhipster is a development platform to generate, develop and deploy Spring Boot + Angular / React / Vue Web applications and Spring microservices.
Affected versions of this package are vulnerable to Insecure Randomness. Uses an insecure source of randomness to generate all of its random values as it relies upon apache commons lang3 RandomStringUtils
. This allows an attacker (if able to obtain their own password reset URL) to compute the value for all other password resets for other accounts, thus allowing privilege escalation or account takeover.