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 applicationsLearn about NULL Pointer Dereference vulnerabilities in an interactive lesson.
Start learningUpgrade net.lingala.zip4j:zip4j
to version 2.7.0 or higher.
net.lingala.zip4j:zip4j is an open source java library to handle zip files.
Affected versions of this package are vulnerable to NULL Pointer Dereference. A ZipFile
can be constructed with a null
File
reference, leading to a null pointer exception on this line when an operation is carried.