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-30237

CVE-2026-30237: Group-Office Reflected XSS Vulnerability

CVE-2026-30237 is a reflected XSS flaw in Intermesh Group-Office's installer that allows attackers to execute malicious scripts via the license.php endpoint. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2026-30237 Overview

Group-Office is an enterprise customer relationship management and groupware tool developed by Intermesh. A reflected Cross-Site Scripting (XSS) vulnerability has been identified in the GroupOffice installer, specifically in the install/license.php endpoint. The POST field license is rendered without proper escaping inside a <textarea> element, allowing attackers to break out of the textarea context and inject malicious JavaScript code.

Critical Impact

Attackers can exploit this reflected XSS vulnerability to execute arbitrary JavaScript in the context of a victim's browser session during the installation process, potentially leading to session hijacking, credential theft, or malicious actions performed on behalf of authenticated users.

Affected Products

  • Intermesh Group-Office versions prior to 6.8.155
  • Intermesh Group-Office versions prior to 25.0.88
  • Intermesh Group-Office versions prior to 26.0.10

Discovery Timeline

  • 2026-03-06 - CVE-2026-30237 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-30237

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in the installer component of Group-Office, specifically within the license handling functionality.

The vulnerability occurs because user-supplied input in the license POST parameter is directly rendered within a <textarea> HTML element without proper output encoding or sanitization. This allows an attacker to craft a malicious payload that closes the textarea element prematurely and injects arbitrary HTML or JavaScript code.

The attack requires user interaction, as the victim must be tricked into submitting a specially crafted form or clicking a malicious link that targets the vulnerable endpoint during the Group-Office installation process.

Root Cause

The root cause of this vulnerability is improper output encoding in the install/license.php file. When the application receives the license parameter via POST request, it directly embeds the value into the HTML response within a <textarea> tag without escaping HTML special characters. This allows an attacker to use a payload containing </textarea> to break out of the intended context and inject malicious script tags or other HTML content.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious request targeting the install/license.php endpoint and convince a victim (typically an administrator performing installation) to trigger it.

The exploitation technique involves:

  1. The attacker crafts a POST request with a malicious license parameter containing a textarea breakout sequence followed by script injection
  2. The payload structure follows the pattern: </textarea><script>malicious_code</script>
  3. When the server processes this input, it renders the unescaped content inside the textarea element
  4. The browser interprets the injected content as valid HTML/JavaScript, executing the attacker's code

Since this vulnerability affects the installer component, the attack surface is limited to the installation phase. However, installations that leave the install/ directory accessible after setup remain vulnerable.

Detection Methods for CVE-2026-30237

Indicators of Compromise

  • Monitor HTTP POST requests to install/license.php containing suspicious patterns such as </textarea> or <script> tags
  • Watch for unusual requests to the /install/ directory from external IP addresses
  • Review web server access logs for requests to installation endpoints that should have been removed post-installation
  • Check for encoded variations of XSS payloads targeting textarea breakout patterns

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block XSS patterns in POST parameters, particularly those targeting textarea element breakouts
  • Implement Content Security Policy (CSP) headers to mitigate the impact of successful XSS exploitation
  • Configure intrusion detection systems to alert on requests containing common XSS payload signatures targeting the /install/ path
  • Use browser-based XSS auditor logging to identify potential exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for the Group-Office installation directory and monitor for unexpected access patterns
  • Set up alerts for any POST requests to install/license.php in production environments where installation should be complete
  • Monitor for JavaScript execution errors that may indicate blocked XSS attempts when CSP is properly configured
  • Regularly audit web server configurations to ensure installation directories are properly secured or removed

How to Mitigate CVE-2026-30237

Immediate Actions Required

  • Upgrade Group-Office to patched versions: 6.8.155, 25.0.88, or 26.0.10 depending on your release branch
  • Remove or restrict access to the /install/ directory after installation is complete
  • Implement Web Application Firewall rules to filter XSS payloads targeting the vulnerable endpoint
  • Conduct a security review to verify the installation directory is not publicly accessible

Patch Information

Intermesh has released security patches addressing this vulnerability in versions 6.8.155, 25.0.88, and 26.0.10. Users should update to the appropriate patched version for their release branch immediately. Detailed information about the fix is available in the GitHub Security Advisory.

Workarounds

  • Remove or rename the /install/ directory immediately after completing Group-Office installation
  • Restrict access to the installation directory using web server configuration (e.g., Apache .htaccess or Nginx location blocks) to allow only authorized IP addresses
  • Implement strict Content Security Policy headers to prevent inline script execution as a defense-in-depth measure
  • Use network-level access controls to limit who can reach the installation endpoints
bash
# Apache: Restrict access to install directory
<Directory "/path/to/groupoffice/install">
    Require ip 127.0.0.1
    Require ip 10.0.0.0/8
</Directory>

# Nginx: Block access to install directory
location /install {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechIntermesh Group Office

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/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-79
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27832: Intermesh Group-Office SQLi Vulnerability

  • CVE-2026-27947: Group-Office TNEF 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