CVE-2026-16969
Deferred Deferred - Pending Action

Stored XSS in IRIS Web Application

Vulnerability report for CVE-2026-16969, 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 assets 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
sbaresearch dfir-iris 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

CVE-2026-16969 is a stored cross-site scripting (XSS) vulnerability in the DFIR-IRIS web application version 2.4.26 and possibly others. The issue occurs in the assets function where user input in asset names and descriptions is not properly sanitized when displayed in customer settings. This allows attackers to inject malicious JavaScript that executes in victims' browsers when they view these settings.

Detection Guidance

To detect this vulnerability, inspect the DFIR-IRIS application version 2.4.26 or similar for stored XSS in the assets function. Check if user-supplied input in asset names and descriptions is rendered without proper output encoding in customer settings. Manually test by entering JavaScript payloads like <script>alert(1)</script> in asset fields and verify if they execute when viewing customer settings.

Impact Analysis

An attacker could exploit this to steal session cookies, hijack user sessions, or take over the application, especially if an administrator is targeted. The malicious script runs in the context of the victim's browser, potentially leading to unauthorized actions or data theft.

Compliance Impact

Stored XSS vulnerabilities can lead to unauthorized data access or modification, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Compliance may be compromised if user data is exposed or altered due to this flaw.

Mitigation Strategies

Implement strict output encoding for all user-supplied data in the application. Use template engines to ensure consistent encoding. Harden the Content Security Policy by removing unsafe-inline directives. Monitor for suspicious activity in customer settings where the vulnerability may be exploited.

Chat Assistant

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

EPSS Chart