CVE-2026-97723
Received Received - Intake

Stored XSS in Ka9q Ubersdr Chat Message Rendering

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

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: MITRE

Description

madpsy ka9q_ubersdr before 0.1.58 has a stored cross-site scripting (XSS) vulnerability in the chat message rendering functionality. User-controlled URLs in chat messages were insufficiently neutralized before being converted into HTML links. Quotation characters could break out of the generated href attribute and introduce attacker-controlled HTML attributes, allowing arbitrary JavaScript to execute in the browser of another user when the stored chat message was rendered. No click on the malicious link was required.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
madpsy ka9q_ubersdr to 0.1.58 (exc)

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 the ka9q_ubersdr chat message system. It occurs when user-controlled URLs in chat messages are not properly neutralized before being converted into HTML links. Attackers can inject malicious JavaScript by using quotation marks to break out of HTML attributes like href, allowing arbitrary code execution in the browsers of other users without requiring them to click the link.

Detection Guidance

To detect this vulnerability, inspect chat messages in ka9q_ubersdr for stored XSS payloads. Check for messages containing JavaScript code or unusual HTML attributes. Review server logs for suspicious chat activity. Use browser developer tools to inspect rendered chat messages for broken HTML attributes or executed scripts.

Impact Analysis

An attacker could exploit this to run arbitrary JavaScript in your browser when you view a malicious chat message. This could allow them to steal session cookies, change admin passwords, redirect you to phishing sites, or perform actions on your behalf without your knowledge. The attack works automatically when the message is rendered, requiring no user interaction.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. If exploited, it may result in data breaches, unauthorized modifications, or disclosure of confidential information, potentially leading to regulatory penalties and loss of compliance certifications.

Mitigation Strategies

Upgrade ka9q_ubersdr to version 0.1.58 or later. Apply the sanitizeMessage and sanitizeMessageURLs functions to clean historical messages. Ensure all chat messages are properly sanitized before rendering. Monitor for any signs of exploitation.

Chat Assistant

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

EPSS Chart