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

CVE-2025-12002: Feeds for YouTube Pro Path Traversal

CVE-2025-12002 is a path traversal flaw in Feeds for YouTube Pro plugin for WordPress that allows unauthenticated attackers to read arbitrary files. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-12002 Overview

The Feeds for YouTube Pro plugin for WordPress contains an arbitrary file read vulnerability affecting all versions up to and including 2.6.0. This path traversal flaw exists in the sby_check_wp_submit AJAX action due to insufficient sanitization of user-supplied data that is subsequently used in file operations. The vulnerability allows unauthenticated attackers to read the contents of arbitrary files on the server, potentially exposing sensitive configuration data, database credentials, and other critical information.

Critical Impact

Unauthenticated attackers can read sensitive server files including wp-config.php, potentially exposing database credentials and authentication keys when specific plugin settings are enabled.

Affected Products

  • Feeds for YouTube Pro plugin for WordPress versions ≤ 2.6.0
  • WordPress installations with "Save Featured Images" setting enabled
  • WordPress installations with "Disable WP Posts" setting disabled

Discovery Timeline

  • 2026-01-17 - CVE CVE-2025-12002 published to NVD
  • 2026-01-17 - Last updated in NVD database

Technical Details for CVE-2025-12002

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), allowing attackers to access files outside the intended directory structure. The flaw requires specific plugin configuration conditions to be exploitable: the "Save Featured Images" setting must be enabled, and "Disable WP Posts" must be disabled. When these conditions are met, unauthenticated remote attackers can leverage the AJAX endpoint to read arbitrary files from the server filesystem.

The vulnerability poses a significant confidentiality risk as it enables extraction of sensitive server-side files. WordPress configuration files containing database credentials, API keys, and authentication salts are prime targets for exploitation.

Root Cause

The root cause lies in inadequate input sanitization within the AdminAjaxService.php file, specifically in the handling of user-supplied data passed to the sby_check_wp_submit AJAX action. The plugin fails to properly validate and sanitize file path parameters before using them in file read operations, allowing attackers to traverse directory structures using sequences like ../ to access files outside the intended scope.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can craft malicious requests to the vulnerable AJAX endpoint, manipulating file path parameters to include directory traversal sequences. Due to the conditional nature of the vulnerability (requiring specific plugin settings), the attack complexity is considered high.

The vulnerable code can be traced through multiple source files including:

  • AdminAjaxService.php at line 25
  • AdminAjaxService.php at line 339
  • AdminAjaxService.php at line 383
  • sby-functions.php at line 1038
  • sby-functions.php at line 1047

Detection Methods for CVE-2025-12002

Indicators of Compromise

  • Unusual AJAX requests to wp-admin/admin-ajax.php with action parameter sby_check_wp_submit
  • HTTP requests containing directory traversal patterns such as ../ or encoded variants like %2e%2e%2f
  • Access logs showing attempts to read sensitive files like wp-config.php, /etc/passwd, or other system files
  • Unexpected file access patterns in web server logs originating from the feeds-for-youtube plugin directory

Detection Strategies

  • Monitor web application firewall (WAF) logs for path traversal patterns in requests to WordPress AJAX endpoints
  • Implement log analysis rules to detect requests with directory traversal sequences targeting the sby_check_wp_submit action
  • Deploy intrusion detection signatures for file read attempts through WordPress plugin AJAX handlers
  • Audit web server access logs for requests containing suspicious path manipulation characters

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and regularly review for anomalous patterns
  • Configure real-time alerting for any requests attempting to access files outside the WordPress installation directory
  • Monitor for bulk scanning activity targeting common WordPress plugin vulnerabilities
  • Track access attempts to sensitive configuration files such as wp-config.php

How to Mitigate CVE-2025-12002

Immediate Actions Required

  • Update the Feeds for YouTube Pro plugin to a version newer than 2.6.0 when a patched version becomes available
  • As a temporary measure, disable the "Save Featured Images" setting in the plugin configuration
  • Enable the "Disable WP Posts" setting to prevent exploitation until patched
  • Consider temporarily deactivating the Feeds for YouTube Pro plugin if it is not critical to site operations

Patch Information

Refer to the Wordfence Vulnerability Report for the latest patch status and vendor updates. Site administrators should monitor the Smash Balloon YouTube Feed official page for security updates.

Workarounds

  • Disable the "Save Featured Images" feature in the Feeds for YouTube Pro plugin settings panel
  • Enable the "Disable WP Posts" option to mitigate the attack vector
  • Implement Web Application Firewall (WAF) rules to block requests containing path traversal sequences to WordPress AJAX endpoints
  • Restrict access to wp-admin/admin-ajax.php by IP address if the AJAX functionality is not required for unauthenticated users
bash
# Apache .htaccess rule to block path traversal attempts
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} (\.\./) [NC,OR]
RewriteCond %{QUERY_STRING} (\.\.%2f) [NC,OR]
RewriteCond %{QUERY_STRING} (%2e%2e/) [NC]
RewriteRule ^wp-admin/admin-ajax\.php - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • WordPress Plugin Source Code

  • WordPress Plugin Source Code

  • WordPress Plugin Source Code

  • WordPress Plugin Source Code

  • WordPress Plugin Source Code

  • Smash Balloon YouTube Feed

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3464: WP Customer Area Path Traversal Flaw

  • CVE-2026-4659: Elementor Plugin Path Traversal Flaw

  • CVE-2026-4853: JetBackup Path Traversal Vulnerability

  • CVE-2026-4280: Breaking News WP Path Traversal 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