A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8851

CVE-2026-8851: SOGo SQL Injection Vulnerability

CVE-2026-8851 is a SQL injection flaw in SOGo's Access Control List management that allows authenticated users to extract database data. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 21, 2026

CVE-2026-8851 Overview

CVE-2026-8851 is a SQL injection vulnerability [CWE-89] in SOGo, an open-source groupware server developed by Alinto. The flaw affects SOGo versions 5.12.7 and prior. It resides in the Access Control List (ACL) management functionality exposed through the addUserInAcls endpoint. Authenticated users can inject SQL subqueries via the uid parameter to extract arbitrary data from the backend database. The injected payload writes results into the sogo_acl table, and the attacker retrieves them through the /acls API. This creates an out-of-band data exfiltration channel that bypasses standard query result restrictions.

Critical Impact

Authenticated attackers can read arbitrary database contents, including credentials, mailbox metadata, and ACL records, enabling lateral compromise of SOGo-managed mail and calendar data.

Affected Products

  • SOGo versions 5.12.7 and prior
  • SOGo Access Control List management component (addUserInAcls endpoint)
  • Deployments exposing the /acls API to authenticated users

Discovery Timeline

  • 2026-05-18 - CVE-2026-8851 published to the National Vulnerability Database (NVD)
  • 2026-05-19 - Last updated in NVD database
  • 2026-05-21 - Exploit Prediction Scoring System (EPSS) data published

Technical Details for CVE-2026-8851

Vulnerability Analysis

The vulnerability sits in SOGo's ACL management logic that handles user additions to shared resource permissions. The addUserInAcls endpoint accepts a uid parameter that is concatenated into a SQL statement without proper parameterization or sanitization. An authenticated user with valid SOGo credentials can supply crafted input that breaks out of the intended uid value and appends arbitrary SQL subqueries.

Because SOGo writes the supplied identifier into the sogo_acl table and later returns ACL contents through the /acls API, an attacker can stage extracted data inside that table. The attacker then reads it back over a normal authenticated API call. This pattern functions as out-of-band exfiltration and removes the need for blind or time-based extraction techniques.

Root Cause

The root cause is improper neutralization of special elements in a SQL command [CWE-89]. The uid parameter is interpolated into a query string instead of being bound through prepared statements. SOGo trusts the input for ACL identifiers and does not constrain it to expected character classes or length. The combination of writable persistence in sogo_acl and readable exposure through /acls converts a typical injection primitive into a reliable read channel.

Attack Vector

Exploitation requires network access to the SOGo web interface and a valid authenticated session, consistent with low privilege requirements. The attacker submits a request to addUserInAcls containing a malicious uid value that includes a SQL subquery. The subquery executes inside the database, and its result is stored in sogo_acl. The attacker then issues a request to /acls to read the staged data. No user interaction is required.

No verified proof-of-concept code is available in the referenced advisories. The VulnCheck advisory describes the exploitation pattern in further detail.

Detection Methods for CVE-2026-8851

Indicators of Compromise

  • HTTP requests to the addUserInAcls endpoint containing SQL keywords such as SELECT, UNION, FROM, or subquery parentheses in the uid parameter
  • Unexpected or malformed entries in the sogo_acl table containing SQL fragments or data values from unrelated tables
  • Repeated /acls GET requests immediately following modifications to addUserInAcls
  • Authenticated SOGo sessions issuing high volumes of ACL modification requests from a single source

Detection Strategies

  • Inspect SOGo web server access logs for uid parameter values containing non-alphanumeric SQL syntax, quotes, or comment sequences
  • Audit the sogo_acl table for rows whose identifier columns contain syntactically invalid UIDs or data resembling other table contents
  • Enable database query logging on the SOGo backend and alert on queries against sogo_acl that contain nested SELECT statements
  • Correlate authenticated user activity patterns to flag accounts that repeatedly target ACL endpoints

Monitoring Recommendations

  • Forward SOGo application logs, web server logs, and database audit logs into a centralized SIEM for correlation
  • Build alerts on anomalous request rates to /SOGo/so/*/addUserInAcls and /acls URIs
  • Track post-authentication behavior of low-privilege SOGo accounts for ACL enumeration patterns

How to Mitigate CVE-2026-8851

Immediate Actions Required

  • Upgrade SOGo to version 5.12.8 or later, which contains the official fix from Alinto
  • Rotate credentials for any SOGo accounts that could have been used to exploit the issue prior to patching
  • Review the sogo_acl table for anomalous entries and remove injected rows
  • Restrict network access to the SOGo web interface to trusted clients while patching is in progress

Patch Information

Alinto released SOGo 5.12.8 to remediate this issue. Refer to the GitHub Release SOGo 5.12.8 and the SOGo v5.12.8 Release Announcement for upgrade notes. The VulnCheck Advisory: SOGo SQL Injection provides additional technical context.

Workarounds

  • If immediate patching is not feasible, place SOGo behind a web application firewall (WAF) and block requests where the uid parameter contains SQL metacharacters
  • Limit access to ACL management endpoints to administrative users through reverse proxy authentication rules
  • Disable shared calendar and mailbox features that rely on addUserInAcls until the upgrade is complete

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSogo

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Release SOGo 5.12.8

  • SOGo v5.12.8 Release Announcement

  • VulnCheck Advisory: SOGo SQL Injection
  • Related CVEs
  • CVE-2026-46446: SOGo SQL Injection Vulnerability

  • CVE-2026-46445: SOGo PostgreSQL SQL Injection Flaw

  • CVE-2026-8496: Alinto SOGo XSS Vulnerability

  • CVE-2025-53603: Alinto SOPE SOGo DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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