CVE-2026-82881
Received Received - Intake

Stored XSS in Aix-DB via Unsanitized Markdown Rendering

Vulnerability report for CVE-2026-82881, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulnCheck

Description

Aix-DB through 1.2.4 renders markdown with raw HTML enabled into v-html bindings without sanitization, allowing stored cross-site scripting attacks. Attackers can inject malicious HTML and JavaScript through markdown content in chat responses, skill descriptions, or knowledge messages that execute in users' browsers when viewed.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
apconw aix-db to 1.2.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored cross-site scripting (XSS) vulnerability in Aix-DB through version 1.2.4. The application renders markdown with raw HTML enabled into v-html bindings without sanitization. Attackers can inject malicious HTML and JavaScript through markdown content in chat responses, skill descriptions, or knowledge messages. When viewed by users, the injected scripts execute in their browsers.

Detection Guidance

To detect this vulnerability, inspect Aix-DB instances for markdown rendering configurations that allow raw HTML without sanitization. Check Vue.js components like MarkdownPreview/index.vue, skill-center.vue, and demand-manager.vue for v-html bindings using markdown-it or marked libraries with html:true enabled. Review server responses for unsanitized user-provided markdown content.

Impact Analysis

An attacker could steal user sessions, perform actions on behalf of users, or deface the application. Malicious scripts may execute when users view affected markdown content like chat responses or skill descriptions. The impact depends on user privileges and data accessed by the application.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's data protection principles or HIPAA's security requirements. Stored XSS may expose personal data to attackers, potentially resulting in compliance breaches and regulatory penalties.

Mitigation Strategies

Immediately update Aix-DB to a patched version where DOMPurify sanitizes markdown output before rendering. If updating is not possible, disable HTML rendering in markdown parsers by setting html:false in markdown-it or marked configurations. Alternatively, manually integrate DOMPurify.sanitize() into all v-html bindings in affected components.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82881. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart