Changeset 1480

Show
Ignore:
Timestamp:
12/04/07 22:34:13 (9 months ago)
Author:
jose
Message:

[phoneyc]
using the existing framework add support for the VLC overflows
see http://www.securityfocus.com/archive/1/484563

Files:

Legend:

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

    r1459 r1480  
    2727        self.clsid['FDC7A535-4070-4B92-A0EA-D9994BCC0DC5'] = RealPlayer() 
    2828        self.clsid['5D86DDB5-BDF9-441B-9E9E-D4730F4EE499'] = BitDefender() 
     29        self.clsid['E23FE9C6-778E-49D4-B537-38FCDE4887D8'] = VLC() 
    2930 
    3031        self.clsname = {} 
     
    190191        self.classname = 'BitDefender' 
    191192        self.cve_id = ('CVE-2007-5775', ) 
    192         self.descriptin = 'BitDefender Online Scanner ActiveX Control' 
     193        self.description = 'BitDefender Online Scanner ActiveX Control' 
     194 
     195class VLC(ActiveX): 
     196    def __init__(self): 
     197        self.js_src = self.load_js_src('VLC.js') 
     198        self.classname = 'VLC' 
     199        self.cve_id = ('CVE-NOMATCH', ) 
     200        self.description = 'VLC ActiveX Control'