🔐 CVE Alert

CVE-2026-9279

UNKNOWN 0.0

Shell command injection in Logseq

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Logseq exposes an IPC handler that allows the renderer process to execute shell commands. While an allowlist restricts the command name (e.g. `git`, `pandoc`, `grep`), the argument string is concatenated with the command and passed to `child_process.spawn` with the `shell: true` option, allowing shell metacharacters in the arguments to bypass the allowlist. An attacker with JavaScript execution in the renderer (e.g. via XSS or a malicious plugin) can execute arbitrary shell commands with the privileges of the Logseq process, leading to remote code execution on the host. While only version v0.10.15 was tested and confirmed as vulnerable, status of other versions is unknown since this issue was not addressed by a patch.

CWE CWE-78
Vendor logseq
Product logseq
Published Jun 9, 2026
Last Updated Jun 9, 2026
Stay Ahead of the Next One

Get instant alerts for logseq logseq

Be the first to know when new unknown vulnerabilities affecting logseq logseq are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

logseq / logseq
0 ≤ 0.10.15

References

NVD ↗ CVE.org ↗ EPSS Data ↗
cert.pl: https://cert.pl/en/posts/2026/06/CVE-2026-9279/ logseq.com: https://logseq.com/

Credits

Bartłomiej Dmitruk (striga.ai)