CVE-2026-34956 — Open VSwitch Denial of Service
CVE-2026-34956 — A flaw was found in Open vSwitch. When Open vSwitch is configured with a conntrack flow using FTP helpers over the userspace datapath, a remote attacker can send a specially crafted FTP stream with an EPASV command exceeding 255 characters. This heap access error can lead to a crash
What This Means For You
- If your environment is affected by CWE-120, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-34956 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
1 rule · 6 SIEM formats1 detection rule 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-34956 - Open vSwitch FTP EPASV DoS Exploit Attempt
title: CVE-2026-34956 - Open vSwitch FTP EPASV DoS Exploit Attempt
id: scw-2026-05-05-ai-1
status: experimental
level: critical
description: |
Detects potential exploitation of CVE-2026-34956. This rule looks for FTP traffic on port 21 containing an EPASV command, which is part of the exploit chain that leads to a heap access error and potential Denial of Service in Open vSwitch when configured with FTP helpers over the userspace datapath. The exploit specifically involves an EPASV command with a parameter exceeding 255 characters, which this rule aims to capture by identifying the command itself within FTP traffic.
author: SCW Feed Engine (AI-generated)
date: 2026-05-05
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-34956/
tags:
- attack.impact
- attack.t1499
logsource:
category: firewall
detection:
selection:
dst_port:
- 21
cs-uri-query|contains:
- 'EPASV'
cs-uri|contains:
- 'FTP'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-34956 | vulnerability | CVE-2026-34956 |
| CWE-120 | weakness | CWE-120 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 05, 2026 at 19:16 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.