The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-22867

CVE-2026-22867: LaSuite Doc Stored XSS Vulnerability

CVE-2026-22867 is a stored cross-site scripting flaw in LaSuite Doc that allows attackers to inject malicious JavaScript URLs through the interlinking feature. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-22867 Overview

A Stored Cross-Site Scripting (XSS) vulnerability has been discovered in LaSuite Doc, a collaborative note taking, wiki, and documentation platform. The vulnerability exists in the Interlinking feature between versions 3.8.0 and 4.3.0. When users create links to other documents within the editor, the URL of that link is not properly validated. An attacker with document editing privileges can inject a malicious javascript: URL that executes arbitrary code when other users click on the link.

Critical Impact

Authenticated attackers can inject persistent malicious JavaScript that executes in the context of other users' sessions, potentially leading to session hijacking, credential theft, and unauthorized actions across the collaborative platform.

Affected Products

  • LaSuite Doc versions 3.8.0 through 4.3.0
  • Collaborative documentation environments using affected LaSuite Doc versions
  • Self-hosted and managed LaSuite Doc deployments running vulnerable versions

Discovery Timeline

  • 2026-01-15 - CVE-2026-22867 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2026-22867

Vulnerability Analysis

This Stored XSS vulnerability (CWE-79) stems from insufficient input validation in LaSuite Doc's Interlinking feature. When document editors insert links to other documents, the application fails to sanitize or validate the URL scheme, allowing arbitrary javascript: protocol handlers to be stored and rendered. Because this is a stored XSS vulnerability, the malicious payload persists in the document database and executes each time a victim views or clicks the compromised link.

The attack requires low-privileged access—the attacker must have document editing capabilities—but the impact crosses security boundaries as the malicious script executes in the browsers of other authenticated users who interact with the poisoned document.

Root Cause

The root cause is improper input validation on URL fields within the document interlinking functionality. The application does not implement a URL scheme whitelist or properly sanitize link targets before storing them in the document. This allows attackers to bypass expected HTTP/HTTPS URL patterns and inject executable JavaScript protocol handlers that the browser interprets as code rather than navigation targets.

Attack Vector

The attack vector is network-based and requires user interaction. An authenticated attacker with document editing privileges creates or edits a document and inserts an interlink containing a malicious javascript: URL. When other users view the document and click the seemingly legitimate internal link, the browser executes the attacker's JavaScript payload within the victim's authenticated session.

The vulnerability is particularly dangerous in collaborative environments where users inherently trust internal document links. The malicious payload could steal session cookies, perform actions on behalf of the victim, exfiltrate sensitive document content, or spread the attack to additional documents the victim has edit access to.

Detection Methods for CVE-2026-22867

Indicators of Compromise

  • Document content containing javascript: protocol handlers in link URLs
  • Unexpected or encoded JavaScript payloads within document link fields in the database
  • User reports of unexpected browser behavior when clicking internal document links
  • Anomalous session activity following document link interactions

Detection Strategies

  • Implement content security policy (CSP) monitoring to detect inline script execution attempts
  • Audit document database records for link URLs containing non-HTTP/HTTPS schemes
  • Monitor web application logs for suspicious document edit patterns targeting link insertion
  • Deploy browser-based XSS detection tools that alert on javascript protocol handler execution

Monitoring Recommendations

  • Enable detailed logging of document edit operations, particularly link insertions and modifications
  • Implement real-time alerting for CSP violation reports indicating script injection attempts
  • Establish baseline metrics for document linking patterns to identify anomalous editing behavior
  • Review access logs for users clicking links that trigger script execution events

How to Mitigate CVE-2026-22867

Immediate Actions Required

  • Upgrade LaSuite Doc to version 4.4.0 or later immediately
  • Audit existing documents for suspicious javascript: URLs in interlinks
  • Implement a Content Security Policy (CSP) to restrict inline script execution as a defense-in-depth measure
  • Review editor access privileges and consider temporary restrictions until patching is complete

Patch Information

The vulnerability is fixed in LaSuite Doc version 4.4.0. The security fix implements proper URL validation in the Interlinking feature to prevent javascript: protocol handlers from being accepted as valid link targets.

For patch details, see the GitHub commit e807237 and the v4.4.0 release notes. Additional information is available in the GitHub Security Advisory GHSA-4rwv-ghwh-9rv6.

Workarounds

  • Implement server-side URL validation to reject non-HTTP/HTTPS schemes in document links
  • Deploy a Web Application Firewall (WAF) rule to block javascript: protocol patterns in document content
  • Restrict document editing privileges to trusted users until the patch can be applied
  • Enable strict Content Security Policy headers to mitigate XSS execution impact
bash
# Example CSP header configuration to mitigate XSS impact
# Add to web server configuration (nginx example)
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self';" always;

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechLasuite Doc

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Change

  • GitHub Release v4.4.0

  • GitHub Security Advisory GHSA-4rwv-ghwh-9rv6
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English