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

CVE-2025-11087: Zegen Core WordPress Plugin CSRF Vulnerability

CVE-2025-11087 is a Cross-Site Request Forgery vulnerability in Zegen Core WordPress plugin that enables arbitrary file uploads. Attackers can exploit this to achieve remote code execution. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 29, 2026

CVE-2025-11087 Overview

The Zegen Core plugin for WordPress contains a critical Cross-Site Request Forgery (CSRF) vulnerability combined with arbitrary file upload capability in versions up to and including 2.0.1. This vulnerability exists due to missing nonce validation and missing file type validation in the /custom-font-code/custom-fonts-uploads.php file. This security flaw enables unauthenticated attackers to upload arbitrary files to the affected site's server, potentially leading to remote code execution when a site administrator is tricked into clicking a malicious link.

Critical Impact

Unauthenticated attackers can achieve remote code execution by uploading malicious files through CSRF attack vectors targeting WordPress administrators.

Affected Products

  • Zegen Core Plugin for WordPress versions up to and including 2.0.1
  • WordPress sites using the Zegen Church WordPress Theme

Discovery Timeline

  • 2025-11-21 - CVE-2025-11087 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-11087

Vulnerability Analysis

This vulnerability represents a chained attack combining two distinct security weaknesses: Cross-Site Request Forgery (CWE-352) and unrestricted file upload. The vulnerable endpoint in /custom-font-code/custom-fonts-uploads.php fails to implement proper security controls on two fronts.

First, the absence of nonce validation means the application does not verify that file upload requests originate from legitimate administrator actions. WordPress nonces are cryptographic tokens designed to protect against CSRF attacks, and their omission allows attackers to craft malicious requests that execute under the context of an authenticated administrator.

Second, the missing file type validation allows any file format to be uploaded to the server. When combined with the CSRF weakness, an attacker can upload PHP web shells or other executable content. Once the malicious file is uploaded, the attacker can access it directly to execute arbitrary commands on the server.

Root Cause

The root cause of this vulnerability is the inadequate implementation of security controls within the custom font upload functionality. The custom-fonts-uploads.php file processes file upload requests without verifying the request origin through WordPress nonce tokens (wp_verify_nonce()) and without validating that uploaded files are limited to safe font file types (such as .ttf, .woff, .woff2, or .otf). This dual security control failure creates an exploitable path for attackers.

Attack Vector

The attack requires social engineering to succeed. An attacker must craft a malicious web page containing a hidden form that submits to the vulnerable WordPress endpoint. The form would contain a payload file (such as a PHP web shell) and necessary parameters to trigger the upload. When a logged-in WordPress administrator visits the malicious page, the browser automatically submits the form using the administrator's authenticated session cookies, bypassing authentication requirements. The server processes the upload without nonce verification and stores the malicious file without checking its type. The attacker can then directly access the uploaded file to achieve remote code execution.

The attack flow requires network access and user interaction, specifically requiring an administrator to click a malicious link while authenticated to their WordPress site.

Detection Methods for CVE-2025-11087

Indicators of Compromise

  • Unexpected files in WordPress upload directories, particularly PHP files in custom font upload locations
  • Web server access logs showing POST requests to /wp-content/plugins/zegen-core/custom-font-code/custom-fonts-uploads.php from external referrers
  • Suspicious file modifications or new executable files in the WordPress installation
  • Unusual outbound network connections from the web server indicating potential web shell activity

Detection Strategies

  • Monitor file system changes in WordPress plugin directories for newly created PHP or other executable files
  • Implement web application firewall (WAF) rules to detect CSRF patterns targeting the vulnerable endpoint
  • Review web server access logs for requests to the custom-fonts-uploads.php endpoint with unusual referrer headers
  • Deploy file integrity monitoring to alert on unexpected file additions in the Zegen Core plugin directory

Monitoring Recommendations

  • Enable WordPress audit logging to track administrative actions and file upload events
  • Configure SIEM alerts for POST requests to the vulnerable endpoint originating from external domains
  • Implement real-time file system monitoring on WordPress installations to detect unauthorized file uploads
  • Review server logs regularly for evidence of web shell deployment or post-exploitation activity

How to Mitigate CVE-2025-11087

Immediate Actions Required

  • Update the Zegen Core plugin to a patched version if available
  • If no patch is available, disable the Zegen Core plugin until a security update is released
  • Audit the WordPress file system for any suspicious uploaded files, particularly in font upload directories
  • Review web server logs for any evidence of exploitation attempts against the vulnerable endpoint

Patch Information

Site administrators should check the ThemeForest Product Page for updates to the Zegen Church WordPress Theme and its associated Zegen Core plugin. Additionally, the Wordfence Vulnerability Report provides detailed information about this vulnerability and remediation guidance.

Workarounds

  • Disable the Zegen Core plugin if it is not essential for site functionality
  • Implement server-level restrictions to block POST requests to the vulnerable custom-fonts-uploads.php endpoint
  • Add custom nonce validation and file type checking to the vulnerable file if source code modification is feasible
  • Deploy a web application firewall with rules to block CSRF attempts and restrict file upload types

If direct code modification is necessary as a temporary workaround, administrators should add proper WordPress nonce verification and implement an allowlist for file extensions (limiting uploads to font file types such as .ttf, .woff, .woff2, .eot, and .otf) in the custom-fonts-uploads.php file. This mitigation should only be applied by experienced developers and should be replaced by an official patch when available.

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • ThemeForest Product Page

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-8419: Amazon Scraper Plugin CSRF Vulnerability

  • CVE-2026-6452: WordPress Bigfishgames Syndicate CSRF Flaw

  • CVE-2026-8418: Games Catalog Plugin CSRF Vulnerability

  • CVE-2026-8423: WordPress JaviBola Plugin CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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