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 org.apache.cxf:cxf-rt-management
to version 3.2.13, 3.3.6 or higher.
org.apache.cxf:cxf-rt-management is an Apache CXF Runtime Management package.
Affected versions of this package are vulnerable to Man in The Middle (MiTM). Apache CXF has the ability to integrate with JMX by registering an InstrumentationManager
extension with the CXF bus. If the createMBServerConnectorFactory
property of the default InstrumentationManagerImpl
is not disabled, then it is vulnerable to a man-in-the-middle (MITM) style attack.
An attacker on the same host can connect to the registry and rebind the entry to another server, thus acting as a proxy to the original. They are then able to gain access to all of the information that is sent and received over JMX.