Changeset 1515

Show
Ignore:
Timestamp:
01/14/08 16:38:16 (8 months ago)
Author:
jose
Message:

[phoneyc]
support for iMesh <= 7.1.0.x IMWebControl Class (IMWeb.dll 7.0.0.x)
vuln module and exploit code

Files:

Legend:

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

    r1514 r1515  
    3838        self.clsid['D64CF6D4-45DF-4D8F-9F14-E65FADF2777C'] = DVRHOSTWeb() 
    3939        self.clsid['D050D736-2D21-4723-AD58-5B541FFB6C11'] = DivX() 
     40        self.clsid['7C3B01BC-53A5-48A0-A43B-0C67731134B9'] = IMWebControl() 
    4041 
    4142        self.clsname = {} 
     
    5253        self.clsname['Ccpm.ProxyManager.1'] = StreamAudioChainCast() 
    5354        self.clsname['PdvrAtl.PdvrOcx.1'] = DVRHOSTWeb() 
     55        self.clsname['IMWeb.IMWebControl.1'] = IMWebControl() 
    5456 
    5557        # set up the pure JScript version 
     
    270272        self.cve_id = ('CVE-NOMATCH', ) 
    271273        self.description = 'DivX Player 6.6.0 ActiveX Control' 
     274 
     275class IMWebControl(ActiveX): 
     276    def __init__(self): 
     277        self.js_src = self.load_js_src('IMWebControl.js') 
     278        self.classname = 'IMWebControl' 
     279        self.cve_id = ('CVE-2007-6493', 'CVE-2007-6492') 
     280        self.description = 'iMesh 7.x ActiveX control'