Skip to content
KitploitKITPLOIT
ToolsExploitsBlog
Log in
Submit
ToolsExploitsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
PixelSmash — Proof-of-concept and lab harness for CVE-2026-8461, an out-of-bounds write in FFmpeg's MagicYUV decoder, with payload generator and Qt demo player. | Kitploit
Tools/GitHubGitHub/se1ims/pixelsmash
Memory ForensicsVulnerability AnalysisExploitationReverse EngineeringFuzzingPapers & ResearchLearning & EducationBinary ExploitationLabs & Practice
GitHubse1ims/pixelsmash

PixelSmash

Proof-of-concept and lab harness for CVE-2026-8461, an out-of-bounds write in FFmpeg's MagicYUV decoder, with payload generator and Qt demo player.

17h 1m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository

#CVE-2026-8461 — PixelSmash

A working proof-of-concept for CVE-2026-8461, an out-of-bounds write in FFmpeg's MagicYUV decoder. Includes a lab harness that builds a vulnerable FFmpeg from source, and a small Qt player used to demonstrate the exploit in a video-player context.

For research and education only. Do not use against systems you do not own.

Quick start

root@kitploit:~
git clone https://github.com/Shellmates/PixelSmash.git
cd PixelSmash
sudo setup.sh
lab/prepare_payloads.sh "YOUR_COMMAD_GOES_HERE"

Before running the demo, disable ASLR:

root@kitploit:~
sudo sysctl -w kernel.randomize_va_space=0

Then open the generated AVI in the player:

root@kitploit:~
player/build/ffplayer

Layout

  • exploit/ — the PoC (calibration + AVI generator) by Y5neKO
  • lab/ — scripts that build the environment and generate AVIs
  • player/ — a small Qt GUI player used as a demo harness
  • docs/ — vulnerability analysis and setup/demo guides

References

  • NVD: https://nvd.nist.gov/vuln/detail/cve-2026-8461
  • FFmpeg security advisory: https://github.com/advisories/GHSA-qff7-4q6c-m8h6
  • Vendor fix: FFmpeg 8.1.2
Download Tool