Answer in brief
CVE-2026-47252 records a Critical severity vulnerability in Anyquery: AppleScript/JXA Code Injection via Unescaped URL in macOS plugins (Brave, Chrome, Edge, Reminders, Safari). The current sources do not mark it as known exploited. The current feed maps julien040/anyquery (generic), anyquery/github.com/julien040/anyquery/plugins/brave (generic), anyquery/github.com/julien040/anyquery/plugins/chrome (generic), anyquery/github.com/julien040/anyquery/plugins/edge (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps julien040/anyquery (generic), anyquery/github.com/julien040/anyquery/plugins/brave (generic), anyquery/github.com/julien040/anyquery/plugins/chrome (generic), anyquery/github.com/julien040/anyquery/plugins/edge (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| julien040/anyquerygeneric | < 0.4.5 | Not reported |
| anyquery/github.com/julien040/anyquery/plugins/bravegeneric | < 0.2.0 | Not reported |
| anyquery/github.com/julien040/anyquery/plugins/chromegeneric | < 0.2.0 | Not reported |
| anyquery/github.com/julien040/anyquery/plugins/edgegeneric | < 0.2.0 | Not reported |
| anyquery/github.com/julien040/anyquery/plugins/remindersgeneric | < 0.2.0 | Not reported |
| anyquery/github.com/julien040/anyquery/plugins/safarigeneric | < 0.2.0 | Not reported |
| github.com/julien040/anyquery/plugins/bravego | <0.0.0-20240826075852-c651df0b8767 | 0.0.0-20240826075852-c651df0b8767 |
| github.com/julien040/anyquery/plugins/chromego | <0.0.0-20240826075852-c651df0b8767 | 0.0.0-20240826075852-c651df0b8767 |
| github.com/julien040/anyquery/plugins/edgego | <0.0.0-20240826075852-c651df0b8767 | 0.0.0-20240826075852-c651df0b8767 |
| github.com/julien040/anyquery/plugins/safarigo | <0.0.0-20240826075852-c651df0b8767 | 0.0.0-20240826075852-c651df0b8767 |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 11, 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.
Quoted source text, attributed separately from HOL analysis.