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

CVE-2026-27947: Group-Office TNEF RCE Vulnerability

CVE-2026-27947 is a remote code execution vulnerability in Intermesh Group-Office affecting the TNEF attachment processing flow. Attackers can execute arbitrary commands via malicious winmail.dat files. Learn the details.

Published: March 6, 2026

CVE-2026-27947 Overview

CVE-2026-27947 is a critical authenticated Remote Code Execution (RCE) vulnerability affecting Group-Office, an enterprise customer relationship management and groupware tool developed by Intermesh. The vulnerability exists in the TNEF (Transport Neutral Encapsulation Format) attachment processing flow, specifically in how the application handles winmail.dat files.

The vulnerable code path extracts attacker-controlled files from winmail.dat attachments and subsequently invokes the zip command with a shell wildcard (*). Because extracted filenames are attacker-controlled, they can be crafted to be interpreted as zip command-line options, leading to argument injection and ultimately arbitrary command execution on the underlying system.

Critical Impact

Authenticated attackers can achieve arbitrary command execution on the server by uploading specially crafted TNEF attachments with malicious filenames that exploit argument injection in the zip command processing flow.

Affected Products

  • Intermesh Group-Office versions prior to 26.0.9
  • Intermesh Group-Office versions prior to 25.0.87
  • Intermesh Group-Office versions prior to 6.8.154

Discovery Timeline

  • 2026-02-27 - CVE-2026-27947 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2026-27947

Vulnerability Analysis

This vulnerability is classified as CWE-88: Improper Neutralization of Argument Delimiters in a Command (Argument Injection). The core issue stems from insufficient sanitization of filenames extracted from TNEF-formatted email attachments before those filenames are passed to shell commands.

When Group-Office processes incoming emails with TNEF attachments (winmail.dat files), it extracts the embedded files to a temporary directory. Subsequently, the application invokes the zip utility using a shell wildcard (*) to compress these extracted files. However, because the filenames within the TNEF attachment are controlled by the attacker, malicious filenames can be crafted that are interpreted as command-line arguments rather than file operands.

This attack technique is a well-known variant of argument injection where filenames beginning with dashes (-) or containing special characters can modify the behavior of command-line utilities. In this case, attackers can leverage zip options to write arbitrary files to attacker-controlled locations or execute arbitrary commands.

Root Cause

The root cause is the unsafe handling of user-controlled data (filenames from TNEF attachments) when constructing shell commands. The application fails to properly sanitize or escape filenames before passing them to the zip command via shell wildcard expansion. This allows attackers to inject arbitrary arguments into the zip command by crafting filenames that resemble command-line options.

The vulnerability requires authentication, but once an attacker has valid credentials, they can exploit this flaw by sending or uploading emails containing specially crafted winmail.dat attachments.

Attack Vector

The attack is network-based and requires low-privilege authenticated access to the Group-Office application. An attacker would craft a malicious TNEF attachment containing files with specially constructed names. When a user or automated process triggers the TNEF processing workflow, the malicious filenames are extracted and subsequently interpreted as zip command arguments during the compression step.

The attack chain involves:

  1. Attacker authenticates to Group-Office with valid credentials
  2. Attacker crafts a winmail.dat TNEF attachment containing files with malicious names (e.g., filenames starting with - that represent zip options)
  3. The attachment is processed by Group-Office's TNEF handling code
  4. Files are extracted to a temporary directory with attacker-controlled names
  5. When zip * is executed in the directory, the malicious filenames are interpreted as command options
  6. Arbitrary commands execute with the privileges of the web server process

Detection Methods for CVE-2026-27947

Indicators of Compromise

  • Unusual winmail.dat or TNEF attachments in email traffic containing filenames with leading dashes or special characters
  • Unexpected child processes spawned from the web server process (e.g., zip with unusual arguments)
  • Suspicious file creation or modification in temporary directories used by Group-Office
  • Web server logs showing email processing followed by unexpected system activity

Detection Strategies

  • Monitor process execution for zip commands with suspicious argument patterns originating from web server contexts
  • Implement file integrity monitoring on Group-Office installation directories and temporary folders
  • Deploy endpoint detection rules to identify argument injection patterns in command-line utilities
  • Review email server logs for TNEF attachments with anomalous internal file structures

Monitoring Recommendations

  • Enable verbose logging for email attachment processing in Group-Office
  • Configure SIEM rules to correlate email ingestion events with subsequent process execution anomalies
  • Monitor for unauthorized file writes or command execution from the web application context
  • Implement network-level inspection for suspicious TNEF attachment contents

How to Mitigate CVE-2026-27947

Immediate Actions Required

  • Upgrade Group-Office to version 26.0.9, 25.0.87, or 6.8.154 or later immediately
  • Review authentication logs for any suspicious access patterns that may indicate exploitation attempts
  • Audit systems for signs of compromise including unexpected files, processes, or network connections
  • Restrict access to Group-Office to trusted networks until patching is complete

Patch Information

Intermesh has released patched versions that address this vulnerability. The fix is available in Group-Office versions 26.0.9, 25.0.87, and 6.8.154. Organizations should update to these versions or later as soon as possible.

For detailed patch information, refer to the GitHub Security Advisory GHSA-2rwh-9qp7-f92x.

Workarounds

  • Disable TNEF/winmail.dat attachment processing if the feature is not business-critical
  • Implement email filtering to strip or quarantine TNEF attachments at the mail gateway level
  • Apply application-level access controls to limit which users can upload or process email attachments
  • Deploy web application firewall rules to inspect and block malicious attachment patterns
bash
# Example: Disable TNEF processing at mail gateway (configuration varies by product)
# For Postfix with amavisd-new, add to /etc/amavisd.conf:
# @bypass_decode_parts = qw( .tnef winmail.dat );

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIntermesh Group Office

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-88
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-30237: Group-Office Reflected XSS Vulnerability

  • CVE-2026-27832: Intermesh Group-Office SQLi 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