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.iotdb:iotdb-server to version 2.0.10 or higher.
org.apache.iotdb:iotdb-server is a data management system for time series data, which can provide users specific services, such as, data collection, storage and analysis.
Affected versions of this package are vulnerable to Unsafe Reflection in the pipe processor, which reads a fully qualified Java class name from a Pipe Transfer RPC request and instantiates it with Class.forName().newInstance() without any validation or allowlisting. An attacker can instantiate an arbitrary class present on the server classpath by sending a Pipe Transfer RPC request that names the target class, reaching code execution through classes whose no-argument construction has exploitable side effects. This requires network access to the Pipe Transfer RPC interface, and the named class must exist on the classpath and expose a usable no-argument constructor.