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 commons-beanutils:commons-beanutils
to version 1.11.0 or higher.
commons-beanutils:commons-beanutils is a provides an easy-to-use but flexible wrapper around reflection and introspection.
Affected versions of this package are vulnerable to Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') via the getProperty
and getNestedProperty
methods of the PropertyUtilsBean
class. An attacker can execute arbitrary code by accessing the declaredClass
property of Java enum objects, which allows access to the ClassLoader.
Note:
The BeanIntrospector
class that can mitigate this vulnerability was added in version 1.9.2 but its usage was not enabled by default.