CVE-2026-43901 — Wireshark MCP is an MCP Server that turns tshark into a
CVE-2026-43901 — Wireshark MCP is an MCP Server that turns tshark into a structured analysis interface, then layers in optional Wireshark suite utilities. In 1.1.5 and earlier, wireshark-mcp exposes a wireshark_export_objects MCP tool that accepts an attacker-controlled dest_dir parameter and passes
What This Means For You
- If your environment is affected by CWE-22, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-43901 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-43901 - Wireshark MCP Arbitrary File Write via tshark --export-objects
title: CVE-2026-43901 - Wireshark MCP Arbitrary File Write via tshark --export-objects
id: scw-2026-05-11-ai-1
status: experimental
level: high
description: |
This rule detects the exploitation of CVE-2026-43901. The vulnerability allows an attacker to control the `dest_dir` parameter passed to tshark's `--export-objects` flag. In default configurations, this bypasses path restrictions, enabling arbitrary file writes to the filesystem. This detection specifically looks for the `tshark.exe` process being invoked with the `--export-objects` flag and a `dest_dir` argument, indicating a potential attempt to exploit this path traversal vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-05-11
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-43901/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: process_creation
detection:
selection:
Image|endswith:
- 'tshark.exe'
CommandLine|contains:
- '--export-objects'
CommandLine|contains:
- 'dest_dir='
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-43901 | vulnerability | CVE-2026-43901 |
| CWE-22 | weakness | CWE-22 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 12, 2026 at 02:20 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.