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 Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.hadoop:hadoop-common
to version 2.10.2, 3.2.4, 3.3.3 or higher.
org.apache.hadoop:hadoop-common is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models.
Affected versions of this package are vulnerable to Arbitrary Code Execution via the FileUtil.unTar()
API due to improper escape of the input file name before it passed to the shell.
Note:
In vulnerable 3.3.x versions FileUtil.unTar()
is used through InMemoryAliasMap.completeBootstrapTransfer
, which is only ever run by a local user.