Iris
CVE-2026-22783
CRITICAL
Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H
Lifecycle Timeline
3DescriptionGitHub Advisory
Iris is a web collaborative platform that helps incident responders share technical details during investigations. Prior to 2.4.24, the DFIR-IRIS datastore file management system has a vulnerability where mass assignment of the file_local_name field combined with path trust in the delete operation enables authenticated users to delete arbitrary filesystem paths. The vulnerability manifests through a three-step attack chain: authenticated users upload a file to the datastore, update the file's file_local_name field to point to an arbitrary filesystem path through mass assignment, then trigger the delete operation which removes the target file without path validation. This vulnerability is fixed in 2.4.24.
AnalysisAI
DFIR-IRIS incident response platform before 2.4.24 allows authenticated users to delete arbitrary filesystem paths through mass assignment of the file_local_name field combined with path trust in the delete operation. Scope change with high integrity/availability impact. Patch available.
Technical ContextAI
The file_local_name field can be set via mass assignment (CWE-73), and the delete operation trusts this path without validation. An authenticated user can set file_local_name to any filesystem path and then trigger deletion, removing critical system files or evidence.
RemediationAI
Update to DFIR-IRIS 2.4.24 or later.
This affects all versions of package github.com/kataras/iris; all versions of package github.com/kataras/iris/v12. Rated
Iris is a web collaborative platform aiming to help incident responders sharing technical details during investigations.
Iris is a web collaborative platform that helps incident responders share technical details during investigations. Rated
Iris is a web collaborative platform aiming to help incident responders sharing technical details during investigations.
Iris is a web collaborative platform aiming to help incident responders sharing technical details during investigations.
Same weakness CWE-73 – External Control of File Name or Path
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today