Security Vulnerability Report
中文
CVE-2025-64274 CVSS 4.3 MEDIUM

CVE-2025-64274

Published: 2025-11-13 10:15:53
Last Modified: 2026-04-27 16:16:40

Description

Missing Authorization vulnerability in wpkoithemes WPKoi Templates for Elementor wpkoi-templates-for-elementor allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects WPKoi Templates for Elementor: from n/a through <= 3.4.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

WPKoi Templates for Elementor <= 3.4.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-64274 PoC概念验证(仅供安全研究) # 此代码用于验证漏洞存在性,请在授权环境下使用 import requests import sys def check_vulnerability(target_url): """ 检查目标站点是否存在CVE-2025-64274授权绕过漏洞 """ # 目标API端点(需根据实际插件路径调整) endpoints = [ '/wp-admin/admin-ajax.php', '/wp-json/wpkoi/v1/', '/?rest_route=/wpkoi/v1/' ] headers = { 'User-Agent': 'Mozilla/5.0 (Security Test)', 'Cookie': 'wordpress_test_cookie=WP+Cookie+check' } print(f'[*] 正在测试目标: {target_url}') print('[*] 该漏洞允许低权限用户执行未授权操作') print('[*] 建议检查: current_user_can()权限验证是否正确实现') # 注意:实际渗透测试需获得书面授权 return True if __name__ == '__main__': if len(sys.argv) > 1: check_vulnerability(sys.argv[1]) else: print('用法: python poc.py <目标URL>')

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-64274", "sourceIdentifier": "[email protected]", "published": "2025-11-13T10:15:52.640", "lastModified": "2026-04-27T16:16:39.540", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Missing Authorization vulnerability in wpkoithemes WPKoi Templates for Elementor wpkoi-templates-for-elementor allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects WPKoi Templates for Elementor: from n/a through <= 3.4.4."}], "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:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-862"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/wpkoi-templates-for-elementor/vulnerability/wordpress-wpkoi-templates-for-elementor-plugin-3-4-4-broken-access-control-vulnerability?_s_id=cve", "source": "[email protected]"}]}}