CVE-2023-30605
Last modified
CVE-2023-30605 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Archery is an open source SQL audit platform. The Archery project contains multiple SQL injection vulnerabilities, that may allow an attacker to query the connected databases. EPSS estimates a 0.84% chance of exploitation in the next 30 days.
Description
Archery is an open source SQL audit platform. The Archery project contains multiple SQL injection vulnerabilities, that may allow an attacker to query the connected databases. User input coming from the `variable_name` and `variable_value` parameter value in the `sql/instance.py` `param_edit` endpoint is passed to a set of methods in given SQL engine implementations, which concatenate user input unsafely into a SQL query and afterwards pass it to the `query` method of each database engine for execution. The affected methods are: `set_variable` in `sql/engines/goinception.py` which concatenates input which is passed to execution on the database in the `sql/engines/goinception.py`, `get_variables` in `sql/engines/goinception.py` which concatenates input which is passed to execution on the database in the `sql/engines/goinception.py`, `set_variable` in `sql/engines/mysql.py` which concatenates input which is passed to execution on the database in the `sql/engines/mysql.py` `query`, and `get_variables` in `sql/engines/mysql.py`which concatenates input which is passed to execution on the database in the `sql/engines/mysql.py` `query`. Each of these issues may be mitigated by escaping user input or by using prepared statements when executing SQL queries. This advisory is also indexed as `GHSL-2022-104`.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Archerydms | Archery | 1.9.0 |
References
- https://github.com/hhyo/Archery/security/advisories/GHSA-6mqc-w2qp-fvhpExploit, Mitigation, Vendor Advisory
- https://github.com/hhyo/Archery/security/advisories/GHSA-6mqc-w2qp-fvhpExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-30605?
How severe is CVE-2023-30605?
How do I fix CVE-2023-30605?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-30591Denial-of-service in NodeBB <= v2.8.10 allows unauthenticate…7.5
- CVE-2023-3060A vulnerability has been found in code-projects Agro-School …5.4
- CVE-2023-30601Privilege escalation when enabling FQL/Audit logs allows use…7.8
- CVE-2023-30602Hitron Technologies CODA-5310’s Telnet function transfers se…7.5
- CVE-2023-30603Hitron Technologies CODA-5310 Telnet function with the defau…9.8
- CVE-2023-30604It is identified a vulnerability of insufficient authenticat…9.8
- CVE-2023-30606Discourse is an open source platform for community discussio…4.9
- CVE-2023-30607icingaweb2-module-jira provides integration with Atlassian J…8.8
- CVE-2023-30608sqlparse is a non-validating SQL parser module for Python. I…7.5
- CVE-2023-30609matrix-react-sdk is a react-based SDK for inserting a Matrix…4.7
- CVE-2023-3061A vulnerability was found in code-projects Agro-School Manag…9.8
- CVE-2023-30610aws-sigv4 is a rust library for low level request signing in…5.5
Are you affected by CVE-2023-30605?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
