PatchSiren cyber security CVE debrief
CVE-2026-41522 dfir-iris CVE debrief
CVE-2026-41522 is a HIGH severity vulnerability in the Iris web collaborative platform. The platform's optional GraphQL endpoint at `/graphql` did not enforce the same authorization checks as the REST API, allowing authenticated users to perform unauthorized actions. Specifically, attackers could read incident response data across cases (IDOR), disclose incident response data in bulk via `case.iocs`, and create new cases without proper authorization. All three vulnerabilities were reachable by any authenticated user, regardless of role or case access control list (ACL). The issue was fixed in version 2.4.28 by removing the GraphQL endpoint entirely.
- Vendor
- dfir-iris
- Product
- iris-web
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-04
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-06-04
- Advisory updated
- 2026-07-22
Who should care
Incident responders, security teams, and administrators using Iris web collaborative platform should be aware of this vulnerability and take immediate action to protect their instances.
Technical summary
The GraphQL endpoint at `/graphql` in Iris web collaborative platform versions prior to 2.4.28 did not enforce proper authorization checks. This allowed authenticated users to perform the following unauthorized actions: 1) Read incident response data across cases (IDOR), 2) Disclose incident response data in bulk via `case.iocs`, and 3) Create new cases without authorization. The vulnerability was addressed by removing the GraphQL endpoint in version 2.4.28.
Defensive priority
HIGH
Recommended defensive actions
- Upgrade to Iris version 2.4.28 or later
- Block access to the `/graphql` endpoint at the reverse proxy level (recommended workaround)
- Comment out the `graphql_blueprint` import and `register_blueprint` call in `source/app/views.py` and restart the application (workaround)
Evidence notes
The vulnerability was reported and fixed by the Iris development team. The CVE was published on [cve-org] and additional details were provided by [nvd].
Sources and references
Verified primary and authoritative sources
-
CVE-2026-41522 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-41522
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-41522 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-41522
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/dfir-iris/iris-web/security/advisories/GHSA-3mxh-x92q-9r25
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.