Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
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
Instagram-Notes-Audio-Leakage-via-URL-Extraction-Fixed — Informe técnico de una vulnerabilidad ya corregida en Instagram Notes que exponía el audio original de vídeos mediante URLs directas. | Kitploit
Tools/GitHubGitHub/i12gocaj/instagram-notes-audio-leakage-via-url-extraction-fixed
Vulnerability AnalysisInformation GatheringWeb SecurityPapers & ResearchLearning & Education
GitHubi12gocaj/instagram-notes-audio-leakage-via-url-extraction-fixed

Instagram-Notes-Audio-Leakage-via-URL-Extraction-Fixed

Informe técnico de una vulnerabilidad ya corregida en Instagram Notes que exponía el audio original de vídeos mediante URLs directas.

View Repository
8121 year 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

🎙️ Instagram Notes Audio Leakage via URL Extraction (Fixed & Rewarded)

🛡️ Vulnerability Summary

In [05/2025], I discovered a vulnerability in Instagram Web that allowed any user to extract the original video file from a Note and access the background audio, which was not meant to be publicly available. This bypassed the privacy model of the Notes feature, where videos are supposed to be displayed silently.

⚠️ This vulnerability has been responsibly disclosed, validated, and fixed. I reported it to Meta via their Bug Bounty Program and was awarded $1000 for this finding. Case ID: 3950957211809485

The root cause was traced to the data sanitization process used when uploading video Notes on certain server nodes. On U.S. servers the vulnerability did not appear, making it difficult for Meta's engineers to reproduce the issue at first.

🔍 Impact

By inspecting the element and copying the direct video URL, any user could retrieve the original video — including audio — even though Instagram Notes are designed to suppress audio playback. This exposed private conversations, ambient sounds, or unintended background content uploaded by the user.

🧪 Proof of Concept

📹 Video: instagram_notes_audio_leakage.mov

Steps:

  1. Open Instagram Web and view any video Note.
  2. Open browser DevTools (Right-click > Inspect).
  3. Locate the <video controls> or tag and copy the URL.
<source>
src
  • Paste the URL in a new tab.
  • The original video plays with full audio, bypassing the frontend's muted design.
  • 📄 Responsible Disclosure

    Meta acknowledged and validated the issue, awarding a $1000 bounty as part of their bug bounty program. The issue has since been silently patched.

    👨‍💻 Author

    Javier González Casares
    Cybersecurity & Software Engineering

    Download Tool