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 Improper Control of Generation of Code ('Code Injection') vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.hive:hive-jdbc
to version 4.0.0 or higher.
Affected versions of this package are vulnerable to Improper Control of Generation of Code ('Code Injection') in the JDBC driver component due to improper URL validation. An attacker can exploit this vulnerability on a machine/endpoint where the JDBC driver (client) is running by setting up a malicious HTTP server and specifying a JDBC URL pointing towards this server. When a JDBC connection is attempted, the malicious HTTP server can provide a special response with a customized payload that triggers the execution of certain commands in the JDBC client.
Note
Exploiting this vulnerability is only possible if the malicious user has sufficient permissions to specify/edit JDBC URLs in an endpoint relying on the Hive JDBC driver and the JDBC client process runs under a privileged user.