CVE-2026-22867
8.7LaSuite · Docs
A stored cross-site scripting (XSS) vulnerability exists in the LaSuite Docs interlinking feature due to improper input validation, allowing authenticated users to inject malicious JavaScript.
Executive summary
An authenticated stored cross-site scripting vulnerability in LaSuite Docs versions 3.8.0 through 4.3.0 poses a significant risk of arbitrary code execution within the context of other users sessions.
Vulnerability
This vulnerability is a stored cross-site scripting (XSS) flaw located in the document interlinking feature. An attacker with document editing privileges can inject a malicious javascript: URL that executes arbitrary code when a victim user interacts with the link.
Business impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the browser of another user, potentially leading to session hijacking, unauthorized data access, or perform actions on behalf of the victim. With a CVSS score of 8.7, this flaw represents a high risk to organizational security, as it bypasses standard user access controls within the collaborative environment.
Remediation
Immediate Action: Update LaSuite Docs to version 4.4.0 or later to resolve the underlying input validation failure.
Proactive Monitoring: Review access logs for suspicious interlinking patterns or unusual URL structures within document metadata.
Compensating Controls: Implement a strict Content Security Policy (CSP) to restrict the execution of inline scripts and unauthorized external sources, which can mitigate the impact of XSS attacks.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the high CVSS severity and the potential for account takeover or data theft via XSS, administrators should prioritize updating the platform to version 4.4.0 immediately. Organizations that cannot update immediately should restrict document editing privileges to trusted users and implement robust browser-level security policies to prevent script execution.