Insecure Randomness Affecting org.apereo.cas:cas-server-support-simple-mfa package, versions [,6.1.0-RC5)
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-JAVA-ORGAPEREOCAS-467402
- published 20 Sep 2019
- disclosed 20 Sep 2019
- credit Jonathan Leitschuh
Introduced: 20 Sep 2019
CVE-2019-10754 Open this link in a new tabHow to fix?
Upgrade org.apereo.cas:cas-server-support-simple-mfa
to version 6.1.0-RC5 or higher.
Overview
org.apereo.cas:cas-server-support-simple-mfa is an is package that allows Apereo CAS to act as a multifactor authentication provider on its own, issuing tokens and sending them to end-users via pre-defined communication channels such as email or text messages.
Affected versions of this package are vulnerable to Insecure Randomness. A insecure source of randomness is used to generate all of its random values as it relies upon apache commons lang3 RandomStringUtils
. This could allow an attacker to possibly generate their own unique Ticket ID due to insufficient randomness.