CVE-2026-0824

3.5 LOW

📋 TL;DR

A cross-site scripting (XSS) vulnerability exists in QuestDB UI up to version 1.11.9, specifically in the Web Console component. This allows attackers to inject malicious scripts that execute in users' browsers when they interact with the vulnerable interface. Organizations running QuestDB UI versions 1.11.9 or earlier are affected.

💻 Affected Systems

Products:
  • QuestDB UI
Versions: Up to and including 1.11.9
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects the Web Console component. QuestDB database engine itself is not vulnerable.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal administrator credentials, hijack user sessions, deface the interface, or redirect users to malicious sites, potentially leading to full system compromise.

🟠

Likely Case

Attackers inject malicious scripts to steal session cookies or credentials from authenticated users, enabling unauthorized access to the QuestDB database.

🟢

If Mitigated

With proper input validation and output encoding, the impact is limited to minor interface manipulation with no data compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploit details are publicly available in GitHub repositories. Remote execution makes this easily weaponizable.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.1.10 or QuestDB 9.3.0

Vendor Advisory: https://github.com/questdb/questdb/releases/tag/9.3.0

Restart Required: Yes

Instructions:

1. Upgrade QuestDB UI to version 1.1.10 or QuestDB to version 9.3.0. 2. Restart the QuestDB service. 3. Verify the patch commit b42fd9f18476d844ae181a10a249e003dafb823d is applied.

🔧 Temporary Workarounds

Disable Web Console

all

Temporarily disable the vulnerable Web Console component to prevent exploitation

Modify QuestDB configuration to disable web console access

Implement WAF Rules

all

Configure web application firewall to block XSS payloads targeting QuestDB endpoints

Add XSS detection rules to your WAF configuration

🧯 If You Can't Patch

  • Implement strict Content Security Policy (CSP) headers to limit script execution
  • Use network segmentation to restrict access to QuestDB UI to trusted users only

🔍 How to Verify

Check if Vulnerable:

Check if QuestDB UI version is 1.11.9 or earlier. Review application logs for suspicious script injection attempts.

Check Version:

Check QuestDB UI package version or review the application's version metadata

Verify Fix Applied:

Verify the installed version is 1.1.10 or QuestDB 9.3.0. Check that commit b42fd9f18476d844ae181a10a249e003dafb823d is present in the codebase.

📡 Detection & Monitoring

Log Indicators:

  • Unusual script tags or JavaScript in HTTP requests to QuestDB endpoints
  • Multiple failed XSS attempts in web server logs

Network Indicators:

  • HTTP requests containing script injection payloads to QuestDB web console paths
  • Unusual outbound connections from QuestDB server after XSS execution

SIEM Query:

source="questdb" AND (http_request CONTAINS "<script>" OR http_request CONTAINS "javascript:" OR http_request CONTAINS "onerror=" OR http_request CONTAINS "onload=")

🔗 References

📤 Share & Export