COM object security

COM object security

Secure Home | Search | About
 Microsoft Applications Security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content add this group's latest topics to your Google content
Subject Author Date
COM object security axtens 10-20-2006
`--> Re: COM object security Roger Abell [MV...10-20-2006
Posted by axtens on October 20, 2006, 5:09 am
If you were  Registered and logged in, you could reply and use other advanced thread options
Just how secure is the data path between an automation client and
server? Is
it possible to intercept / listen in to the data flow? Can I safely
assume
it's safe or should I have some form of encryption on both sides of the

conversation, if I'm sending username/password data?

Kind regards,
Bruce M. Axtens
Internal Engineer
Strapper Technologies


Posted by Roger Abell [MVP] on October 20, 2006, 4:37 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
If you have concerns about the contained information I would say that you
should manage information privacy internal to your components.

DCOM over the wire does use RPC, and secure RPC can be enabled to
require packet privacy (see DCOM settings and the settings in group policy's
security options for Network security - i.e. minimum security for NTML
SSP).
However, IMO you should not depend on this being configured correctly and
used. Otherwise, the data marshalled with DCOM is just a packaging from its
in memory footprint (although this has changed with COM/COM+ versions)
and how that data is transmitted can be controlled programmatically and/or
administratively. A component using DCOM can be configured to require
privacy (have your devs look up use of RPC_C_AUTHN_LEVEL_PKT_PRIVACY)
but in my experience, if you leave this to the admins to configure
(dcomcnfg, nav
to components, and use authentication drop-box on general tab in properties
of the component) then things will not be reliably protected.

--
Roger Abell
Microsoft MVP (Windows Server : Security)

> Just how secure is the data path between an automation client and
> server? Is
> it possible to intercept / listen in to the data flow? Can I safely
> assume
> it's safe or should I have some form of encryption on both sides of the
>
> conversation, if I'm sending username/password data?
>
> Kind regards,
> Bruce M. Axtens
> Internal Engineer
> Strapper Technologies
>



Similar ThreadsPosted
removing SID from an object March 30, 2006, 6:57 am
AD object permission list February 2, 2006, 11:07 am
one singleton object in ATL COM service April 13, 2006, 4:17 pm
ActiveX object fetching new dll's November 1, 2005, 11:22 am
object access failure audits August 6, 2008, 11:25 am
Who last updated an object in Active Directory October 19, 2008, 6:58 pm
Failed to open the Group Policy Object September 12, 2005, 7:31 am
Security Breaches Pandemic - Deloitte Touche 2006 Global Security Survey June 27, 2006, 2:10 am
Role-based security from Windows Server 2003 Security Guide gives problems November 6, 2006, 7:58 am
Security discussion regarding hubs, firewalls, anti-virus and Vista Security August 20, 2008, 3:41 pm

The site map in XML format XML site map

Contact Us | Privacy Policy