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-2025-53603

CVE-2025-53603: Alinto SOPE SOGo DoS Vulnerability

CVE-2025-53603 is a denial of service vulnerability in Alinto SOPE SOGo caused by NULL pointer dereference. Attackers can crash SOGo via duplicate parameters. This article covers technical details, affected versions, and mitigation.

Published: May 4, 2026

CVE-2025-53603 Overview

CVE-2025-53603 is a null pointer dereference vulnerability in Alinto SOPE, the Objective-C web application framework underlying the SOGo groupware server. The flaw resides in sope-core/NGExtensions/NGHashMap.m and affects SOGo versions 2.0.2 through 5.12.2. An unauthenticated remote attacker can crash the SOGo service by sending a crafted HTTP request that includes a query string parameter with the same name as a parameter in the POST body. The duplicate-key handling path inside NGHashMap triggers a NULL dereference, terminating the worker process and producing a denial-of-service condition against mail and calendaring users.

Critical Impact

Unauthenticated remote attackers can crash SOGo with a single malformed HTTP request, disrupting webmail, calendar, and address-book services for all users.

Affected Products

  • Alinto SOPE / SOGo 2.0.2 through 5.12.2
  • Debian LTS packages bundling vulnerable SOPE/SOGo releases
  • Downstream distributions shipping SOGo groupware before the patched commit

Discovery Timeline

  • 2025-07-02 - Issue discussed on the Openwall oss-security mailing list
  • 2025-07-05 - CVE-2025-53603 published to NVD
  • 2025-08 - Debian LTS announcement released addressing the vulnerability
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-53603

Vulnerability Analysis

SOPE parses incoming HTTP requests and stores parameter values inside an NGHashMap structure that supports multiple values per key via a linked list (LList). When a parameter appears in both the URL query string and the POST body, SOPE attempts to insert a duplicate key into an existing list. The internal copy routine in NGHashMap.m failed to keep the list root and its last pointer consistent during this operation. Subsequent traversal dereferenced an uninitialized or NULL next pointer, segfaulting the SOGo worker [CWE-476]. Because SOGo runs as a long-lived multithreaded daemon, the crash terminates active sessions for all connected users.

Root Cause

The defect lies in the NGHashMap initializer that copies an existing hash map. The root of the linked list was not tracked separately from the iteration cursor, so when a duplicate key was added the structure was left with an inconsistent tail. Walking the list later dereferenced a pointer that was never set, producing the NULL pointer dereference.

Attack Vector

The vulnerability is reachable over the network without authentication or user interaction. An attacker submits an HTTP POST request to any SOGo endpoint that accepts form parameters, while supplying the same parameter name in the URL query string. SOPE merges the two sources into NGHashMap, hits the inconsistent state, and crashes. No special privileges, tokens, or prior session are required.

text
// Patch from sope-core/NGExtensions/NGHashMap.m
// NGHashMap: keep root->last consistent to fix segfault
// adding duplicate key after copy
   NSEnumerator *keys    = nil;
   id            key     = nil;
   LList *list    = NULL;
+  LList *root    = NULL;
   LList *newList = NULL;
   LList *oldList = NULL;

   if ((self = [self initWithCapacity:[_hashMap count]])) {
     keys  = [_hashMap keyEnumerator];
     while ((key = [keys nextObject])) {
       list           = [_hashMap __structForKey:key];
-      newList        = initLListElement(list->object,NULL);
+      root = newList = initLListElement(list->object,NULL);
       newList->count = list->count;
       NSMapInsert(self->table,key,newList);
       while (list->next) {

Source: Alinto SOPE commit 280104e

Detection Methods for CVE-2025-53603

Indicators of Compromise

  • SOGo worker processes terminating with SIGSEGV and core dumps referencing NGHashMap.m
  • Repeated 5xx responses or abrupt connection resets following requests with overlapping query and body parameter names
  • Spikes in sogod restarts logged by systemd or the supervising init system

Detection Strategies

  • Inspect web server and reverse proxy logs (Apache, Nginx) for POST requests where the query string repeats parameter names also present in the body
  • Alert on segmentation faults in sogod via journald, dmesg, or crash reporters such as ABRT
  • Correlate SOGo service restarts with inbound HTTP traffic patterns to identify external triggering

Monitoring Recommendations

  • Forward sogod and reverse proxy logs to a centralized SIEM and build identifications around repeated crashes from the same source IP
  • Track availability of SOGo HTTP endpoints with synthetic monitoring to surface DoS conditions quickly
  • Enable rate limiting and anomalous-request alerting at the reverse proxy in front of SOGo

How to Mitigate CVE-2025-53603

Immediate Actions Required

  • Upgrade Alinto SOPE/SOGo to a release that incorporates commit 280104e45c20519ac4849ebf8bca114d91383543 or later
  • Apply Debian LTS or distribution-supplied security updates referenced in the August 2025 Debian LTS announcement
  • Restrict exposure of SOGo to trusted networks or VPN until patches are deployed

Patch Information

The fix is committed upstream in the Alinto SOPE repository and ensures the NGHashMap copy constructor maintains a consistent root pointer when duplicate keys are inserted. See the GitHub commit log, the pull request discussion, and the Debian LTS announcement for distribution-specific package versions.

Workarounds

  • Deploy a reverse proxy rule that rejects requests where a query string parameter name is duplicated in the POST body
  • Apply web application firewall signatures to drop or normalize requests with conflicting parameter sources
  • Limit SOGo accessibility to authenticated VPN users where feasible until the patched package is installed
bash
# Example Nginx snippet to drop suspicious requests with overlapping
# query and body parameters (adapt parameter names as needed)
map $request_method$arg_username $sogo_block {
    default              0;
    "~^POST"             1;
}

server {
    listen 443 ssl;
    server_name sogo.example.com;

    location /SOGo/ {
        if ($sogo_block) {
            return 400;
        }
        proxy_pass http://127.0.0.1:20000;
    }
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSogo

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub Source Code Reference

  • GitHub Commit Log

  • GitHub Version Comparison

  • GitHub Pull Request Discussion

  • Openwall OSS-Security Update

  • Openwall OSS-Security Notice

  • Debian LTS Announcement
  • Related CVEs
  • CVE-2026-46446: SOGo SQL Injection Vulnerability

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

  • CVE-2026-8496: Alinto SOGo XSS 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