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
    • 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-67079

CVE-2025-67079: Agora Project RCE Vulnerability

CVE-2025-67079 is a file upload RCE flaw in Agora Project that enables attackers to execute code via crafted PDF files exploiting the Imagick MSL engine. This article covers technical details, affected versions, and mitigations.

Published: January 23, 2026

CVE-2025-67079 Overview

CVE-2025-67079 is a critical file upload vulnerability affecting Omnispace Agora Project versions prior to 25.10. This vulnerability allows remote attackers to execute arbitrary code by exploiting the MSL (Magick Scripting Language) engine of the Imagick library through specially crafted PDF files uploaded to the file upload and thumbnail generation functions.

Critical Impact

Remote attackers can achieve full code execution on vulnerable systems without authentication by uploading malicious PDF files that exploit the Imagick MSL engine during thumbnail processing.

Affected Products

  • Omnispace Agora Project versions prior to 25.10
  • Systems using Imagick library with MSL engine enabled for PDF processing
  • Deployments with file upload and thumbnail generation functionality enabled

Discovery Timeline

  • 2026-01-15 - CVE-2025-67079 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2025-67079

Vulnerability Analysis

This vulnerability falls under CWE-434 (Unrestricted Upload of File with Dangerous Type), a well-known category of web application vulnerabilities. The flaw exists in the file upload mechanism of Agora Project, specifically in how uploaded files are processed through the Imagick library's MSL engine during thumbnail generation.

The attack is network-accessible and requires no authentication or user interaction, making it highly exploitable. When a user uploads a specially crafted PDF file, the application's thumbnail generation functionality passes the file to the Imagick library for processing. The MSL engine within Imagick can be abused to execute arbitrary commands on the underlying system.

Root Cause

The root cause of this vulnerability is insufficient validation and sanitization of uploaded files before they are processed by the Imagick library. Specifically, the application fails to:

  1. Properly validate the content of uploaded PDF files beyond basic file extension or MIME type checks
  2. Disable or restrict dangerous Imagick coders, particularly the MSL (Magick Scripting Language) coder
  3. Implement proper sandboxing or security policies for Imagick processing operations

The MSL coder in ImageMagick/Imagick allows for the execution of arbitrary operations including reading/writing files and executing system commands through specially crafted input files.

Attack Vector

The attack is executed remotely over the network without requiring authentication. An attacker crafts a malicious PDF file that contains embedded MSL directives. When this file is uploaded to the Agora Project application, the thumbnail generation process triggers the Imagick library to parse the file. The MSL engine interprets the malicious directives, leading to arbitrary code execution on the server.

The attack flow typically involves:

  1. Creating a PDF file with embedded MSL payload targeting code execution
  2. Uploading the malicious PDF through the application's file upload interface
  3. Triggering the thumbnail generation process (often automatic)
  4. Achieving code execution when Imagick processes the file with MSL enabled

For detailed technical information about this vulnerability, refer to the Helx Blog Advisory.

Detection Methods for CVE-2025-67079

Indicators of Compromise

  • Unusual PDF file uploads containing MSL-related strings or ImageMagick directives
  • Unexpected process spawning from web server or PHP processes following file uploads
  • File system modifications in unexpected directories after thumbnail generation operations
  • Anomalous network connections originating from the web application server

Detection Strategies

  • Monitor file upload endpoints for PDF files containing suspicious patterns such as msl:, ephemeral:, or ImageMagick policy bypass attempts
  • Implement file integrity monitoring on web server directories to detect unauthorized file creation
  • Deploy web application firewalls with rules targeting ImageMagick/Imagick exploitation patterns
  • Review application logs for errors related to Imagick processing or policy violations

Monitoring Recommendations

  • Enable verbose logging for file upload operations and thumbnail generation processes
  • Configure alerts for process execution anomalies on web servers handling file uploads
  • Monitor for ImageMagick-related error messages that may indicate exploitation attempts
  • Implement network monitoring to detect command and control traffic following potential exploitation

How to Mitigate CVE-2025-67079

Immediate Actions Required

  • Upgrade Omnispace Agora Project to version 25.10 or later immediately
  • If immediate patching is not possible, disable file upload functionality or thumbnail generation as a temporary measure
  • Review ImageMagick/Imagick policy configuration to disable dangerous coders including MSL
  • Audit recent file uploads for suspicious PDF files that may indicate prior exploitation attempts

Patch Information

The vendor has addressed this vulnerability in Agora Project version 25.10. Organizations should upgrade to this version or later to remediate the vulnerability. Additional information about the affected software can be found on the Agora Project Homepage.

Workarounds

  • Disable the MSL coder in ImageMagick policy.xml configuration file to prevent MSL-based attacks
  • Implement strict file type validation that examines file content rather than relying solely on extension or MIME type
  • Configure ImageMagick resource limits and security policies to restrict dangerous operations
  • Consider using alternative image processing libraries that do not support MSL for thumbnail generation
bash
# ImageMagick policy.xml mitigation example
# Add to /etc/ImageMagick-6/policy.xml or /etc/ImageMagick-7/policy.xml

# Disable MSL coder to prevent MSL-based attacks
<policy domain="coder" rights="none" pattern="MSL" />

# Disable other potentially dangerous coders
<policy domain="coder" rights="none" pattern="URL" />
<policy domain="coder" rights="none" pattern="HTTPS" />
<policy domain="coder" rights="none" pattern="HTTP" />
<policy domain="coder" rights="none" pattern="MVG" />
<policy domain="coder" rights="none" pattern="TEXT" />
<policy domain="coder" rights="none" pattern="EPHEMERAL" />

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAgora Project

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Agora Project Homepage

  • Helx Blog Advisory
  • Related CVEs
  • CVE-2025-67077: Agora-project File Upload Vulnerability

  • CVE-2025-67076: Agora-project Path Traversal Vulnerability

  • CVE-2025-67078: Agora Project XSS Vulnerability
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