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 Command Execution vulnerabilities in an interactive lesson.
Start learningUpgrade pyspark
to version 3.1.3, 3.2.2 or higher.
pyspark is a fast and general cluster computing system for Big Data.
Affected versions of this package are vulnerable to Arbitrary Command Execution via the Utils.unpack
method when the filename is controlled by a malicious user. This vulnerability exists due to Hadoop's unTar
function, that doesn't properly escape the filename before passing it to a shell command.