Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-14947

CVE-2025-14947: WordPress Video Gallery Auth Bypass Flaw

CVE-2025-14947 is an authentication bypass vulnerability in the All-in-One Video Gallery WordPress plugin allowing attackers to create and delete Bunny Stream CDN videos. This article covers technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2025-14947 Overview

The All-in-One Video Gallery plugin for WordPress contains a missing authorization vulnerability (CWE-862) that enables unauthorized data modification through exposed AJAX endpoints. The vulnerability exists in the ajax_callback_create_bunny_stream_video, ajax_callback_get_bunny_stream_video, and ajax_callback_delete_bunny_stream_video functions, which lack proper capability checks in all versions up to and including 4.6.4.

This flaw allows unauthenticated attackers to create and delete videos on the Bunny Stream CDN associated with the victim's account. The attack becomes feasible when attackers obtain a valid nonce, which is inadvertently exposed in public player templates.

Critical Impact

Unauthenticated attackers can manipulate video content on Bunny Stream CDN accounts, potentially leading to data loss, service disruption, or unauthorized content injection on WordPress sites using this plugin.

Affected Products

  • All-in-One Video Gallery plugin for WordPress versions up to and including 4.6.4
  • WordPress installations with Bunny Stream CDN integration enabled
  • Sites exposing public player templates containing nonce values

Discovery Timeline

  • 2026-01-23 - CVE CVE-2025-14947 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2025-14947

Vulnerability Analysis

This vulnerability represents a classic broken access control flaw where sensitive AJAX callback functions fail to verify user capabilities before executing privileged operations. The affected functions handle critical Bunny Stream CDN operations including video creation, retrieval, and deletion.

The root issue stems from the plugin relying solely on WordPress nonce verification without implementing proper user capability checks. While nonces are designed to prevent CSRF attacks, they do not provide authorization—they merely confirm the request originated from a legitimate page load. When these nonces are exposed in public-facing player templates, the security model collapses entirely.

An attacker who obtains a valid nonce from a public page can invoke these AJAX endpoints without any authentication, gaining the ability to manipulate video content on the connected Bunny Stream CDN account. This could result in unauthorized content deletion, resource exhaustion through mass video creation, or injection of malicious content.

Root Cause

The vulnerability originates from missing capability checks in three AJAX callback functions within the plugin's Bunny Stream integration module. The functions ajax_callback_create_bunny_stream_video, ajax_callback_get_bunny_stream_video, and ajax_callback_delete_bunny_stream_video process requests without verifying that the requesting user has appropriate WordPress capabilities (such as edit_posts or manage_options).

Additionally, the plugin exposes nonce values in publicly accessible player templates, which undermines the intended protection that nonce verification provides. The affected code can be reviewed in the plugin source files at init.php and bunny-stream.php.

Attack Vector

The attack leverages the network-accessible AJAX endpoints exposed by the WordPress plugin. An attacker can exploit this vulnerability through the following method:

  1. Browse to a WordPress site using the vulnerable All-in-One Video Gallery plugin
  2. Inspect the public player template HTML source code to extract the exposed nonce value
  3. Craft malicious AJAX requests targeting the wp_ajax_nopriv_* action hooks
  4. Submit unauthorized requests to create or delete videos on the victim's Bunny Stream CDN account

The attack requires no authentication and can be performed remotely across the network. The only prerequisite is access to a page containing the exposed nonce, which is publicly available in player templates. Technical details of the vulnerable endpoints can be found in the Wordfence vulnerability report.

Detection Methods for CVE-2025-14947

Indicators of Compromise

  • Unexpected AJAX requests to admin-ajax.php targeting Bunny Stream callback actions from unauthenticated sessions
  • Anomalous video creation or deletion patterns on the connected Bunny Stream CDN account
  • Web server logs showing repeated requests to AJAX endpoints with valid nonces from unknown IP addresses
  • Unauthorized content appearing in or disappearing from Bunny Stream video libraries

Detection Strategies

  • Monitor WordPress AJAX request logs for ajax_callback_create_bunny_stream_video and ajax_callback_delete_bunny_stream_video actions from unauthenticated users
  • Implement Web Application Firewall (WAF) rules to detect and block suspicious patterns targeting these specific AJAX endpoints
  • Configure alerts for bulk video operations on Bunny Stream CDN that don't correlate with legitimate administrative activity
  • Review access logs for requests containing Bunny Stream nonce parameters from non-authenticated sessions

Monitoring Recommendations

  • Enable detailed WordPress debug logging to capture AJAX request metadata and source IP addresses
  • Set up Bunny Stream CDN API monitoring to track video creation and deletion events
  • Implement rate limiting on AJAX endpoints to detect and prevent automated exploitation attempts
  • Configure SentinelOne Singularity to monitor for suspicious web application activity patterns on WordPress installations

How to Mitigate CVE-2025-14947

Immediate Actions Required

  • Update the All-in-One Video Gallery plugin to a version newer than 4.6.4 immediately
  • Review Bunny Stream CDN account for any unauthorized videos or unexpected content deletions
  • Temporarily disable the Bunny Stream integration feature if an immediate update is not possible
  • Audit web server logs for signs of previous exploitation attempts

Patch Information

The vulnerability has been addressed in a plugin update. The fix implements proper WordPress capability checks on the affected AJAX callback functions before processing requests. Site administrators should update to the latest available version of the All-in-One Video Gallery plugin.

The security patch details can be reviewed in the WordPress plugin changeset 3441541. This update adds the necessary current_user_can() checks to ensure only authorized users can invoke the Bunny Stream CDN management functions.

Workarounds

  • Disable the Bunny Stream CDN integration feature within the plugin settings until the patch is applied
  • Implement server-level access controls to restrict admin-ajax.php requests to authenticated users only (may affect legitimate functionality)
  • Use a WordPress security plugin or WAF to block unauthenticated requests to the affected AJAX actions
  • Remove or restrict access to public player templates that expose nonce values
bash
# Example: Block unauthenticated AJAX requests to vulnerable endpoints via .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax\.php$ [NC]
RewriteCond %{QUERY_STRING} action=(ajax_callback_create_bunny_stream_video|ajax_callback_delete_bunny_stream_video) [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in [NC]
RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3595: WordPress Riaxe Auth Bypass Vulnerability

  • CVE-2026-3581: WordPress Maps Placemarks Auth Bypass Flaw

  • CVE-2026-4432: YITH WooCommerce Auth Bypass Vulnerability

  • CVE-2026-3649: Katalogportal PDF Sync Auth Bypass 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