CVE-2026-46470 — GStreamer Gst-Plugins-Good Denial of Service

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 formats

2 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.

high T1204.002 Execution

GStreamer MP4 Parsing Integer Division by Zero Attempt — CVE-2026-46470

Sigma YAML — free preview
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

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-46470 vulnerability CVE-2026-46470
CWE-369 weakness CWE-369
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 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.

Related coverage

CVE-2026-8621: Crabbox Authentication Bypass Allows Impersonation

CVE-2026-8621 — Crabbox prior to v0.12.0 contains an authentication bypass vulnerability that allows non-admin shared-token callers to impersonate other owners or organizations by spoofing identity...

vulnerabilityCVEhigh-severityauthentication-bypasscwe-287
/SCW Vulnerability Desk /HIGH /8.8 /⚑ 4 IOCs /⚙ 3 Sigma

CVE-2026-45375: Critical XSS in SiYuan Knowledge Management System

CVE-2026-45375 — SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, SiYuan's Bazaar (community marketplace) renders the name and version fields of a...

vulnerabilityCVEcriticalhigh-severitycwe-79cwe-116
/SCW Vulnerability Desk /CRITICAL /9 /⚑ 4 IOCs /⚙ 6 Sigma

CVE-2026-45148 — SiYuan is an open-source personal knowledge management

CVE-2026-45148 — SiYuan is an open-source personal knowledge management system. Prior to 3.7.0, broken access control in the searchAsset, searchTag, searchWidget, and searchTemplate publish-mode Readers...

vulnerabilityCVEmedium-severitycwe-863
/SCW Vulnerability Desk /MEDIUM /4.3 /⚑ 2 IOCs /⚙ 2 Sigma