Changeset 1528

Show
Ignore:
Timestamp:
01/16/08 15:25:43 (8 months ago)
Author:
jose
Message:

[phoneyc]
support for Qvod Player QvodCtrl? Class ActiveX Control "URL" Property Buffer Overflow
vuln module, exploit demo code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • phoneyc/trunk/ActiveX.py

    r1527 r1528  
    6666        self.clsname['IMWeb.IMWebControl.1'] = IMWebControl() 
    6767        self.clsname['awApi4.AnswerWorks.1'] = AnswerWorks() 
     68        self.clsname['QvodInsert.QvodCtrl.1'] = QvodCtrl() 
    6869 
    6970        # set up the pure JScript version 
     
    334335        self.description = 'RTS Sentry Digital Surveillance PTZCamPanel Class' 
    335336 
     337class QvodCtrl(ActiveX): 
     338    def __init__(self): 
     339        self.js_src = self.load_js_src('QvodCtrl.js') 
     340        self.classname = 'QvodCtrl' 
     341        self.cve_id = ('CVE-NOMATCH', ) 
     342        self.description = 'Qvod Player QvodCtrl Class ActiveX Control' 
     343