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

CVE-2025-61301: CAPEv2 Denial-of-Analysis Vulnerability

CVE-2025-61301 is a denial-of-analysis vulnerability in CAPEv2 that allows attackers to disrupt behavioral analysis reports through nested data. This article covers technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-61301 Overview

A denial-of-analysis vulnerability exists in CAPEv2, an open-source malware sandbox solution, specifically within the reporting/mongodb.py and reporting/jsondump.py modules. This vulnerability allows attackers who can submit samples to cause incomplete or missing behavioral analysis reports by generating deeply nested or oversized behavior data that trigger MongoDB BSON limits or orjson recursion errors when the sample executes in the sandbox.

Critical Impact

Attackers can submit specially crafted malware samples that evade full behavioral analysis by causing the reporting modules to fail, resulting in incomplete security intelligence and potential blind spots in threat detection.

Affected Products

  • CAPEv2 (commit 52e4b43, on 2025-05-17)
  • CAPEv2 installations utilizing MongoDB reporting
  • CAPEv2 installations utilizing JSON dump reporting

Discovery Timeline

  • 2025-10-20 - CVE-2025-61301 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-61301

Vulnerability Analysis

This vulnerability is classified as a Resource Exhaustion issue (CWE-400: Uncontrolled Resource Consumption). The flaw resides in how CAPEv2 handles behavioral analysis data when processing malware samples that generate deeply nested object structures or oversized data outputs.

When a malicious sample executes within the CAPEv2 sandbox, it can deliberately produce behavioral data designed to exploit limitations in the underlying data serialization and storage mechanisms. Specifically, the vulnerability manifests when:

  1. Behavioral data exceeds MongoDB's 16MB BSON document size limit
  2. Deeply nested data structures trigger orjson's recursion depth limits during JSON serialization

The attack requires no authentication and can be executed remotely by any user with sample submission privileges. The vulnerability does not impact confidentiality or integrity but significantly affects the availability of analysis results.

Root Cause

The root cause stems from insufficient validation and handling of behavioral data size and nesting depth before attempting serialization and database storage operations. The reporting/mongodb.py and reporting/jsondump.py modules lack adequate safeguards to truncate, flatten, or otherwise process data that approaches or exceeds the technical limits of their underlying libraries (MongoDB BSON and orjson).

When malware generates behavioral artifacts specifically designed to exceed these thresholds, the reporting modules encounter unhandled exceptions, causing analysis reports to be incomplete or entirely missing from the final output.

Attack Vector

The attack vector is network-based and requires the attacker to have the ability to submit samples to the CAPEv2 instance. An attacker crafts a malicious sample that, when executed in the sandbox environment, generates deeply nested function calls, registry operations, or file system interactions that create excessively complex behavioral data structures.

The vulnerability can be exploited by designing malware that:

  • Creates thousands of nested subprocess calls
  • Performs recursive registry key operations generating deep hierarchies
  • Generates circular reference patterns in behavioral telemetry

For detailed technical analysis and proof-of-concept code, refer to the GitHub PoC repository for CVE-2025-61301.

Detection Methods for CVE-2025-61301

Indicators of Compromise

  • Analysis tasks completing without expected behavioral reports in MongoDB
  • Error logs showing BSON document size exceeded exceptions in reporting/mongodb.py
  • orjson recursion depth errors appearing in CAPEv2 processing logs
  • Submitted samples with unusually high process creation or registry operation counts

Detection Strategies

  • Monitor CAPEv2 logs for DocumentTooLarge exceptions from PyMongo
  • Alert on orjson RecursionError exceptions in the reporting pipeline
  • Compare expected report completeness against actual database entries
  • Track samples that complete execution but lack corresponding analysis documents

Monitoring Recommendations

  • Implement log aggregation and alerting for reporting module exceptions
  • Configure dashboards to track report generation success rates over time
  • Monitor MongoDB collection sizes and document insertion failure rates
  • Set up automated integrity checks comparing submitted samples against completed analyses

How to Mitigate CVE-2025-61301

Immediate Actions Required

  • Review CAPEv2 installation for affected commit version (52e4b43)
  • Update to the latest CAPEv2 release from the official GitHub repository
  • Audit existing analysis reports for completeness gaps
  • Restrict sample submission access to trusted users until patched

Patch Information

Check the CAPEv2 GitHub repository for the latest security updates addressing this vulnerability. The CAPEv2 project homepage may also contain additional guidance on recommended versions.

Workarounds

  • Implement pre-processing validation to reject samples that generate excessive behavioral data
  • Configure MongoDB with custom document size handling to gracefully truncate oversized reports
  • Add recursion depth limits at the application layer before invoking orjson serialization
  • Deploy rate limiting on sample submissions from untrusted sources
bash
# Example: Configure MongoDB to log oversized document attempts
# Add to mongod.conf for monitoring purposes
systemLog:
  verbosity: 1
  component:
    write:
      verbosity: 2

# Monitor for DocumentTooLarge errors
tail -f /var/log/mongodb/mongod.log | grep -i "documenttoolarge"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCapev2

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • 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
  • CapeV2 Project Homepage

  • GitHub PoC for CVE-2025-61301

  • GitHub Repository for CAPEv2
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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