CVE-2026-45228 PUBLISHED

Quark Drive < 0.8.5 Stored XSS via System Configuration

Assigner: VulnCheck
Reserved: 11.05.2026 Published: 13.05.2026 Updated: 13.05.2026

Quark Drive before 0.8.5 contains a stored cross-site scripting vulnerability in the System Configuration page where the template renders push_config key names using Vue.js's v-html directive without escaping. Authenticated attackers can inject HTML or JavaScript payloads as key names through the POST /update endpoint, which are persisted to disk and executed in the browsers of all authenticated users accessing the System Configuration tab, allowing session cookie exfiltration and arbitrary authenticated actions.

Metrics

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

Product Status

Vendor Cp0204
Product quark-auto-save
Versions Default: affected
  • affected from 0 to 0.8.5 (excl.)
  • Version 8436e2821988637ed7bfc5562544d089e6b29478 is unaffected

Credits

  • Katriel Moses finder

References

Problem Types

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