CVE-2025-56320
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-17

Last updated on: 2026-03-04

Assigner: MITRE

Description
Enterprise Contract Management Portal v.22.4.0 is vulnerable to Stored Cross-Site Scripting (XSS) in its chat box component. This allows a remote attacker to execute arbitrary code. NOTE: the Supplier reports that this is "Present only in an obsolete, unsupported version no longer in circulation."
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-17
Last Modified
2026-03-04
Generated
2026-06-16
AI Q&A
2025-10-17
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
cobblestone_software enterprise_contract_management_software 22.2.1
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-2025-56320 is a stored cross-site scripting (XSS) vulnerability in the Chat Box component of Enterprise Contract Management Portal version 22.4.0. It occurs because the application does not properly sanitize user input or encode output, allowing an attacker to inject malicious JavaScript code that gets stored and executed in other users' browsers when they view the chat messages. [1]

Impact Analysis

This vulnerability allows a remote attacker to execute arbitrary JavaScript code in the browsers of users interacting with the chat box. This can lead to unauthorized actions such as stealing session cookies, performing actions on behalf of users, or spreading malware, thereby compromising user security and potentially leading to further attacks within the application. [1]

Detection Guidance

This vulnerability can be detected by attempting to reproduce the stored XSS in the Chat Box component. You can log into the Enterprise Contract Management Application, open the Chatbox, select a user to chat with, and send a message containing JavaScript code such as `<script>alert('HELLO')</script>`. If the script executes in the browser of the sender or recipient, the vulnerability is present. There are no specific network commands provided, but testing the chat input for script execution is the primary detection method. [1]

Mitigation Strategies

Immediate mitigation steps include avoiding the use of the vulnerable chat box component until a patch or update is applied. Restrict user input in the chat box to disallow HTML or JavaScript code, and implement input validation and output encoding to prevent script execution. Additionally, educate users to be cautious of suspicious messages containing scripts. Applying vendor patches or updates once available is critical. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-56320. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart