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 Glances to version 4.5.1 or higher.
Glances is an A cross-platform curses-based monitoring tool
Affected versions of this package are vulnerable to SQL Injection via the normalize() function in the TimescaleDB export module, which constructs SQL queries using unsanitized system monitoring data such as process names, filesystem mount points, network interface names, or container names. An attacker can execute arbitrary SQL commands, exfiltrate database data, or potentially achieve remote code execution by crafting process names or other monitored values containing malicious SQL payloads.
exec -a "x'); COPY (SELECT version()) TO '/tmp/sqli_proof.txt' --" python3 -c 'import time; [sum(range(500000)) or time.sleep(0.01) for _ in iter(int, 1)]'
glances --export timescaledb --export-process-filter ".*" --time 5 --stdout cpu
sqli_proof.txt is created in /tmp directory.