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

CVE-2025-15532: Open5GS Timer Handler DoS Vulnerability

CVE-2025-15532 is a denial of service flaw in Open5GS up to version 2.7.5 affecting the Timer Handler component. Resource consumption attacks can be launched remotely. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: January 23, 2026

CVE-2025-15532 Overview

A resource consumption vulnerability has been discovered in Open5GS up to version 2.7.5. This security flaw affects the Timer Handler component, where improper handling of pool and timer exhaustion conditions can lead to resource consumption attacks. The vulnerability allows remote attackers to exhaust system resources by manipulating timer allocation requests, potentially causing service disruption in 5G core network deployments.

Critical Impact

Remote attackers can exploit improper resource handling in Open5GS Timer Handler to exhaust system resources, potentially causing denial of service in 5G core network infrastructure.

Affected Products

  • Open5GS versions up to 2.7.5
  • Open5GS Timer Handler component
  • Open5GS GTP and PFCP transaction handling modules

Discovery Timeline

  • 2026-01-17 - CVE-2025-15532 published to NVD
  • 2026-01-17 - Last updated in NVD database

Technical Details for CVE-2025-15532

Vulnerability Analysis

This vulnerability stems from improper error handling in Open5GS's timer and pool allocation mechanisms. The affected code paths use fatal assertions (ogs_fatal and ogs_assert) when timer pool allocation fails, rather than graceful error handling. This design flaw means that when an attacker exhausts the timer pool through repeated requests, the application terminates unexpectedly instead of recovering gracefully.

The vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption), as the system fails to properly limit resource allocation and handle exhaustion scenarios. In a 5G core network context, this could disrupt critical telecommunications infrastructure.

Root Cause

The root cause lies in the use of fatal assertions for non-fatal error conditions. In lib/core/ogs-timer.c, when ogs_pool_alloc() fails to allocate a timer object, the code calls ogs_fatal() which terminates the process. Similarly, in lib/gtp/xact.c, the use of ogs_assert(xact) after ogs_pool_id_calloc() causes process termination when the transaction pool is exhausted. This aggressive error handling converts a recoverable resource exhaustion into a complete service failure.

Attack Vector

An attacker can exploit this vulnerability remotely over the network by sending a high volume of requests that consume timer and transaction pool resources. Since the attack can be performed without authentication and the network attack vector is accessible, an external attacker could repeatedly trigger pool allocation until exhaustion occurs, causing the Open5GS process to terminate via the fatal assertion handlers.

c
// Vulnerable code in lib/core/ogs-timer.c (before patch)
 
    ogs_pool_alloc(&manager->pool, &timer);
    if (!timer) {
-        ogs_fatal("ogs_pool_alloc() failed");
+        ogs_error("Failed to allocate timer object from pool");
        return NULL;
    }

Source: GitHub Commit Update

c
// Vulnerable code in lib/gtp/xact.c (before patch)
    ogs_assert(hdesc);

    ogs_pool_id_calloc(&pool, &xact);
-    ogs_assert(xact);
+    if (!xact) {
+        ogs_error("Maximum number of xact[%lld] reached",
+                    (long long)ogs_app()->pool.xact);
+        return NULL;
+    }
    xact->index = ogs_pool_index(&pool, xact);

    xact->gtp_version = 1;

Source: GitHub Commit Update

Detection Methods for CVE-2025-15532

Indicators of Compromise

  • Unexpected termination of Open5GS processes with fatal assertion errors in logs
  • High volume of GTP or PFCP transaction requests from single or multiple sources
  • Log entries containing "ogs_pool_alloc() failed" or assertion failure messages
  • Unusual resource consumption patterns on Open5GS infrastructure

Detection Strategies

  • Monitor Open5GS process stability and implement alerting on unexpected process terminations
  • Analyze system logs for fatal assertion messages related to timer or pool allocation
  • Track transaction pool utilization metrics to identify abnormal consumption rates
  • Implement network traffic analysis to detect volumetric attacks targeting 5G core components

Monitoring Recommendations

  • Configure process monitoring to detect and alert on Open5GS service crashes
  • Set up log aggregation to capture and analyze timer handler and pool allocation errors
  • Establish baseline metrics for normal pool utilization and alert on significant deviations
  • Monitor network interfaces for unusual traffic patterns targeting GTP and PFCP ports

How to Mitigate CVE-2025-15532

Immediate Actions Required

  • Upgrade Open5GS to a version containing commit c7c131f8d2cb1195ada5e0e691b6868ebcd8a845 or later
  • Review and increase pool size configurations if experiencing legitimate high-load conditions
  • Implement network-level rate limiting for GTP and PFCP traffic
  • Configure automatic process restart mechanisms as a temporary mitigation

Patch Information

The vulnerability has been addressed in commit c7c131f8d2cb1195ada5e0e691b6868ebcd8a845. The patch modifies the error handling in lib/core/ogs-timer.c and lib/gtp/xact.c to use graceful error logging (ogs_error) instead of fatal assertions when pool allocation fails. This allows the application to continue operating and recover from resource exhaustion scenarios rather than terminating.

For additional details, refer to the GitHub Issue Tracker and GitHub Issue Report.

Workarounds

  • Implement network-level traffic filtering to limit connection rates to Open5GS services
  • Increase timer and transaction pool sizes in Open5GS configuration to delay exhaustion
  • Deploy Open5GS behind a reverse proxy or load balancer with rate limiting capabilities
  • Configure process supervision to automatically restart Open5GS if it terminates unexpectedly
bash
# Configuration example - Increase pool sizes in open5gs configuration
# Edit /etc/open5gs/mme.yaml or relevant configuration file
pool:
    ue: 1024        # Increase UE pool size
    xact: 2048      # Increase transaction pool size
    timer: 4096     # Increase timer pool size

# Implement systemd service restart on failure
# /etc/systemd/system/open5gs-mmed.service.d/override.conf
[Service]
Restart=always
RestartSec=5

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpen5gs

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/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-400
  • Technical References
  • GitHub Commit Update

  • GitHub Issue Tracker

  • GitHub Issue Discussion

  • GitHub Issue Report

  • VulDB #341599 CTI

  • VulDB #341599

  • VulDB Submission #729354

  • VulDB Submission #729357
  • Related CVEs
  • CVE-2026-4988: Open5GS CCA Message Handler DoS Vulnerability

  • CVE-2026-4240: Open5GS CCA Handler DoS Vulnerability

  • CVE-2026-2517: Open5GS Denial of Service Vulnerability

  • CVE-2026-2524: Open5gs Open5gs DoS 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