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

CVE-2025-13828: Composer Privilege Escalation Vulnerability

CVE-2025-13828 is a privilege escalation vulnerability in Composer-based installations allowing non-privileged users to install malicious packages. This article covers technical details, impact, and mitigation.

Published: April 15, 2026

CVE-2025-13828 Overview

CVE-2025-13828 is a critical missing authorization vulnerability affecting Mautic, an open-source marketing automation platform. The vulnerability allows a non-privileged user to install and remove arbitrary Composer packages in Composer-based installations, even when the "enable composer based update" flag is explicitly disabled in the update settings. This authorization bypass enables low-privileged users to inject malicious code into the platform to escalate their privileges.

Critical Impact

Low-privileged users can install malicious Composer packages to achieve privilege escalation, potentially gaining full control of the Mautic platform and underlying server infrastructure.

Affected Products

  • Mautic (Composer-based installations)

Discovery Timeline

  • 2025-12-02 - CVE-2025-13828 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-13828

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), indicating that the application fails to properly enforce authorization checks when processing Composer package management operations. The security control intended to restrict Composer-based updates through the administrative settings panel does not function correctly, leaving the package installation and removal endpoints accessible to low-privileged users.

The vulnerability is network-exploitable, meaning an authenticated attacker with low privileges can remotely exploit this flaw without requiring any user interaction. The successful exploitation leads to complete compromise of confidentiality, integrity, and availability of both the vulnerable system and potentially connected systems.

Root Cause

The root cause of CVE-2025-13828 is the absence of proper authorization checks on Composer package management functionality. While Mautic provides an administrative setting to disable Composer-based updates, this configuration flag is not properly validated or enforced at the code level when handling package installation or removal requests. This allows users without appropriate permissions to bypass the intended security control and execute arbitrary Composer operations.

Attack Vector

An attacker with a low-privileged account on a Mautic platform can exploit this vulnerability through the following attack path:

  1. The attacker authenticates to Mautic with a low-privileged user account
  2. Despite the "enable composer based update" setting being disabled, the attacker directly accesses the Composer package management functionality
  3. The attacker installs a malicious Composer package containing backdoor code or privilege escalation payloads
  4. The malicious code executes within the context of the Mautic application, allowing the attacker to escalate privileges

The vulnerability manifests in the authorization logic that governs access to Composer operations. The application fails to verify whether the authenticated user has the appropriate permissions and whether the administrative settings permit such operations. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-13828

Indicators of Compromise

  • Unexpected Composer package installations in the Mautic vendor/ directory
  • Unfamiliar or suspicious entries in composer.json or composer.lock files
  • Audit logs showing Composer operations performed by non-administrative users
  • New or modified PHP files in vendor directories with recent timestamps

Detection Strategies

  • Monitor file system changes in the Mautic installation directory, particularly vendor/, composer.json, and composer.lock
  • Implement application-level logging to track all Composer-related API calls and the associated user context
  • Deploy endpoint detection solutions to identify unauthorized package management activities
  • Review web server access logs for requests to Composer management endpoints from non-admin sessions

Monitoring Recommendations

  • Enable detailed audit logging for all user actions within the Mautic administrative interface
  • Configure file integrity monitoring (FIM) on critical Mautic directories
  • Set up alerts for any changes to composer.json or composer.lock files outside of scheduled maintenance windows
  • Monitor for unusual PHP process spawning that may indicate malicious package execution

How to Mitigate CVE-2025-13828

Immediate Actions Required

  • Review recent Composer package changes in your Mautic installation for any unauthorized additions
  • Audit user accounts and remove unnecessary low-privileged accounts with access to the platform
  • Restrict network access to the Mautic administrative interface to trusted IP ranges
  • Monitor the GitHub Security Advisory for official patches and updates

Patch Information

Organizations should monitor the official Mautic security channels and the GitHub Security Advisory for patch releases addressing this vulnerability. Apply security updates immediately upon availability and verify the patch has been successfully deployed.

Workarounds

  • Implement web application firewall (WAF) rules to block access to Composer management endpoints for non-administrative users
  • Use server-level access controls to restrict write permissions to the vendor/ directory and composer.json file
  • Consider temporarily disabling low-privileged user accounts until a patch is available
  • Deploy additional authentication layers (such as IP whitelisting or VPN requirements) for accessing the Mautic administrative interface

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/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
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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