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-2026-25962

CVE-2026-25962: Markus Path Traversal Vulnerability

CVE-2026-25962 is a path traversal flaw in Markusproject Markus that allows zip file extraction without size or entry-count limits. This article covers technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-25962 Overview

CVE-2026-25962 is a Denial of Service vulnerability affecting MarkUs, a web application designed for the submission and grading of student assignments. Prior to version 2.9.4, MarkUs extracts zip files without implementing any size or entry-count limits. This oversight allows both instructors (when uploading assignment configurations) and students (when submitting assignments with extracted contents) to upload maliciously crafted zip files that can exhaust server resources.

Critical Impact

Attackers with low-privilege access can upload specially crafted zip files to cause resource exhaustion and denial of service, potentially disrupting academic operations and grading activities.

Affected Products

  • MarkUs versions prior to 2.9.4
  • MarkUsProject MarkUs (all unpatched deployments)
  • Self-hosted MarkUs instances accepting zip file uploads

Discovery Timeline

  • 2026-03-06 - CVE-2026-25962 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-25962

Vulnerability Analysis

This vulnerability falls under CWE-409 (Improper Handling of Highly Compressed Data), commonly associated with zip bomb or decompression bomb attacks. The core issue stems from MarkUs's failure to implement proper safeguards when processing uploaded zip files.

When a user uploads a zip archive, the application extracts its contents without validating the decompressed size or the number of entries within the archive. This design flaw creates a significant attack surface where malicious actors can leverage compression algorithms to create small archives that expand to enormous sizes when extracted.

The vulnerability is exploitable over the network by authenticated users with minimal privileges. Both instructors and students have legitimate upload paths that can be abused, making this vulnerability particularly concerning in educational environments where user trust levels vary.

Root Cause

The root cause is the absence of defensive mechanisms in the zip extraction routine. The application lacks:

  • Decompressed size limits to prevent resource exhaustion
  • Entry count restrictions to limit the number of files extracted
  • Compression ratio checks to detect anomalous archives
  • Progressive extraction validation to halt processing of malicious files

Without these controls, the server blindly processes whatever content is contained within the zip file, making it susceptible to resource exhaustion attacks.

Attack Vector

The attack vector is network-based and requires only low-privilege authentication. An attacker can exploit this vulnerability through two primary paths:

  1. Instructor Upload Path: When configuring assignments, instructors can upload zip files containing configuration materials. A malicious instructor or compromised account could upload a zip bomb disguised as assignment materials.

  2. Student Submission Path: Students can submit assignments as zip files and request extraction of contents. This provides a direct attack vector for any enrolled student to disrupt the grading platform.

The attack typically involves creating a zip archive with a high compression ratio—such as nested archives or highly repetitive data that compresses extremely well. When extracted, these files can expand to consume all available disk space or memory, causing the application to become unresponsive or crash.

Detection Methods for CVE-2026-25962

Indicators of Compromise

  • Unusual disk space consumption on servers hosting MarkUs
  • Server performance degradation or unresponsiveness during file upload operations
  • Failed extraction attempts due to resource limits at the OS level
  • Log entries showing large file extractions or extraction timeouts

Detection Strategies

  • Monitor disk I/O patterns for anomalous write operations during upload processing
  • Implement application-level logging for zip extraction operations including file counts and sizes
  • Set up alerts for extraction operations that exceed normal size thresholds
  • Review upload logs for unusually small zip files that trigger extended processing times

Monitoring Recommendations

  • Configure file system monitoring to alert on rapid disk consumption
  • Implement request duration monitoring for upload endpoints
  • Deploy resource usage alerts for the MarkUs application process
  • Establish baseline metrics for typical zip file processing to identify anomalies

How to Mitigate CVE-2026-25962

Immediate Actions Required

  • Upgrade MarkUs to version 2.9.4 or later immediately
  • Review recent upload activity for any suspicious zip file submissions
  • Implement operating system-level disk quotas as a temporary safeguard
  • Consider temporarily disabling zip extraction features until patching is complete

Patch Information

The MarkUs development team has addressed this vulnerability in version 2.9.4. The patch implements proper size and entry-count limits for zip file extraction, preventing resource exhaustion attacks.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-x8xv-j7fc-65x5. The patched release is available at the GitHub Release v2.9.4.

Workarounds

  • Disable zip file upload functionality until the patch can be applied
  • Implement a reverse proxy or WAF rule to limit upload sizes
  • Configure server-level resource limits (ulimits) to contain potential damage
  • Monitor and manually review zip file uploads before processing
bash
# Example: Set disk quota limits as a temporary mitigation
# Limit the MarkUs application user's disk usage
sudo setquota -u markus_app 5G 6G 0 0 /var/www/markus

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechMarkusproject

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-409
  • Technical References
  • GitHub Release v2.9.4
  • Vendor Resources
  • GitHub Security Advisory GHSA-x8xv-j7fc-65x5
  • 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