Bugzilla – Bug 1205180
AUDIT-FIND: SUMA: Unsafe usage of java.util.Random API
Last modified: 2024-01-12 17:07:18 UTC
In the following classes, java.util.Random class is used. This is not a vulnerability per se, however java.security.SecureRandom is considered a robust and cryptographically secure pseudo number generator and it should be used instead of java.util.Random for sensitive applications: * CryptHelper.java * StringUtil.java * SystemCheckinUtils.java Please note that java.util.Random is used in test classes, however in that case the usage can be considered safe.
Created an issue on Github private repo: https://github.com/SUSE/spacewalk/issues/22469
@Artem can you take a look at this PR?
Hey Paolo, I've left a comment on GitHub, the issue seems to be already addressed in the upstream.
Very nice. I will close the issue then. Thank you so much