Arbitrary File Write in Scirius PCAP Filestore Upload
Scirius versions 3.8.0 and earlier are vulnerable to an arbitrary file write attack via the PCAP filestore upload endpoint, allowing authenticated users to perform path traversal to write files to arbitrary locations.
CVE search metadata
CVE search record: CVE-2026-92604. Severity: high. CVSS: 8.1. KEV: no. Product: Scirius (<= 3.8.0). Brief: Arbitrary File Write in Scirius PCAP Filestore Upload. Brief link: https://feed.craftedsignal.io/briefs/2026-09-scirius-arbitrary-file-write/
Scirius versions through 3.8.0 contain a critical vulnerability in the PCAP filestore upload endpoint that permits arbitrary file writes. The flaw originates from insufficient sanitization of the _id field within uploaded JSON documents processed by the endpoint. Authenticated users assigned the default User role can exploit this by injecting path traversal sequences (such as ../) into the _id field. This manipulation allows the application to write attacker-controlled JSON content to arbitrary locations on the host filesystem. Because the application processes these requests with root privileges, this vulnerability enables the creation of malicious files with a .json extension in protected directories, potentially facilitating further exploitation such as configuration manipulation or code execution.
Impact
Successful exploitation allows authenticated low-privileged users to achieve arbitrary file writes with root privileges. This can lead to full system compromise, persistent unauthorized access, or the overwriting of critical system configuration files.
Recommendation
- Upgrade Scirius to a patched version beyond 3.8.0 as soon as the vendor makes a fix available.
- Audit logs for the PCAP filestore upload endpoint for requests containing path traversal characters (e.g., ../) in the _id field.
- Restrict access to the PCAP filestore upload functionality to only authorized administrative accounts.
Immediate actions
Deploy the provided Sigma rule to detect attempted path traversal in Scirius uploads
Mitigations
Upgrade Scirius to a version greater than 3.8.0 once the vendor provides a security patch
CVE-2026-92604
Detection coverage 1
Detect CVE-2026-92604 - Arbitrary File Write via Scirius PCAP Upload
highDetects exploitation of CVE-2026-92604 by identifying POST requests to the PCAP filestore endpoint containing path traversal sequences in the _id parameter.
Detection queries are available on the platform. Get full rules →