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 applicationsUpgrade PyAthena to version 3.35.4 or higher.
PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena
Affected versions of this package are vulnerable to SQL Injection through its escaper selection for DELETE and CREATE TABLE ... AS SELECT statements. An attacker can break out of a parameterized string literal and inject arbitrary SQL by supplying a value containing a single quote in a DELETE or CTAS query. The vulnerable code routes those statements to the Hive-style backslash escaper, but Athena/Trino parses backslashes as ordinary characters inside string literals, so the injected quote terminates the literal and lets the attacker-controlled SQL run. This can expose or modify data in the target query context and, depending on the caller’s privileges, execute destructive statements against Athena-backed tables.