Snyk has a proof-of-concept or detailed explanation of how to exploit 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 Injection vulnerabilities in an interactive lesson.
Start learningUpgrade sqlparse to version 0.6.0 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Injection in the _process method of sqlparse/filters/output.py when generating output via the Python and PHP output formatters. The formatters previously only escaped quote characters (' or ") but did not first escape backslashes, meaning an attacker who controls SQL input containing a backslash immediately preceding a quote character (e.g., \') can cause the backslash to neutralize the intended escape, breaking out of the generated string literal in the downstream output. This allows injection of arbitrary content into the formatter's output.