Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-23887

CVE-2026-23887: Group-Office Stored XSS Vulnerability

CVE-2026-23887 is a stored cross-site scripting flaw in Group-Office CRM that allows malicious filenames to execute scripts in user browsers. This post covers technical details, affected versions, impact, and mitigation.

Published: January 23, 2026

CVE-2026-23887 Overview

Group-Office is an enterprise customer relationship management (CRM) and groupware tool used by organizations to manage contacts, calendars, projects, and file sharing. A Stored Cross-Site Scripting (XSS) vulnerability has been identified in Group-Office that allows attackers to inject malicious scripts through specially crafted filenames. The application stores unsanitized filenames in the database, which are then rendered without proper encoding when users interact with these files within the application.

Critical Impact

Attackers can interfere with user sessions, steal session cookies, perform unintended actions in the browser on behalf of authenticated users, and potentially compromise sensitive enterprise data within the Group-Office application.

Affected Products

  • Group-Office versions 6.8.148 and below
  • Group-Office versions 25.0.1 through 25.0.79

Discovery Timeline

  • 2026-01-22 - CVE-2026-23887 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2026-23887

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in Group-Office's file handling mechanism. When files are uploaded to the system, the application stores filenames directly in the database without adequate sanitization or encoding. Subsequently, when users view or interact with files through the Group-Office interface, these malicious filenames are rendered in the browser context, executing any embedded JavaScript code.

The attack requires an authenticated user with file upload privileges to craft a malicious filename containing JavaScript payloads. When other users browse or access the file listings, the embedded script executes within their browser session. While the exploitation scope is limited to the file-viewing context, successful attacks can lead to session hijacking, unauthorized actions performed under the victim's identity, and potential data exfiltration within the application boundaries.

Root Cause

The root cause is improper input validation and missing output encoding for user-supplied filenames. The application fails to sanitize special characters and script tags when storing filenames in the database and does not properly encode these values when rendering them in HTML output. This allows HTML and JavaScript content embedded in filenames to be interpreted as executable code rather than displayed as plain text.

Attack Vector

The attack is network-based and requires authenticated access to the application with file upload capabilities. An attacker uploads a file with a specially crafted filename containing malicious JavaScript code. The payload is stored persistently in the database. When legitimate users navigate to file listings or interact with the malicious file entry, the XSS payload executes in their browser within the context of the authenticated session.

The attack mechanism involves embedding script tags or event handlers within the filename string. For example, a filename containing <script> tags or inline event handlers like onerror would be stored verbatim and later rendered without encoding, causing the browser to execute the embedded code. Detailed technical information is available in the GitHub Security Advisory.

Detection Methods for CVE-2026-23887

Indicators of Compromise

  • Database entries in file tables containing HTML tags, script elements, or JavaScript event handlers in filename fields
  • Unusual filename patterns containing characters like <, >, ", or ' combined with keywords like script, onerror, onload, or onclick
  • Web server access logs showing file operations with encoded HTML entities in request parameters

Detection Strategies

  • Implement database queries to scan for filenames containing potentially malicious patterns such as <script, javascript:, or HTML event handlers
  • Deploy Web Application Firewall (WAF) rules to detect and block file uploads with XSS payloads in filename parameters
  • Configure Content Security Policy (CSP) headers to mitigate the impact of XSS by restricting inline script execution
  • Review application logs for file upload activities with suspicious filename characteristics

Monitoring Recommendations

  • Enable audit logging for all file upload operations and monitor for anomalous filename patterns
  • Implement real-time alerting for database inserts containing HTML special characters in filename columns
  • Monitor client-side security events through browser reporting mechanisms if CSP violation reporting is enabled
  • Conduct periodic security scans of the database for stored XSS indicators in user-generated content fields

How to Mitigate CVE-2026-23887

Immediate Actions Required

  • Upgrade Group-Office to version 6.8.149 or 25.0.80 immediately, as these versions contain the security fix
  • Audit existing database records for filenames containing suspicious HTML or JavaScript content
  • Implement Content Security Policy headers as a defense-in-depth measure while patching is underway
  • Restrict file upload permissions to trusted users until the patch is applied

Patch Information

The vulnerability has been fixed in Group-Office versions 6.8.149 and 25.0.80. Organizations should upgrade to these versions or later as soon as possible. The security patches implement proper input sanitization and output encoding for filenames throughout the application.

Relevant commits addressing this issue:

  • Commit 3fa40d7
  • Commit ac91b12

Workarounds

  • If immediate patching is not possible, restrict file upload functionality to administrative users only
  • Implement server-side filename sanitization at the web server or reverse proxy level to strip HTML and JavaScript content
  • Deploy a Web Application Firewall with XSS protection rules to filter malicious payloads in file upload requests
  • Consider temporarily disabling file sharing features until the update can be applied
bash
# Example: Add Content-Security-Policy header in Apache configuration
# Add to your Apache configuration or .htaccess file
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGroup Office

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34838: Group-Office RCE Vulnerability

  • CVE-2026-33755: Group-Office JMAP SQLI Vulnerability

  • CVE-2026-25512: Group-Office RCE Vulnerability

  • CVE-2026-25511: Group-Office SSRF 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