Giter Site home page Giter Site logo

cve-2020-1313's People

Contributors

irsl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cve-2020-1313's Issues

Not an Issue, but Background on why OleView.NET Failed

Nice bug,

The reason OleView.NET fails is the CLSID is registered with both InProcServer and LocalServer entries.

PS> $c = Get-ComClass -Clsid '9C695035-48D2-4229-8B73-4C70E756E519'
PS> $c.Servers
Key Value
--- -----
InProcServer32 C:\WINDOWS\System32\usosvc.dll
LocalServer32 <APPID HOSTED>

When enumerating interfaces I use CLSCTX_SERVER which combines all server types, the COM runtime sees the InProc registration and uses that, which doesn't support the CLSID and so fails. I might look at a way around that as there are probably other similar cases. You can enumerate using PowerShell though by creating the object manually and using the Get-ComInterface command on the new object. e.g.

PS> $o = New-ComObject -Class $c -ClassContext LOCAL_SERVER
PS> Get-ComInterface -Object $o
Name                 IID                                  HasProxy   HasTypeLib
----                 ---                                  --------   ----------
IUnknown             00000000-0000-0000-c000-000000000046 False      False
IMarshal             00000003-0000-0000-c000-000000000046 False      False
IUniversalOrchest... 33a57561-f713-4d31-b401-9ef72a564133 True       False
IUniversalOrchest... 598915fe-e7db-4abc-8cb7-d5498c6f71e4 True       False
IUniversalOrchest... c53f3549-0dbf-429a-8297-c812ba00742d True       False

Hope that's useful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.