CVE-2026-46470 — GStreamer Gst-Plugins-Good Denial of Service
CVE-2026-46470 — An issue was discovered in GStreamer gst-plugins-good before 1.28.2. When parsing MP4 audio tracks, the isomp4 plugin's qtdemux_audio_caps function does not sufficiently validate atom data before performing division operations, leading to denial of service due to integer division by
What This Means For You
- If your environment is affected by CWE-369, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-46470 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.
GStreamer MP4 Parsing Integer Division by Zero Attempt — CVE-2026-46470
title: GStreamer MP4 Parsing Integer Division by Zero Attempt — CVE-2026-46470
id: scw-2026-05-14-ai-1
status: experimental
level: high
description: |
Detects the execution of GStreamer related processes (gst-play-1.0, gst-launch-1.0) attempting to process MP4 files, which could indicate an attempt to exploit CVE-2026-46470. The vulnerability lies in the qtdemux_audio_caps function within the isomp4 plugin, which fails to validate atom data before division, leading to a denial of service via integer division by zero when parsing MP4 audio tracks. This rule specifically looks for GStreamer executables processing MP4 files, a prerequisite for triggering the vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-46470/
tags:
- attack.execution
- attack.t1204.002
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'C:\Program Files\GStreamer\'
- '/usr/bin/gst-play-1.0'
- '/usr/bin/gst-launch-1.0'
CommandLine|contains:
- '.mp4'
selection_mp4_parsing:
CommandLine|contains:
- 'qtdemux_audio_caps'
condition: selection AND selection_mp4_parsing
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-46470 | vulnerability | CVE-2026-46470 |
| CWE-369 | weakness | CWE-369 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 21: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.