A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-1631

CVE-2026-1631: Feeds for YouTube Auth Bypass Vulnerability

CVE-2026-1631 is an authorization bypass flaw in the Feeds for YouTube WordPress plugin that allows subscribers to delete license keys. This article covers the technical details, affected versions, and mitigation steps.

Published: May 21, 2026

CVE-2026-1631 Overview

CVE-2026-1631 affects the Feeds for YouTube WordPress plugin (YouTube video, channel, and gallery plugin) in versions before 2.6.4. The plugin contains a missing capability check on the actions function, allowing authenticated users with subscriber-level access or higher to delete the plugin's license key. This represents a broken access control flaw classified under [CWE-862] Missing Authorization. The issue affects site administrators who rely on the plugin's licensed functionality, as any low-privileged authenticated user can disrupt the licensed feature set.

Critical Impact

Authenticated users with subscriber privileges or higher can delete the Feeds for YouTube plugin license key, disrupting licensed plugin functionality on affected WordPress sites.

Affected Products

  • Feeds for YouTube (YouTube video, channel, and gallery plugin) WordPress plugin
  • All versions prior to 2.6.4
  • WordPress sites with subscriber-level or higher user registration enabled

Discovery Timeline

  • 2026-05-18 - CVE-2026-1631 published to NVD
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-1631

Vulnerability Analysis

The Feeds for YouTube plugin exposes an actions function that handles administrative operations including license key management. The function fails to verify the calling user's capabilities before executing privileged operations. This omission allows any authenticated user, including those with the minimal subscriber role, to invoke the function and delete the stored license key.

WordPress capability checks normally restrict administrative actions to users with roles such as administrator or editor. When a plugin handler accepts requests without calling current_user_can() or an equivalent verification, the WordPress permission model is bypassed entirely. The flaw is categorized as a Missing Authorization weakness ([CWE-862]).

The attack requires network access to the WordPress site and valid authenticated credentials at the subscriber level. No user interaction beyond the attacker's request is required. The vulnerability impacts integrity and availability of plugin configuration but does not expose confidential data.

Root Cause

The root cause is the absence of a capability check inside the plugin's actions handler. The function processes incoming requests and performs state-changing operations on plugin settings without confirming that the requesting user holds an appropriate role. License key deletion is therefore reachable from any authenticated session.

Attack Vector

An attacker first obtains or registers a subscriber account on a target WordPress site. The attacker then issues an authenticated HTTP request to the vulnerable actions endpoint with parameters that trigger license key deletion. The plugin executes the operation without verifying privileges, removing the license configuration. Refer to the WPScan Vulnerability Report for technical details.

Detection Methods for CVE-2026-1631

Indicators of Compromise

  • Unexpected removal or reset of the Feeds for YouTube plugin license key in WordPress options
  • Authenticated POST or AJAX requests to the plugin's actions endpoint originating from subscriber accounts
  • Plugin functionality reverting to unlicensed state without administrator action

Detection Strategies

  • Review WordPress audit logs for changes to plugin option entries associated with Feeds for YouTube license storage
  • Correlate wp-admin/admin-ajax.php or admin-post.php traffic with low-privileged user sessions invoking plugin actions
  • Monitor for HTTP requests targeting the plugin's action handler from accounts that do not require administrative access

Monitoring Recommendations

  • Enable WordPress activity logging plugins to record option changes and AJAX action invocations
  • Alert on any modification to plugin license entries in the wp_options table
  • Track subscriber account registrations followed shortly by requests to plugin administrative endpoints

How to Mitigate CVE-2026-1631

Immediate Actions Required

  • Upgrade the Feeds for YouTube WordPress plugin to version 2.6.4 or later
  • Audit existing subscriber and contributor accounts for legitimacy and remove unused accounts
  • Disable open user registration if subscriber accounts are not required for site operation

Patch Information

The vendor addressed CVE-2026-1631 in Feeds for YouTube version 2.6.4 by adding the missing capability check to the actions function. Administrators should update through the WordPress plugin management interface. Confirm the installed version reports 2.6.4 or higher after applying the update. See the WPScan Vulnerability Report for the advisory.

Workarounds

  • Temporarily deactivate the Feeds for YouTube plugin until the patched version is installed
  • Restrict access to wp-admin/admin-ajax.php for non-administrative roles using a web application firewall rule
  • Disable new user registration via WordPress General Settings to limit attacker access to subscriber accounts

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechYoutube

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-862
  • Technical References
  • WPScan Vulnerability Report
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free 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