Description
The Video Player for YouTube WordPress plugin before 2.1.0 does not properly sanitise and escape user-supplied input before using it in a SQL statement, allowing users with the Contributor role and above to perform SQL injection attacks and read arbitrary data from the database.
Published: 2026-09-05
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Read arbitrary database data via SQL injection
Action: Upgrade
AI Analysis

Impact

The Video Player for YouTube WordPress plugin contains an SQL injection flaw caused by improper sanitisation of user‑supplied input that is incorporated into a database query. Users possessing the Contributor role or higher can supply crafted input, leading to the execution of arbitrary SQL statements and the disclosure of any data stored in the WordPress database.

Affected Systems

All WordPress sites running the Video Player for YouTube plugin with a version older than 2.1.0 are affected. The exact vendor is unknown, but the vulnerability applies to every instance of the plugin before the specified release.

Risk and Exploitability

The attack vector is a web‑based request to the plugin’s ytp_ajax endpoint, accessible to any authenticated user with the Contributor role or higher. Because the vulnerability allows arbitrary SELECT and potentially other SQL commands, it can lead to information disclosure but does not, in the current description, provide a pathway for code execution. The CVSS score is 6.8, indicating moderate severity, and the EPSS score is <1%; the issue is not listed in CISA’s KEV catalogue, suggesting it is not a widely exploited threat. Nonetheless, the potential for database compromise warrants prompt attention.

Generated by OpenCVE AI on September 6, 2026 at 15:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Video Player for YouTube plugin to version 2.1.0 or later.
  • If an upgrade is not immediately possible, restrict the ytp_ajax endpoint so that only administrators can access it, or temporarily remove the Contributor and higher capabilities from users until a patch can be applied.
  • Apply a custom fix that sanitises or parameterises the input used in any database queries that involve the plugin, ensuring that only valid values are sent to MySQL.

Generated by OpenCVE AI on September 6, 2026 at 15:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Video Player For Youtube Project
Video Player For Youtube Project video Player For Youtube
Wordpress
Wordpress wordpress
Vendors & Products Video Player For Youtube Project
Video Player For Youtube Project video Player For Youtube
Wordpress
Wordpress wordpress

Sun, 06 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Sun, 06 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 05 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-89

Sat, 05 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Video Player for YouTube WordPress plugin before 2.1.0 does not properly sanitise and escape user-supplied input before using it in a SQL statement, allowing users with the Contributor role and above to perform SQL injection attacks and read arbitrary data from the database.
Title YT Player < 2.1.0 - Contributor+ SQLi via ytp_ajax
References

Subscriptions

Video Player For Youtube Project Video Player For Youtube
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-06T10:23:00.099Z

Reserved: 2026-09-02T16:29:06.294Z

Link: CVE-2026-84937

cve-icon Vulnrichment

Updated: 2026-09-06T10:22:49.785Z

cve-icon NVD

Status : Deferred

Published: 2026-09-05T07:17:14.963

Modified: 2026-09-08T19:15:18.627

Link: CVE-2026-84937

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T20:38:44Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')