CVE-2026-18361
Deferred Deferred - Pending Action

Stored XSS in IRIS Web Application Datastore Upload

Vulnerability report for CVE-2026-18361, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: sba-research

Description

The IRIS web application in version 2.4.26 and possibly others is vulnerable to stored cross-site scripting (XSS) in the datastore upload function.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
iris iris_web_application 2.4.26

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored cross-site scripting (XSS) vulnerability in the IRIS web application version 2.4.26 and possibly others. It occurs in the datastore upload function where user input is not properly sanitized before being displayed. Attackers can inject malicious JavaScript that executes in victims' browsers when they access affected parts of the application.

Detection Guidance

To detect this stored XSS vulnerability in the IRIS web application, inspect network traffic for datastore upload requests containing user-supplied input in asset names or descriptions. Check if the application reflects this input without proper sanitization in customer settings or other areas. Manually test by uploading a payload like <script>alert(1)</script> in asset fields and verify if it executes when viewing customer settings.

Impact Analysis

An attacker could steal session cookies or sensitive data, hijack user accounts, or take over the application if an administrator is targeted. The impact includes potential data breaches, unauthorized access, and manipulation of application behavior through malicious scripts.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Non-compliance risks include fines, legal penalties, and reputational damage due to compromised sensitive data.

Mitigation Strategies

Implement strict output encoding for all user-supplied data in the IRIS web application. Use template engines to reduce errors and harden the Content Security Policy by removing unsafe-inline directives. These steps help prevent malicious JavaScript injection in asset names and descriptions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18361. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart