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

CVE-2025-26902: Brizy Pro CSRF Vulnerability Explained

CVE-2025-26902 is a Cross-Site Request Forgery flaw in Brizy Pro that enables attackers to perform unauthorized actions on behalf of authenticated users. This article covers the technical details, affected versions, and mitigation.

Published: April 29, 2026

CVE-2025-26902 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in the Brizy Pro WordPress plugin. This security flaw allows attackers to trick authenticated users into performing unintended actions on the WordPress site where Brizy Pro is installed. When a logged-in administrator visits a malicious page crafted by an attacker, the victim's browser automatically sends a forged request to the vulnerable WordPress site, executing actions with the victim's privileges without their knowledge or consent.

Critical Impact

This CSRF vulnerability enables attackers to execute unauthorized actions on behalf of authenticated WordPress administrators, potentially leading to complete site compromise, unauthorized configuration changes, or data manipulation.

Affected Products

  • Brizy Pro WordPress Plugin versions up to and including 2.6.1
  • WordPress installations running vulnerable Brizy Pro versions
  • All WordPress configurations with Brizy Pro *:*:*:*:pro:wordpress:*:*

Discovery Timeline

  • 2025-04-09 - CVE-2025-26902 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2025-26902

Vulnerability Analysis

The vulnerability is classified under CWE-352 (Cross-Site Request Forgery), indicating that the Brizy Pro plugin fails to properly validate or include anti-CSRF tokens in state-changing requests. This allows attackers to craft malicious web pages or emails containing forged requests that, when accessed by an authenticated administrator, execute unintended actions on the WordPress site.

CSRF vulnerabilities in WordPress plugins are particularly dangerous because they can be chained with other attack vectors to escalate privileges, modify site content, inject malicious code, or compromise the entire WordPress installation. The network-accessible nature of this vulnerability means attackers can target victims remotely through phishing campaigns or by injecting malicious content on compromised websites.

Root Cause

The root cause of this vulnerability stems from insufficient or missing CSRF token validation in the Brizy Pro plugin. WordPress provides built-in nonce functionality (wp_nonce_field(), wp_verify_nonce(), check_admin_referer()) specifically designed to prevent CSRF attacks. The Brizy Pro plugin versions through 2.6.1 fail to properly implement these protections on one or more state-changing operations, leaving endpoints vulnerable to cross-site request forgery attacks.

Attack Vector

The attack vector for CVE-2025-26902 involves network-based exploitation requiring user interaction. An attacker must convince a WordPress administrator with an active session to visit a malicious webpage while logged into their WordPress dashboard. The malicious page contains a hidden form or script that automatically submits a forged request to the vulnerable Brizy Pro endpoint. Because the browser automatically includes the victim's session cookies with the request, the WordPress site processes the malicious request as if it were legitimately initiated by the administrator.

Typical attack scenarios include:

  • Embedding malicious HTML in emails sent to WordPress administrators
  • Hosting exploit pages on compromised or attacker-controlled websites
  • Leveraging social engineering to direct victims to malicious pages
  • Injecting malicious iframes or scripts into third-party sites visited by administrators

Detection Methods for CVE-2025-26902

Indicators of Compromise

  • Unexpected changes to WordPress site settings or Brizy Pro configurations without administrator action
  • Unusual plugin activity or configuration modifications in WordPress audit logs
  • Referrer headers from external domains in server logs for administrative Brizy Pro endpoints
  • New or modified user accounts created without authorization

Detection Strategies

  • Monitor WordPress admin activity logs for unusual configuration changes or actions performed via Brizy Pro
  • Implement Web Application Firewall (WAF) rules to detect and block suspicious POST requests to Brizy Pro endpoints from external referrers
  • Review server access logs for requests to Brizy Pro administrative endpoints with missing or external referer headers
  • Enable and monitor WordPress security plugins that track administrative actions

Monitoring Recommendations

  • Configure WordPress security plugins to alert on unexpected plugin configuration changes
  • Implement Content Security Policy (CSP) headers to restrict where forms can be submitted
  • Monitor for outbound connections from your WordPress server that could indicate post-exploitation activity
  • Regularly audit user accounts and permissions for unauthorized modifications

How to Mitigate CVE-2025-26902

Immediate Actions Required

  • Update Brizy Pro plugin to a version newer than 2.6.1 that includes CSRF protection fixes
  • Review WordPress audit logs for any suspicious administrative actions that may have occurred before patching
  • Verify that no unauthorized changes have been made to site configurations, user accounts, or content
  • Educate administrators about the risks of clicking unfamiliar links while logged into WordPress

Patch Information

Users should update the Brizy Pro plugin to the latest available version that addresses this CSRF vulnerability. For detailed vulnerability information and patch details, refer to the Patchstack WordPress Vulnerability Database.

Plugin updates can be performed through the WordPress admin dashboard under Plugins → Installed Plugins → Brizy Pro → Update Now, or via WP-CLI for automated deployment environments.

Workarounds

  • Limit WordPress administrative sessions to trusted networks only using IP-based access restrictions
  • Implement a Web Application Firewall with CSRF protection rules to validate referrer headers and block suspicious requests
  • Use browser extensions that prevent automatic form submissions from untrusted origins
  • Log out of WordPress administrative sessions when not actively performing administrative tasks
bash
# Configuration example - Apache .htaccess IP restriction for wp-admin
# Add to WordPress root .htaccess to restrict admin access by IP
<Directory "/var/www/html/wp-admin">
    Order Deny,Allow
    Deny from all
    Allow from 10.0.0.0/8
    Allow from 192.168.1.0/24
</Directory>

# Enable mod_headers and set SameSite cookie attribute
# Add to Apache configuration
Header always edit Set-Cookie ^(.*)$ "$1; SameSite=Strict"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechBrizy

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.09%

  • 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
  • Patchstack Wordpress Vulnerability
  • Related CVEs
  • CVE-2026-5324: Brizy Page Builder XSS Vulnerability

  • CVE-2026-32408: Brizy WordPress Plugin Auth Bypass Flaw
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