CVE-2026-47252
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
Summary
Anyquery is an SQL query engine built on top of SQLite. Prior to 0.4.5, authenticated users with INSERT or UPDATE access to affected macOS virtual tables can execute operating-system commands because the Chrome plugin and equivalent Brave, Edge, and Safari variants interpolate a SQL-controlled URL into AppleScript or JXA source passed to osascript. In plugins/chrome/tabs.go, tabsTable.Insert() passes the URL through fmt.Sprintf(newTabScript, url), and tabsTable.Update() uses fmt.Sprintf(setURLScript, pk, url). A URL containing quote and newline characters can break out of the intended string or property record and append script statements, resulting in arbitrary command execution with the privileges of the anyquery process on the macOS host. This issue is fixed in version 0.4.5.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| julien040 | anyquery | < 0.4.5 | affected |
| anyquery | github.com/julien040/anyquery/plugins/brave | < 0.2.0 | affected |
| anyquery | github.com/julien040/anyquery/plugins/chrome | < 0.2.0 | affected |
| anyquery | github.com/julien040/anyquery/plugins/edge | < 0.2.0 | affected |
| anyquery | github.com/julien040/anyquery/plugins/reminders | < 0.2.0 | affected |
| anyquery | github.com/julien040/anyquery/plugins/safari | < 0.2.0 | affected |
Weaknesses
- CWE-94: CWE-94: Improper Control of Generation of Code ('Code Injection')
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: no
- Technical Impact: total
Additional References
References
- https://github.com/julien040/anyquery/security/advisories/GHSA-hrj8-hjv8-mgwc
- https://github.com/julien040/anyquery/commit/33769e03bd4b0f76d7a20a4188cce7153f6db1c9
- https://github.com/julien040/anyquery/releases/tag/0.4.5
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.