CVE-2026-41522
Published:June 04, 2026
Updated:June 28, 2026
Iris is a web collaborative platform that helps incident responders share technical details during investigations. Prior to version 2.4.28, DFIR-IRIS exposes an optional GraphQL endpoint at "/graphql" that does not enforce the same authorization checks as the REST API. Any authenticated user can abuse it in three ways: unauthorized IOC read across cases (IDOR), bulk IOC disclosure via "case.iocs". The "case(caseId: …).iocs" resolver returns IOCs linked to an arbitrary case without verifying the caller has access to that case, and unauthorized case creation. All three are reachable by any authenticated user, regardless of role or case ACL. This is fixed in v2.4.28. The GraphQL blueprint, resolvers, and dependencies ("graphene", "graphene-sqlalchemy", "graphql-server[flask]") were removed entirely, since the feature was not in use. As a workaround, block "/graphql" at the reverse proxy (recommended) or comment out the "graphql_blueprint" import and "register_blueprint" call in "source/app/views.py" and restart.
Affected Packages
https://github.com/dfir-iris/iris-web.git (GITHUB):
Affected version(s) >=v1.2.1 <v2.4.28Fix Suggestion:
Update to version v2.4.28Related Resources (1)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Authorization
EPSS
Base Score:
0.25