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 Insecure Temporary File vulnerabilities in an interactive lesson.
Start learningUpgrade org.openapitools:openapi-generator-maven-plugin
to version 5.1.0 or higher.
org.openapitools:openapi-generator-maven-plugin is an It allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Affected versions of this package are vulnerable to Insecure Temporary File. Using File.createTempFile
in JDK results in creating and using insecure temporary files that can leave application and system data vulnerable to attacks.
Note: Only impacts unix-like systems where the local system temporary directory is shared between all users. Does not impact Windows or modern versions of MacOS.