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 RHEL:7
java-1.7.1-ibm-jdbc
to version 1:1.7.1.4.50-1jpp.1.el7 or higher.
This issue was patched in RHSA-2019:2495
.
Note: Versions mentioned in the description apply only to the upstream java-1.7.1-ibm-jdbc
package and not the java-1.7.1-ibm-jdbc
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
All builds of Eclipse OpenJ9 prior to 0.15 contain a bug where the loop versioner may fail to privatize a value that is pulled out of the loop by versioning - for example if there is a condition that is moved out of the loop that reads a field we may not privatize the value of that field in the modified copy of the loop allowing the test to see one value of the field and subsequently the loop to see a modified field value without retesting the condition moved out of the loop. This can lead to a variety of different issues but read out of array bounds is one major consequence of these problems.