Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-47252
Published:September 17, 2026
Updated:September 22, 2026
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 Packages
github.com/julien040/anyquery/plugins/chrome (GO):
Affected version(s) >=v0.0.0-20240720163712-d2ecb36e6375 <v0.0.0-20240826075852-c651df0b8767
Fix Suggestion:
Update to version v0.0.0-20240826075852-c651df0b8767
github.com/julien040/anyquery/plugins/brave (GO):
Affected version(s) >=v0.0.0-20240720163712-d2ecb36e6375 <v0.0.0-20240826075852-c651df0b8767
Fix Suggestion:
Update to version v0.0.0-20240826075852-c651df0b8767
github.com/julien040/anyquery/plugins/safari (GO):
Affected version(s) >=v0.0.0-20240720163712-d2ecb36e6375 <v0.0.0-20240826075852-c651df0b8767
Fix Suggestion:
Update to version v0.0.0-20240826075852-c651df0b8767
github.com/julien040/anyquery/plugins/edge (GO):
Affected version(s) >=v0.0.0-20240720163712-d2ecb36e6375 <v0.0.0-20240826075852-c651df0b8767
Fix Suggestion:
Update to version v0.0.0-20240826075852-c651df0b8767
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.4
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
9
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Control of Generation of Code ('Code Injection')
EPSS
Base Score:
0.45