Description
The kk Youtube Video plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'kkytv' shortcode in all versions up to, and including, 0.2 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2025-06-14
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting allowing authenticated contributors to inject and execute arbitrary scripts in WordPress pages
Action: Patch
AI Analysis

Impact

The vulnerability exists in the WordPress plugin ‘kk Youtube Video’ where user supplied attributes in the ‘kkytv’ shortcode are not properly sanitized or escaped. This deficiency permits an authenticated user with contributor level access or higher to inject arbitrary scripts that are then stored and executed whenever the corresponding page is viewed. The impact is the ability to run attacker‑controlled code in the browser context of any user who visits the affected page, raising risks of defacement, credential theft, or session hijacking. It is a classic input validation weakness identified as CWE‑79.

Affected Systems

This flaw affects the WordPress plugin ‘kk Youtube Video’ versions 0.2 and earlier, distributed by the vendor bhittani. Any WordPress installation running the plugin at or below 0.2 is potentially vulnerable.

Risk and Exploitability

The CVSS score of 6.4 indicates moderate severity. The EPSS score of less than 1% implies a very low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated user with contributor or higher permissions. The attacker would insert malicious payload via the ‘kkytv’ shortcode, which is then rendered in the page content and executed in the browsers of visitors. Once exploited, the attacker can perform client‑side attacks such as phishing, session hijacking, or defacement. The primary attack vector is via authenticated plugin use; no remote code execution or privilege escalation beyond the attacker’s existing contributor level is observed.

Generated by OpenCVE AI on April 20, 2026 at 22:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the ‘kk Youtube Video’ plugin to the latest version (0.3 or later) once available.
  • Restrict contributor or higher user roles from accessing the ‘kkytv’ shortcode, or remove that capability from the role.
  • Implement a strict Content Security Policy that disallows inline scripts and limits script sources to trusted origins to mitigate any remaining XSS vectors.

Generated by OpenCVE AI on April 20, 2026 at 22:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-18323 The kk Youtube Video plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'kkytv' shortcode in all versions up to, and including, 0.2 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
History

Thu, 26 Feb 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 16 Jul 2025 13:45:00 +0000

Type Values Removed Values Added
Metrics epss

{'score': 0.00032}

epss

{'score': 0.00037}


Sat, 14 Jun 2025 08:45:00 +0000

Type Values Removed Values Added
Description The kk Youtube Video plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'kkytv' shortcode in all versions up to, and including, 0.2 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Title kk Youtube Video <= 0.2 - Authenticated (Contributor+) Stored Cross-Site Scripting
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:18:57.512Z

Reserved: 2025-06-13T13:16:33.300Z

Link: CVE-2025-6061

cve-icon Vulnrichment

Updated: 2025-06-16T16:47:09.363Z

cve-icon NVD

Status : Deferred

Published: 2025-06-14T09:15:24.307

Modified: 2026-06-17T10:01:04.700

Link: CVE-2025-6061

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-20T22:45:20Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')