PT-2026-39860 · Deepchat · Deepchat
Published
2026-05-11
·
Updated
2026-05-12
·
CVE-2026-43900
CVSS v3.1
9.3
Critical
| Vector | AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N |
Name of the Vulnerable Software and Affected Versions
DeepChat versions prior to 1.0.4-beta.1
Description
A Cross-Site Scripting (XSS) issue exists due to a discrepancy between the backend validation layer and the frontend browser rendering engine. The
SVGSanitizer function (src/main/lib/svgSanitizer.ts) attempts to prevent script execution by scrubbing javascript: protocols using plain-text regular expressions. However, it does not account for HTML entity decoding before the v-html DOM insertion occurs within the SvgArtifact.vue component. An attacker can bypass the sanitizer by using obfuscated entities, such as javascript:alert(1), leading to arbitrary JavaScript execution when a victim interacts with the rendered SVG Element.Recommendations
Update to version 1.0.4-beta.1.
Exploit
Fix
XSS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Deepchat