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 applicationsUpgrade net.lingala.zip4j:zip4j
to version 2.6.3 or higher.
net.lingala.zip4j:zip4j is an open source java library to handle zip files.
Affected versions of this package are vulnerable to Insecure Randomness. Both StandardEncrypter
and AES encrypter
uses j.l.Random
to generate randomness for encryption operations instead of SecureRandom
.