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 RHEL:9
eap7-ironjacamar-common-spi
to version 0:1.5.3-2.SP1_redhat_00001.1.el9eap or higher.
This issue was patched in RHSA-2022:5894
.
Note: Versions mentioned in the description apply only to the upstream eap7-ironjacamar-common-spi
package and not the eap7-ironjacamar-common-spi
package as distributed by RHEL
.
See How to fix?
for RHEL:9
relevant fixed versions and status.
Netty is an open-source, asynchronous event-driven network application framework. The package io.netty:netty-codec-http
prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own java.io.tmpdir
when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user.