PT-2023-22779 · Archery · Archery
Sylwia-Budzynska
·
Published
2023-04-18
·
Updated
2023-05-01
·
CVE-2023-30552
CVSS v3.1
6.5
Medium
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
Archery (affected versions not specified)
Description
The Archery project contains multiple SQL injection vulnerabilities that may allow an attacker to query the connected databases. The issue arises from the
sql/instance.py endpoint's describe method, where user input from the tb name parameter value, the db name parameter value, or the schema name value is passed to the describe table methods in various SQL engine implementations. These methods concatenate user input unsafely into a SQL query and pass it to the query method of each database engine for execution. The affected methods include describe table in sql/engines/clickhouse.py, sql/engines/mssql.py, sql/engines/mysql.py, sql/engines/oracle.py, sql/engines/pgsql.py, and sql/engines/phoenix.py. This issue may be mitigated by escaping user input or using prepared statements when executing SQL queries.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
SQL injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Archery