The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 Creation of Temporary File With Insecure Permissions vulnerabilities in an interactive lesson.
Start learningUpgrade net.sf.mpxj:mpxj
to version 10.14.1 or higher.
net.sf.mpxj:mpxj is a Library that provides facilities to allow project information to be manipulated in Java and .Net.
Affected versions of this package are vulnerable to Creation of Temporary File With Insecure Permissions. A knowledgeable local user can locate temporary files created when a scheduled file is read. While they are in use, the user will be able to read the schedule being processed by MPXJ. This is because temporary files are being created with the permissions -rw-r--r--
.
Users unable to upgrade may set java.io.tmpdir
to a directory to which only the user running the application has access will prevent other users from accessing these temporary files.