CVE-2025-12002 MEDIUM

CVE-2025-12002: Feeds for YouTube Pro <= 2.6.0 - Unauthenticated Arbitrary File Read via Path Traversal

Vendor Awesome Motive
Product YouTube Feed Pro
Weakness CWE-22 · Path traversal
Published January 17, 2026
Last update April 8, 2026

CVSS base score

5.9/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The Feeds for YouTube Pro plugin for WordPress is vulnerable to arbitrary file read in all versions up to, and including, 2.6.0 via the 'sby_check_wp_submit' AJAX action. This is due to insufficient sanitization of user-supplied data and the use of that data in a file operation. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information, granted the 'Save Featured Images' setting is enabled and 'Disable WP Posts' is disabled. Note: This vulnerability only affects the Pro version of Feeds for YouTube.

Explanation of Vulnerability in Simple Terms

02Summary

YouTube Feed Pro versions 2.6.0 and earlier contain a path traversal vulnerability that allows an attacker to read files from the server's filesystem. The vulnerability requires specific conditions to exploit but does not require authentication. An attacker can access sensitive files such as configuration files or database backups if they are readable by the web server process.

What an attacker can do

03Attacker Capabilities

Read arbitrary files from the server filesystem, such as configuration files or backups.

Potential impact on your site

04Site Impact

Sensitive files on your server may be exposed, including database credentials or configuration data.

Conditions required to exploit

05Prerequisites

Network access to the site; specific conditions must be met (attack complexity is high).

Key dates

06Disclosure timeline

January 17, 2026 CVE published
April 8, 2026 Record updated