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

CVE-2026-25511: Group-Office SSRF Vulnerability

CVE-2026-25511 is a server-side request forgery flaw in Group-Office that allows authenticated admins to access internal hosts and exfiltrate data. This article covers the technical details, affected versions, and patches.

Published: February 6, 2026

CVE-2026-25511 Overview

CVE-2026-25511 is a Server-Side Request Forgery (SSRF) vulnerability affecting Group-Office, an enterprise customer relationship management and groupware tool. An authenticated user within the System Administrator group can trigger a full SSRF via the WOPI service discovery URL, including access to internal hosts and ports. The vulnerability is particularly severe because the SSRF response body can be exfiltrated via the built-in debug system, transforming it into a visible SSRF that also enables full server-side file read capabilities.

Critical Impact

Authenticated administrators can access internal network resources, read arbitrary server-side files, and exfiltrate sensitive data through the WOPI service discovery endpoint and debug system.

Affected Products

  • Group-Office versions prior to 6.8.150
  • Group-Office versions prior to 25.0.82
  • Group-Office versions prior to 26.0.5

Discovery Timeline

  • 2026-02-04 - CVE-2026-25511 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2026-25511

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The flaw exists in the WOPI (Web Application Open Platform Interface) service discovery functionality within Group-Office. WOPI is commonly used for document editing integration, and the service discovery mechanism allows the application to locate and communicate with external services.

The vulnerability allows authenticated administrators to manipulate the WOPI service discovery URL to target arbitrary internal or external hosts and ports. What makes this SSRF particularly dangerous is the ability to retrieve response bodies through the application's built-in debug system, effectively upgrading a blind SSRF into a full read SSRF.

Beyond network-based attacks, the vulnerability also enables arbitrary file read on the server, allowing attackers to access sensitive configuration files, credentials, and other protected data stored on the system.

Root Cause

The root cause stems from insufficient validation of user-supplied URLs in the WOPI service discovery implementation. The application fails to properly restrict the target of outbound HTTP requests initiated through the WOPI discovery mechanism, allowing users with administrative privileges to specify arbitrary URLs. Combined with the debug functionality that exposes response content, this creates a complete SSRF exploitation chain.

Attack Vector

The attack requires network access and authentication with System Administrator privileges. An attacker with these credentials can:

  1. Access the WOPI service discovery configuration interface
  2. Supply a malicious URL pointing to internal services or local files
  3. Trigger the WOPI discovery request from the server
  4. Use the built-in debug system to retrieve and exfiltrate the response body

The SSRF can be leveraged to scan internal networks, access cloud metadata endpoints (such as AWS IMDSv1), interact with internal APIs, or read sensitive files from the server filesystem.

Detection Methods for CVE-2026-25511

Indicators of Compromise

  • Unusual outbound HTTP requests from the Group-Office server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints such as 169.254.169.254
  • Abnormal access to the WOPI service discovery configuration by administrator accounts
  • Debug system activity correlated with external URL requests

Detection Strategies

  • Monitor web application logs for WOPI-related configuration changes or unusual discovery URL patterns
  • Implement network monitoring to detect outbound requests from the Group-Office server to unexpected internal destinations
  • Review administrator account activity for suspicious access to WOPI settings or debug functionality
  • Deploy web application firewall rules to detect SSRF payload patterns in request parameters

Monitoring Recommendations

  • Enable detailed logging for the WOPI service discovery module and debug system access
  • Configure alerts for outbound HTTP requests from the Group-Office server to RFC1918 private address ranges
  • Implement egress filtering to restrict outbound connections from the application server
  • Regularly audit administrator account permissions and activity

How to Mitigate CVE-2026-25511

Immediate Actions Required

  • Upgrade Group-Office to patched versions 6.8.150, 25.0.82, or 26.0.5 immediately
  • Review and restrict accounts with System Administrator privileges to trusted personnel only
  • Audit recent administrator activity for potential exploitation attempts
  • Implement network segmentation to limit impact of potential SSRF exploitation

Patch Information

Intermesh has released security patches addressing this vulnerability in versions 6.8.150, 25.0.82, and 26.0.5. The fix is available through the GitHub Commit Reference. Organizations should review the GitHub Security Advisory GHSA-r9v4-jm2r-r9pm for complete details.

Workarounds

  • Restrict access to the WOPI service discovery configuration to only essential personnel
  • Disable the WOPI integration entirely if document editing features are not required
  • Implement egress firewall rules to block outbound connections from the Group-Office server to internal networks and sensitive endpoints
  • Disable or restrict access to the debug system functionality until patches can be applied
bash
# Example: Restrict outbound connections from Group-Office server using iptables
# Block requests to internal networks and cloud metadata endpoints
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 169.254.169.254 -m owner --uid-owner www-data -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechGroup Office

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:H/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
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Reference

  • GitHub Security Advisory GHSA-r9v4-jm2r-r9pm
  • 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-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