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

CVE-2026-27832: Intermesh Group-Office SQLi Vulnerability

CVE-2026-27832 is a SQL injection flaw in Intermesh Group-Office that enables attackers to exfiltrate sensitive data through authenticated endpoints. This article covers technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2026-27832 Overview

A SQL Injection vulnerability has been identified in Group-Office, an enterprise customer relationship management and groupware tool developed by Intermesh. The vulnerability exists in versions prior to 26.0.8, 25.0.87, and 6.8.153, and is exploitable through the advancedQueryData parameter (specifically the comparator field) on an authenticated endpoint.

The vulnerable endpoint index.php?r=email/template/emailSelection processes the advancedQueryData parameter and forwards the SQL comparator without implementing a strict allowlist during SQL condition building. This weakness enables attackers to perform blind boolean-based SQL injection attacks, potentially allowing exfiltration of sensitive data from the core_auth_password table.

Critical Impact

Authenticated attackers can exploit this SQL Injection vulnerability to extract password hashes and other sensitive authentication data from the database, potentially leading to complete account compromise.

Affected Products

  • Intermesh Group-Office versions prior to 26.0.8
  • Intermesh Group-Office versions prior to 25.0.87
  • Intermesh Group-Office versions prior to 6.8.153

Discovery Timeline

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

Technical Details for CVE-2026-27832

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) occurs due to improper input validation in the email template selection functionality of Group-Office. The application fails to properly sanitize user-supplied input in the comparator field of the advancedQueryData parameter before incorporating it into SQL queries.

The vulnerability requires authentication to exploit, meaning an attacker must have valid credentials to access the vulnerable endpoint. However, once authenticated, even a low-privileged user can leverage this flaw to extract sensitive information from the database through blind boolean-based SQL injection techniques.

The attack targets the core_auth_password table, which contains user authentication credentials. By crafting malicious SQL queries through the comparator field, an attacker can systematically extract password hashes character by character through true/false responses from the application.

Root Cause

The root cause of this vulnerability is the absence of a strict allowlist for SQL comparator operators in the advancedQueryData processing logic. The application accepts arbitrary comparator values from user input and directly incorporates them into dynamically constructed SQL conditions. This violates secure coding principles that mandate parameterized queries or strict input validation for all user-supplied data that influences SQL query construction.

Attack Vector

The attack is network-based and requires low privileges (authenticated access) with no user interaction needed. An authenticated attacker sends specially crafted requests to the index.php?r=email/template/emailSelection endpoint with malicious SQL syntax embedded in the comparator field of the advancedQueryData parameter.

The attacker constructs boolean-based blind SQL injection payloads that cause the application to respond differently based on whether injected SQL conditions evaluate to true or false. By iterating through possible values and observing application responses, the attacker can extract data from the core_auth_password table one character at a time.

For detailed technical information about this vulnerability, see the GitHub Security Advisory.

Detection Methods for CVE-2026-27832

Indicators of Compromise

  • Unusual or repetitive requests to index.php?r=email/template/emailSelection containing complex or obfuscated advancedQueryData parameters
  • Database query logs showing abnormal SQL comparator operators or boolean-based injection patterns
  • Multiple sequential requests from the same authenticated user with slight variations in the comparator field
  • Unexpected database errors or performance degradation associated with the email template functionality

Detection Strategies

  • Implement web application firewall (WAF) rules to detect SQL injection patterns in POST/GET parameters, particularly targeting the advancedQueryData parameter
  • Enable detailed application logging for the email template selection endpoint and monitor for suspicious query patterns
  • Deploy database activity monitoring to detect unauthorized queries against the core_auth_password table
  • Utilize SentinelOne Singularity Platform to detect and respond to SQL injection exploitation attempts in real-time

Monitoring Recommendations

  • Configure alerts for high-frequency requests to the vulnerable endpoint from individual user sessions
  • Monitor for unusual authentication failures following potential credential extraction attempts
  • Set up database audit logging to track all queries accessing authentication-related tables
  • Review access logs for patterns consistent with automated exploitation tools

How to Mitigate CVE-2026-27832

Immediate Actions Required

  • Upgrade Group-Office to version 26.0.8, 25.0.87, or 6.8.153 or later immediately
  • Review database audit logs for any evidence of prior exploitation attempts targeting the core_auth_password table
  • Consider forcing password resets for all users if exploitation is suspected
  • Implement additional authentication controls such as multi-factor authentication

Patch Information

Intermesh has released patched versions that address this SQL Injection vulnerability. Organizations should upgrade to one of the following fixed versions based on their current major version:

  • Version 26.0.8 for organizations running the 26.x branch
  • Version 25.0.87 for organizations running the 25.x branch
  • Version 6.8.153 for organizations running the 6.x branch

For complete patch details and download information, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to the Group-Office application to trusted IP addresses only until patching is complete
  • Implement a web application firewall rule to block requests containing suspicious patterns in the advancedQueryData parameter
  • Temporarily disable or restrict access to the email template selection functionality if not business-critical
  • Enhance monitoring of the vulnerable endpoint while awaiting patch deployment
bash
# Example WAF rule to block suspicious advancedQueryData patterns
# Add to your web application firewall configuration
# Block requests with SQL injection patterns in advancedQueryData
SecRule ARGS:advancedQueryData "@rx (?i)(union|select|insert|update|delete|drop|exec|execute)" \
    "id:100001,phase:2,deny,status:403,msg:'Potential SQL Injection in advancedQueryData'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechIntermesh Group Office

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

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