CVE Catalog

CVE-2026-47252

CriticalCVSS 9.0
Published: Updated: Translated: NVD NIST

Summary

Anyquery prior to 0.4.5 allows authenticated users with INSERT or UPDATE access to macOS virtual tables to execute operating-system commands. The Chrome, Brave, Edge, and Safari plugins interpolate a SQL-controlled URL into AppleScript or JXA source passed to osascript.

Risk Assessment

An attacker can execute arbitrary commands with the privileges of the anyquery process on the macOS host, leading to full system compromise.

Recommendation

Update Anyquery to version 0.4.5 or later, which fixes this vulnerability.

Other vulnerabilities in Anyquery

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS