CVE-2026-4765
Deferred Deferred - Pending Action

Stored XSS in RD Station Conversas Chat

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

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

Description

Stored Cross-Site Scripting (XSS) vulnerability in the RD Station Conversas chat. The vulnerability resides in the β€˜name’ parameter of the initialization process due to improper sanitization of user input. The vulnerability is not limited to self-exploitation: when a support agent joins the conversation, the malicious script also executes in their browser, increasing the impact. Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code within the context of the application.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
rd_station conversas *

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

CVE-2026-4765 is a stored Cross-Site Scripting (XSS) vulnerability in the RD Station Conversas chat tool, specifically in the 'name' parameter during the initialization process.

The vulnerability occurs because the application does not properly sanitize user input in the 'name' parameter. This allows an attacker to inject malicious JavaScript code into the chat system.

When a support agent joins the conversation, the injected script executes in their browser, not just the attacker's. This increases the potential impact, as it can compromise the agent's browser session or perform actions on their behalf.

Successful exploitation could lead to arbitrary JavaScript code execution within the context of the application, potentially allowing further attacks such as session hijacking or data theft.

Detection Guidance

Detecting this stored Cross-Site Scripting (XSS) vulnerability in RD Station Conversas requires checking for improperly sanitized user input in the 'name' parameter during the chat initialization process. Since this is a web application vulnerability, network-level detection may not be straightforward, but the following approaches can help identify potential exploitation or vulnerable instances.

  • Review web application logs for unusual or suspicious input in the 'name' parameter, such as script tags or JavaScript code snippets (e.g., <script>, alert(), onerror=).
  • Use a web vulnerability scanner like OWASP ZAP or Burp Suite to scan the RD Station Conversas application for XSS vulnerabilities. These tools can automate the detection of improper input sanitization.
  • Manually test the application by injecting benign XSS payloads (e.g., <script>alert('XSS')</script>) into the 'name' field during chat initialization. If the payload executes when a support agent joins the conversation, the vulnerability is present.
  • Monitor network traffic for unexpected JavaScript execution in the context of the RD Station Conversas application, particularly in responses involving the 'name' parameter.

Note that these methods require access to the application or its logs and may not be feasible for external network scanning. Focus on the application layer rather than the network layer for detection.

Impact Analysis

If you are a user of RD Station Conversas, this vulnerability could impact you in several ways:

  • An attacker could inject malicious scripts into chat conversations, which execute when a support agent interacts with the chat.
  • The attacker could steal sensitive information from the support agent's browser, such as session cookies or authentication tokens.
  • The attacker might perform actions on behalf of the support agent, such as accessing confidential customer data or modifying account settings.
  • If you are a support agent, your browser session could be compromised, leading to unauthorized access to internal systems or customer data.

The vulnerability does not require direct interaction from the victim (support agent) beyond joining the conversation, making it easier for attackers to exploit.

Compliance Impact

This vulnerability could have significant implications for compliance with standards and regulations, depending on the context in which RD Station Conversas is used:

  • GDPR (General Data Protection Regulation): If the chat tool processes personal data of EU citizens, a successful XSS attack could lead to unauthorized access or disclosure of this data. This may violate GDPR's requirements for data protection and could result in fines or legal action.
  • HIPAA (Health Insurance Portability and Accountability Act): If the chat tool is used in a healthcare setting to handle protected health information (PHI), exploitation of this vulnerability could lead to unauthorized access to PHI. This would be a violation of HIPAA's security and privacy rules.
  • PCI DSS (Payment Card Industry Data Security Standard): If the chat tool is involved in processing payment card information, this vulnerability could expose cardholder data, violating PCI DSS requirements for securing such data.

Organizations using RD Station Conversas should assess whether this vulnerability exposes them to non-compliance risks and take appropriate measures to mitigate the issue, such as applying patches or implementing compensating controls.

Mitigation Strategies

Since no official patch or solution has been provided by the vendor as of the report date, the following immediate steps can help mitigate the risk of exploitation for this stored XSS vulnerability in RD Station Conversas.

  • Implement strict input validation and output encoding for the 'name' parameter during chat initialization. Ensure all user-supplied input is sanitized to prevent the execution of malicious scripts.
  • Deploy a Web Application Firewall (WAF) to filter out malicious payloads targeting the 'name' parameter. Configure the WAF to block common XSS patterns and suspicious input.
  • Restrict access to the RD Station Conversas chat tool to trusted users only. Limit the ability to initiate chats or modify the 'name' parameter to authorized personnel.
  • Educate support agents and users about the risks of XSS attacks. Advise them to avoid clicking on suspicious links or interacting with unexpected scripts in the chat interface.
  • Monitor the application for signs of exploitation, such as unexpected script execution or unusual behavior in the chat interface. Log and review all input to the 'name' parameter for anomalies.
  • Contact RD Station support for updates on a patch or official mitigation guidance. Stay informed about any vendor-provided fixes or workarounds.

Chat Assistant

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

EPSS Chart