Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.1.5] Use of Cryptographically Weak Pseudo-Random Number Generator #32

Open
ponyataeva opened this issue Oct 16, 2018 · 0 comments
Open

Comments

@ponyataeva
Copy link

The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG is not cryptographically strong.

How to fix:

If this random number is used where security is a concern, such as generating a session identifier or cryptographic key, use a trusted cryptographic random number generator instead.

Instances:

net.jradius.tls.TlsProtocolHandler.java 155

@ponyataeva ponyataeva changed the title Use of Cryptographically Weak Pseudo-Random Number Generator [1.1.5] Use of Cryptographically Weak Pseudo-Random Number Generator Oct 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant