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 Information Disclosure vulnerabilities in an interactive lesson.
Start learningUpgrade org.openapitools:openapi-generator-project
to version 5.1.0 or higher.
org.openapitools:openapi-generator-project is an is a package that 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 Information Disclosure. This vulnerability impacts generated code. If this code is generated as a one-off occasion, not as a part of an automated CI/CD process, it will remain vulnerable until fixed manually.
The use of the JDK method File.createTempFile
creates an insecure temporary file that can leave application and system data vulnerable to exposure.
Auto-generated code that deals with uploading or downloading binary data through API endpoints will create insecure temporary files during the process.