CVE-2026-47900 PUBLISHED

Stored XSS via Unsanitized Plugin Metadata in Logseq

Assigner: CERT-PL
Reserved: 20.05.2026 Published: 09.06.2026 Updated: 09.06.2026

Logseq is vulnerable to a stored cross-site scripting (XSS). A malicious plugin can include a JavaScript payload in the "name" field of its "package.json" file, which is rendered using "innerHTML" without proper sanitization, allowing the execution of arbitrary code in the privileged host context. 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.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
CVSS Score: 4.6

Product Status

Vendor logseq
Product logseq
Versions Default: unknown
  • affected from 0 to 0.10.15 (incl.)

Credits

  • Bartłomiej Dmitruk (striga.ai) finder

References

Problem Types

  • CWE-79 Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') CWE

Impacts

  • CAPEC-592 Stored XSS