Description
SQLBot through 1.10.0, fixed in commit c3f40a5, contains a stored cross-site scripting vulnerability in the SQText dashboard component that renders TinyMCE output via v-html without sanitization. Attackers who can modify dashboard text widget content can inject arbitrary HTML and JavaScript that executes for all users viewing the dashboard.
Published: 2026-08-10
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SQLBot versions through 1.10.0 contain a stored cross‑site scripting flaw in the SQText dashboard component. The component renders TinyMCE output via v-html without any sanitization. If an attacker can modify the content of a dashboard text widget, they can inject arbitrary HTML or JavaScript. When any user views the affected dashboard, the injected code executes in that user’s browser, enabling session hijacking, data theft, or other malicious actions. The weakness is a classic stored XSS (CWE‑79).

Affected Systems

The vulnerability is present in the Dataease SQLBot product, version 1.10.0 and earlier. It was fixed in the commit identified by c3f40a5. Users running these unpatched versions are impacted.

Risk and Exploitability

The CVSS score is 5.1, indicating a moderate impact. No EPSS score is available, and the vulnerability is not listed in CISA’s KEV catalog. Attacking the flaw requires the ability to alter the dashboard text widget – either through privileged user access or another pre‑existing compromise. Once the widget is modified, the injected payload is delivered to all subsequent viewers, so the attack surface extends to every user who can view the dashboard.

Generated by OpenCVE AI on August 10, 2026 at 21:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch included in commit c3f40a5 or upgrade to a version newer than 1.10.0.
  • Restrict dashboard widget editing privileges so only trusted administrators can modify content.
  • Sanitize or escape any content that is rendered with v-html, or replace v-html with a safe rendering method to prevent the execution of injected scripts.

Generated by OpenCVE AI on August 10, 2026 at 21:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
First Time appeared Dataease
Dataease sqlbot
Vendors & Products Dataease
Dataease sqlbot

Mon, 10 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Description SQLBot through 1.10.0, fixed in commit c3f40a5, contains a stored cross-site scripting vulnerability in the SQText dashboard component that renders TinyMCE output via v-html without sanitization. Attackers who can modify dashboard text widget content can inject arbitrary HTML and JavaScript that executes for all users viewing the dashboard.
Title SQLBot 1.10.0 SQText Dashboard Component Stored XSS via v-html
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.1, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-17T18:18:07.729Z

Reserved: 2026-08-10T13:53:42.482Z

Link: CVE-2026-72743

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T21:17:24.370

Modified: 2026-08-17T19:16:39.317

Link: CVE-2026-72743

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T03:30:03Z

Weaknesses
  • CWE-79

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