Skip to content

Insecure Random Number Generator( CWE-330) #77

@sanjeev1903

Description

@sanjeev1903

The speed test library uses insecure random number generator in RandomGen.java file in the utils folder. Instead of using Random() , it is more secure to use SecureRandom() which is cryptographically strong.
This leads to a CVSS vulnerability with score 7.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions