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
    • 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-33755

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

CVE-2026-33755 is an authenticated SQL injection flaw in Group-Office's JMAP Contact/query endpoint that enables attackers to extract database data and hijack admin accounts. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 3, 2026

CVE-2026-33755 Overview

A SQL Injection vulnerability has been identified in Group-Office, an enterprise customer relationship management and groupware tool. Prior to versions 6.8.158, 25.0.92, and 26.0.17, an authenticated SQL Injection vulnerability in the JMAP Contact/query endpoint allows any authenticated user with basic addressbook access to extract arbitrary data from the database — including active session tokens of other users. This enables full account takeover of any user, including the System Administrator, without knowing their password.

Critical Impact

Authenticated attackers can exploit this SQL Injection to extract sensitive database contents including active session tokens, enabling complete account takeover of any user including System Administrators.

Affected Products

  • Group-Office versions prior to 6.8.158
  • Group-Office versions prior to 25.0.92
  • Group-Office versions prior to 26.0.17

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33755 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33755

Vulnerability Analysis

This vulnerability is classified as CWE-89: SQL Injection, a well-known web application vulnerability that occurs when user-supplied input is improperly sanitized before being incorporated into SQL queries. In this case, the JMAP Contact/query endpoint in Group-Office fails to adequately validate or parameterize user input, allowing authenticated attackers to inject malicious SQL commands.

The impact of this vulnerability is significant as it allows attackers to extract arbitrary data from the database. Most critically, attackers can retrieve active session tokens belonging to other users, including administrators. With a stolen session token, an attacker can impersonate any user without needing their credentials, effectively bypassing authentication entirely.

The attack surface requires only basic addressbook access, which is commonly granted to most authenticated users in Group-Office deployments. This low privilege requirement combined with the high impact of session token theft makes this vulnerability particularly dangerous in enterprise environments.

Root Cause

The root cause of this vulnerability lies in improper input validation and sanitization in the JMAP Contact/query endpoint. User-controlled input is incorporated directly into SQL queries without proper parameterization or escaping, allowing attackers to manipulate the query structure and extract unauthorized data from the database.

Attack Vector

The attack is network-based and requires authentication with minimal privileges (basic addressbook access). An attacker can exploit this vulnerability by sending specially crafted requests to the JMAP Contact/query endpoint containing malicious SQL syntax. The injected SQL commands are executed in the context of the database, allowing data extraction through techniques such as UNION-based injection, blind SQL injection, or error-based injection depending on the application's response behavior.

The exploitation does not require user interaction and can be performed programmatically, enabling automated extraction of database contents including user credentials and session tokens. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33755

Indicators of Compromise

  • Unusual or malformed requests to the JMAP Contact/query endpoint containing SQL syntax characters such as single quotes, semicolons, or UNION keywords
  • Database query logs showing unexpected query patterns or data extraction attempts against user session tables
  • Authentication anomalies where users appear to access accounts from unusual locations or without proper login events
  • Web server logs indicating repeated requests to the Contact/query endpoint with varying payloads

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in requests to Group-Office endpoints
  • Monitor database query logs for anomalous queries, especially those targeting session or authentication tables
  • Deploy intrusion detection systems with signatures for SQL injection attack patterns
  • Audit application logs for failed authentication attempts followed by successful session-based access

Monitoring Recommendations

  • Enable detailed logging on the Group-Office application and associated database server
  • Configure alerting for access patterns indicative of session hijacking, such as simultaneous sessions from geographically distant locations
  • Regularly review access logs for the JMAP API endpoints for suspicious activity
  • Monitor for bulk data extraction patterns that may indicate database exfiltration

How to Mitigate CVE-2026-33755

Immediate Actions Required

  • Upgrade Group-Office immediately to version 6.8.158, 25.0.92, or 26.0.17 or later depending on your release branch
  • Review database access logs for any evidence of exploitation
  • Invalidate all active user sessions and require re-authentication after applying the patch
  • Audit user accounts for any unauthorized access or changes

Patch Information

Group-Office has released patched versions that address this SQL Injection vulnerability. Organizations should upgrade to the following fixed versions based on their current release branch:

  • Version 6.8.158 for the 6.8.x branch
  • Version 25.0.92 for the 25.x branch
  • Version 26.0.17 for the 26.x branch

For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Implement a Web Application Firewall (WAF) with SQL injection detection rules as a temporary protective measure
  • Restrict network access to the Group-Office application to trusted networks only until patching is complete
  • Consider temporarily disabling addressbook functionality if business operations permit
  • Monitor and audit all access to the JMAP API endpoints for suspicious activity until the patch can be applied
bash
# Example: Restrict access to Group-Office using iptables (temporary mitigation)
# Allow only trusted IP ranges to access Group-Office
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechGroup Office

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34838: Group-Office RCE Vulnerability

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

  • CVE-2026-25511: Group-Office SSRF Vulnerability

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