Description
The IRIS web application in version 2.4.26 and possibly others contains a logout functionality which is ineffective. Stolen session cookies can therefore be misused for a long time.
Published: 2026-07-30
Score: 4.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The IRIS web application implements a logout function that does not correctly invalidate session cookies, allowing an attacker who captures a session token to retain unauthorized access indefinitely. This flaw is an example of insecure session management, classified as CWE‑613, and permits session hijacking without credential compromise.

Affected Systems

The vulnerability affects the dfir-iris:iris-web product, documented in version 2.4.26 and likely impacting other releases of the IRIS web application. No other vendors or product families are listed as affected.

Risk and Exploitability

The overall severity is low, reflected in a CVSS score of 4.2, and the EPSS score is below 1 %, indicating a very low probability of exploitation. The issue is not listed in the CISA KEV catalog. The likely attack vector is inferred to be any scenario where an attacker obtains a valid session cookie—through phishing, network interception when HTTPS is not enforced, or malware on the user’s machine. Once a cookie is compromised, it can be reused indefinitely, allowing continued unauthorized access until server‑side session data is manually invalidated. The risk mainly affects confidentiality and integrity of user data, and could have a significant impact if privileged sessions are hijacked.

Generated by OpenCVE AI on August 4, 2026 at 11:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify whether a vendor patch has been released; apply when available
  • Configure the application to delete or blacklist session identifiers server‑side after logout
  • Ensure session cookies are set with the Secure and HttpOnly flags, have short expiration, and are transmitted only over HTTPS

Generated by OpenCVE AI on August 4, 2026 at 11:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Dfir-iris
Dfir-iris iris
Vendors & Products Dfir-iris
Dfir-iris iris

Thu, 30 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Description The IRIS web application in version 2.4.26 and possibly others contains a logout functionality which is ineffective. Stolen session cookies can therefore be misused for a long time.
Title DFIR-IRIS Insufficient Logout Implementation
Weaknesses CWE-613
References
Metrics cvssV3_1

{'score': 4.2, 'vector': 'CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: sba-research

Published:

Updated: 2026-08-04T18:58:00.395Z

Reserved: 2026-07-24T08:24:41.455Z

Link: CVE-2026-16970

cve-icon Vulnrichment

Updated: 2026-07-30T15:38:37.247Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T10:16:36.100

Modified: 2026-08-04T20:16:50.033

Link: CVE-2026-16970

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:00:10Z

Weaknesses
  • CWE-613

    Insufficient Session Expiration