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 applicationsUpgrade org.openapitools:openapi-generator-online
to version 5.1.0 or higher.
org.openapitools:openapi-generator-online is an a Spring Boot Server application which hosts a client/server generator API.
Affected versions of this package are vulnerable to Race Condition. The contents of the outputFolder
can be appended to by an attacker. As such, code written to this directory, when executed can be attacker controlled.
openapi-generator-online
creates insecure temporary folders with the File.createTempFile
during the code generation process. The insecure temporary folders store the auto-generated files which can be read and appended to by any users on the system.
This is due to a race condition between the deletion of the randomly generated temporary file and the creation of the temporary directory.