Close Menu
Tech Nova Mindset – Empower Innovation and Forward Thinking

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Washington Won’t Be Regulating AI Anytime Soon

    September 17, 2026

    OpenAI Creates a New Framework to Disclose Bad AI Behavior

    September 17, 2026

    The Download: AI’s trillion-dollar gamble and OpenAI’s biology data bid

    September 16, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Washington Won’t Be Regulating AI Anytime Soon
    • OpenAI Creates a New Framework to Disclose Bad AI Behavior
    • The Download: AI’s trillion-dollar gamble and OpenAI’s biology data bid
    • I Trained a Fly’s Brain to Generate WIRED Story Ideas
    • Building the materials foundation for AI
    • Physical AI Safety Under Attack From Silent Backdoors
    • Meet a mouse whose brain cortex is made up of human cells
    • China Isn’t Buying Silicon Valley’s Call for an AI Slowdown
    Tech Nova Mindset – Empower Innovation and Forward Thinking
    • Home
    • Gadgets
    • Reviews
    • Tech News
    • Future Tech
    • AI & Robotics
    • How-To Guides
    • More
      • Cybersecurity
      • Startups & Innovation
    Tech Nova Mindset – Empower Innovation and Forward Thinking
    Home»Cybersecurity»FFmpeg fixes PixelSmash flaw in widely used video decoder
    Cybersecurity

    FFmpeg fixes PixelSmash flaw in widely used video decoder

    kirklandc008@gmail.comBy kirklandc008@gmail.comJune 23, 2026No Comments4 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    FFmpeg fixes PixelSmash flaw in widely used video decoder
    Share
    Facebook Twitter LinkedIn Pinterest Email

    A newly disclosed FFmpeg flaw dubbed ‘PixelSmash’ could be exploited for remote code execution on Jellyfin servers under certain conditions, and can also trigger a denial-of-service  condition in applications like Kodi, Emby, Nextcloud, PhotoPrism, and OBS Studio.

    The vulnerability is tracked as CVE-2026-8461 and is a heap out-of-bounds write in the MagicYUV decoder. It received a high-severity score of 8.8 and can be leveraged via a malicious video file in AVI, MKV, or MOV format.

    Any application that uses libavcodec, FFmpeg’s core library for video decoding and encoding, is considered vulnerable.

    However, exploitation for remote code execution (RCE) is possible if the Address Space Layout Randomization (ASLR) defense is disabled or by chaining another vulnerability to defeat the protection.

    Root cause and impact

    Researchers at software supply-chain security company JFrog say that PixelSmash stems from the way MagicYUV processes slices, independent regions of a video frame that can be decoded separately from the rest of the image.

    “The vulnerability is a one-row heap buffer overflow in the MagicYUV decoder’s slice handling, caused by an inconsistency between how the frame allocator and the decoder compute chroma plane heights,” JFrog explains.

    Source: JFrog

    PixelSmash can be triggered when the user opens AVI, MKV, or MOV video files, browses a directory containing the file (via thumbnail generation), or runs any automated media ingestion workflow.

    JFrog found that multiple popular media applications, such as Kodi, OBS Studio, PhotoPrism, and GNOME/KDE/XFCE’s thumbnail generators, use FFmpeg with the MagicYUV decoder enabled, making them vulnerable to PixelSmash attacks.

    Slack, Discord, Telegram, and WhatsApp may also be susceptible to PixelSmash attacks, as they use FFmpeg to generate server-side video previews, but they were not tested.

    Source: JFrog

    JFrog lead researcher Yuval Moravchick demonstrated that PixelSmash can be used for remote code execution on Jellyfin and Nextcloud (with Movie preview enabled) instances.

    “To demonstrate the real-world impact, we achieved full remote code execution against a Jellyfin 10.11.9 media server – the second-most popular self-hosted media server (after Plex) – through its normal media library scan pipeline,” JFrog says.

    “Attack path: a download of a crafted MagicYUV AVI into the media library -> Jellyfin automatically triggers ffprobe for metadata extraction -> the OOB write fires -> AVBuffer.free is hijacked to system() -> arbitrary command executes as the jellyfin service user.”

    However, Moravchick noted that the RCE exploit requires ASLR (Address Space Layout Randomization) to be disabled, and that CVE-2026-8461 alone does not bypass this memory protection.

    In theory, a separate information-disclosure bug in FFmpeg’s FlashSV decoder could be chained with PixelSmash to bypass ASLR.

    Another attack scenario is via torrent downloads and requires no user interaction. The researchers say that an attacker could seed a malicious video that targets Jellyfin users who point the download to the application’s media library folder.

    “Jellyfin’s real-time file system monitor detects the new file and automatically triggers an ffprobe metadata scan. The exploit fires during the scan – AVBuffer.free is hijacked to system(), and the attacker’s reverse shell command executes as the jellyfin service user”

    Even when RCE is prevented or impossible, the CVE-2026-8461 vulnerability should be sufficient to reliably achieve a denial-of-service (DoS) condition on vulnerable targets.

    The researchers found that Plex, the massively popular media server, uses a custom FFmpeg build in which decoders are disabled and a minimal allowlist is in effect, effectively mitigating the PixelSmash risk.

    Apart from FFmpeg releasing version 8.1.2, which fixes the flaw, Jellyfin also updated its bundled FFmpeg version, and PhotoPrism is working to add a file format blocklist to prevent potential exploitation.

    The Nextcloud team received the report via HackerOne, but declined to address the flaw because it exists outside of Nextcloud.

    JFrog discovered PixelSmash (CVE-2026-8461) and reported it to the FFmpeg security team on May 13. The developer addressed the issue in version 8.1.2, released on June 17.

    The researchers warn that PixelSmash has a huge attack surface because the MagicYUV decoder is present in hundreds of projects that “trust FFmpeg to handle untrusted input safely,” turning the vulnerability into a supply-chain problem.

    Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.

    The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.

    Get the whitepaper

    Decoder FFmpeg fixes Flaw PixelSmash video widely
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    kirklandc008@gmail.com
    • Website

    Related Posts

    A fundamental flaw leaves LLMs strikingly vulnerable to attack

    July 31, 2026

    Ransomware in 2026: More groups, more victims, no slowdown

    July 26, 2026

    The 3 types of people who will excel in the AI agent era, according to tech leaders

    July 26, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Nothing CEO says phone prices are going to keep going up

    June 12, 20267 Views

    The best VPN routers of 2026: Expert tested and reviewed

    June 14, 20263 Views

    Google DeepMind Plans to Track AGI Progress With These 10 Traits of General Intelligence

    March 21, 20263 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Recent Posts
    • Washington Won’t Be Regulating AI Anytime Soon
    • OpenAI Creates a New Framework to Disclose Bad AI Behavior
    • The Download: AI’s trillion-dollar gamble and OpenAI’s biology data bid
    • I Trained a Fly’s Brain to Generate WIRED Story Ideas
    • Building the materials foundation for AI

    Washington Won’t Be Regulating AI Anytime Soon

    September 17, 2026

    OpenAI Creates a New Framework to Disclose Bad AI Behavior

    September 17, 2026

    The Download: AI’s trillion-dollar gamble and OpenAI’s biology data bid

    September 16, 2026

    I Trained a Fly’s Brain to Generate WIRED Story Ideas

    September 16, 2026
    Facebook X (Twitter) Instagram Pinterest
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms and Conditions
    • Disclaimer
    © 2026 TechNovaMindset. Designed by By Pro.

    Type above and press Enter to search. Press Esc to cancel.