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

CVE-2025-7812: Video Share VOD WordPress CSRF Vulnerability

CVE-2025-7812 is a Cross-Site Request Forgery flaw in the Video Share VOD WordPress plugin that allows unauthenticated attackers to update settings and execute code. This article covers technical details, affected versions, and mitigations.

Published: April 22, 2026

CVE-2025-7812 Overview

CVE-2025-7812 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Video Share VOD – Turnkey Video Site Builder Script plugin for WordPress in all versions up to and including 2.7.6. The vulnerability stems from missing or incorrect nonce validation on the adminExport() function, allowing unauthenticated attackers to update plugin settings and potentially execute remote code when the "Server command execution" setting is enabled. Successful exploitation requires social engineering to trick a site administrator into clicking a malicious link.

Critical Impact

Unauthenticated attackers can chain CSRF with Remote Code Execution when server command execution is enabled, potentially leading to full site compromise.

Affected Products

  • Video Share VOD – Turnkey Video Site Builder Script plugin for WordPress versions ≤ 2.7.6
  • WordPress installations using the vulnerable plugin versions
  • Websites with "Server command execution" setting enabled are at highest risk

Discovery Timeline

  • 2025-08-28 - CVE-2025-7812 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-7812

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The adminExport() function in the Video Share VOD plugin fails to properly implement WordPress nonce verification, which is a critical security mechanism designed to prevent unauthorized requests from being processed. Without proper nonce validation, the function cannot distinguish between legitimate administrative actions initiated by authenticated administrators and malicious requests crafted by attackers.

The attack surface is significantly expanded when the plugin's "Server command execution" setting is enabled. In this configuration, an attacker who successfully exploits the CSRF vulnerability can not only modify plugin settings but can also achieve remote code execution on the underlying server. This escalation from CSRF to RCE represents a severe security risk for affected WordPress installations.

Root Cause

The root cause of this vulnerability lies in the insufficient implementation of WordPress's built-in CSRF protection mechanisms. The adminExport() function either completely omits nonce validation or implements it incorrectly, failing to call wp_verify_nonce() or check_admin_referer() before processing administrative requests. This oversight allows any request—whether originating from a legitimate administrator session or a forged external source—to be processed by the vulnerable function.

Attack Vector

The attack follows a network-based vector requiring user interaction. An attacker crafts a malicious web page or link containing a forged request targeting the vulnerable adminExport() function. When an authenticated WordPress administrator visits the attacker's page or clicks the malicious link, their browser automatically sends the forged request along with their valid session cookies.

The exploitation flow involves:

  1. Attacker identifies a WordPress site running Video Share VOD plugin version 2.7.6 or earlier
  2. Attacker creates a malicious page with a hidden form or JavaScript that targets the plugin's administrative endpoint
  3. Attacker socially engineers a site administrator to visit the malicious page
  4. The administrator's browser submits the forged request with valid session credentials
  5. The vulnerable function processes the request, allowing settings modification
  6. If "Server command execution" is enabled, arbitrary commands can be executed on the server

The vulnerability mechanism centers on the missing nonce validation in the administrative export functionality. Technical details can be found in the WordPress Plugin Main Code and the WordPress Plugin Options Code.

Detection Methods for CVE-2025-7812

Indicators of Compromise

  • Unexpected modifications to Video Share VOD plugin settings without administrator action
  • Suspicious referrer headers in web server logs pointing to external domains during plugin configuration changes
  • Unauthorized file modifications or new files appearing in WordPress directories
  • Server command execution logs showing unexpected activity correlating with plugin usage
  • Administrative actions logged without corresponding administrator login sessions

Detection Strategies

  • Monitor WordPress admin-ajax.php and plugin administrative endpoints for requests with missing or invalid nonce parameters
  • Implement web application firewall (WAF) rules to detect and block CSRF attack patterns targeting WordPress plugins
  • Enable and review WordPress audit logging to identify unauthorized settings changes
  • Deploy SentinelOne Singularity to detect post-exploitation behaviors such as web shell deployment or suspicious process execution from web server contexts

Monitoring Recommendations

  • Configure alerting for plugin settings modifications occurring outside normal administrative workflows
  • Monitor server-side command execution patterns, especially those originating from PHP processes
  • Review HTTP referrer headers for administrative requests to identify potential CSRF attack attempts
  • Implement Content Security Policy (CSP) headers to reduce the attack surface for embedded CSRF attacks

How to Mitigate CVE-2025-7812

Immediate Actions Required

  • Update Video Share VOD plugin to the patched version immediately by reviewing the WordPress Plugin Changeset 3348480
  • Disable the "Server command execution" setting in the plugin configuration to reduce the attack surface
  • Review recent plugin settings changes to identify any unauthorized modifications
  • Implement additional CSRF protections at the web server or WAF level while awaiting patch deployment

Patch Information

The vulnerability has been addressed in plugin updates following version 2.7.6. The security fix implements proper nonce validation on the adminExport() function to prevent unauthorized requests. Site administrators should update through the WordPress plugin update mechanism or download the latest version from the WordPress plugin repository. For detailed information about the vulnerability and remediation, refer to the Wordfence Vulnerability Report.

Workarounds

  • Disable the Video Share VOD plugin entirely until a patch can be applied in production
  • Restrict administrative access to trusted IP addresses only using .htaccess or firewall rules
  • Disable the "Server command execution" feature in plugin settings to prevent RCE even if CSRF is successful
  • Implement additional CSRF protection using security plugins such as Wordfence or Sucuri as a defense-in-depth measure
  • Train administrators to avoid clicking unfamiliar links while logged into WordPress admin sessions
bash
# Example: Restrict WordPress admin access by IP in .htaccess
<Files wp-admin>
    Order Deny,Allow
    Deny from all
    Allow from 192.168.1.100
    Allow from 10.0.0.0/24
</Files>

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.04%

  • 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
  • WordPress Plugin Options Code

  • WordPress Plugin Main Code

  • WordPress Plugin Changeset 3348480

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-5365: LatePoint WordPress Plugin CSRF Vulnerability

  • CVE-2026-6701: WordPress addfreespace Plugin CSRF Flaw

  • CVE-2026-6702: WordPress Publish 2 Ping.fm CSRF Vulnerability

  • CVE-2026-6700: DX Sources WordPress Plugin CSRF Flaw
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