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

CVE-2025-70059: YMFE yapi DoS Vulnerability via CWE-400

CVE-2025-70059 is a denial of service vulnerability in YMFE yapi v1.12.0 caused by uncontrolled resource consumption. Attackers can exploit this flaw to disrupt service availability. This article covers technical details, impact, and mitigation.

Published: March 13, 2026

CVE-2025-70059 Overview

CVE-2025-70059 is a high-severity Uncontrolled Resource Consumption vulnerability (CWE-400) discovered in YMFE YApi version 1.12.0. This vulnerability allows remote attackers to cause a denial of service by exhausting system resources without authentication. YApi is an open-source API management platform commonly used by development teams for API documentation, testing, and mock services.

Critical Impact

Attackers can exploit this vulnerability to render YApi services unavailable, disrupting API development workflows and potentially impacting dependent applications and services.

Affected Products

  • YMFE YApi v1.12.0

Discovery Timeline

  • 2026-03-09 - CVE-2025-70059 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2025-70059

Vulnerability Analysis

This vulnerability stems from improper handling of resource consumption within YMFE YApi v1.12.0. The application fails to implement adequate controls over the amount of system resources that can be consumed by incoming requests. As a result, an attacker can send specially crafted requests that consume excessive CPU, memory, or other system resources, leading to service degradation or complete denial of service.

The vulnerability is exploitable over the network without requiring any authentication or user interaction, making it accessible to any attacker with network connectivity to the YApi instance. While the vulnerability does not compromise the confidentiality or integrity of data, it can severely impact the availability of the service.

Root Cause

The root cause of CVE-2025-70059 is inadequate resource management within the YApi application. The software does not properly limit or throttle resource-intensive operations, allowing attackers to trigger unbounded resource consumption. This type of vulnerability often arises when applications lack:

  • Request rate limiting mechanisms
  • Input size validation
  • Timeouts on processing operations
  • Memory allocation limits for user-controlled input

Attack Vector

The attack vector for this vulnerability is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying an exposed YApi instance (default port is typically 3000)
  2. Crafting malicious requests designed to consume excessive resources
  3. Sending repeated requests to exhaust server resources
  4. Causing service degradation or complete denial of service

The vulnerability allows unauthenticated remote attackers to impact service availability. For detailed technical analysis, see the security research post on GitHub Gist.

Detection Methods for CVE-2025-70059

Indicators of Compromise

  • Unusual spikes in CPU or memory utilization on servers hosting YApi
  • Abnormally high number of requests from single IP addresses or ranges
  • YApi service becoming unresponsive or experiencing significant latency
  • Server logs showing repeated requests to resource-intensive endpoints
  • Out-of-memory errors or process crashes in YApi application logs

Detection Strategies

  • Configure monitoring alerts for abnormal resource consumption patterns on YApi servers
  • Implement log analysis to detect high-volume request patterns from individual sources
  • Deploy web application firewalls (WAF) with rate limiting capabilities
  • Monitor application response times for degradation indicative of resource exhaustion
  • Use intrusion detection systems (IDS) to identify potential DoS attack patterns

Monitoring Recommendations

  • Establish baseline metrics for normal YApi resource utilization and alert on deviations
  • Implement real-time monitoring of server CPU, memory, and network bandwidth
  • Configure application performance monitoring (APM) for YApi response time tracking
  • Enable detailed request logging to facilitate forensic analysis
  • Set up automated alerting for service availability and health checks

How to Mitigate CVE-2025-70059

Immediate Actions Required

  • Restrict network access to YApi instances using firewall rules and network segmentation
  • Implement rate limiting at the network or application layer to prevent resource exhaustion
  • Deploy a reverse proxy or load balancer with DoS protection capabilities
  • Monitor YApi instances for unusual resource consumption patterns
  • Consider temporarily limiting access to trusted IP ranges if under active attack

Patch Information

At the time of publication, no official patch has been released by YMFE for this vulnerability. Organizations should monitor the YMFE YApi GitHub repository for security updates and upgrade to patched versions when available.

For additional context on this vulnerability, refer to the security advisory on GitHub Gist.

Workarounds

  • Deploy YApi behind a reverse proxy (such as nginx) with request rate limiting configured
  • Implement connection limits and timeouts at the web server level
  • Use cloud-based DDoS protection services to filter malicious traffic
  • Restrict access to YApi to internal networks or VPN-only access where possible
  • Configure resource limits (ulimits) at the operating system level for the YApi process
bash
# Example nginx rate limiting configuration
limit_req_zone $binary_remote_addr zone=yapi_limit:10m rate=10r/s;

server {
    location / {
        limit_req zone=yapi_limit burst=20 nodelay;
        proxy_pass http://localhost:3000;
        proxy_connect_timeout 30s;
        proxy_read_timeout 30s;
    }
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechYapi

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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-400
  • Technical References
  • GitHub Gist Security Post

  • GitHub YMFE Repository

  • GitHub YApi Project
  • Related CVEs
  • CVE-2025-70060: YMFE yapi 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