Re: How Do I Programmatically Detecting Security Patches
- From: micahc@xxxxxxxxx
- Date: 7 Nov 2006 13:28:22 -0800
Skywing [MVP] wrote:
Note that this will not give you an accurate view as to whether you have a
particular vulnerability fixed, and should not be used if that is your goal
as the OP has posted.
For instance, if you install a service pack or hotfix that completely
supersedes a previous hotfix without ever having installed that previous
hotfix, and you are looking for the old hotfix in the registry, you will
incorrectly assume that the computer is vulnerable.
For this reason, I would recommend using WUA and asking it what you are
*missing*, and checking that list against things that you want to make sure
are installed.
That is correct, all I care about is whether or not the security
vulnerability is fixed, not how it was fixed or what fixed it. I also
would rather not have to maintain a list of what patches fix what holes
since two different patches may fix the same hole.
The problem that I may have with WUA is that in order to find a list of
what patches the user needs it appears they will have to connect to MS
to get a list of what is available for them. Is it possible for me to
maintain a mirror of some kind as I would rather the end-user only have
to connect to me so their firewall doesn't go off alerting them that my
application is trying to connect to another location.
Also, using WUA, if there is patch A which superscedes patch B and the
end user has neither, what will WUA say the user needs? Patch A, patch
B or both?
.
- Follow-Ups:
- Re: How Do I Programmatically Detecting Security Patches
- From: Skywing [MVP]
- Re: How Do I Programmatically Detecting Security Patches
- References:
- How Do I Programmatically Detecting Security Patches
- From: micahc
- Re: How Do I Programmatically Detecting Security Patches
- From: Jochen Kalmbach [MVP]
- Re: How Do I Programmatically Detecting Security Patches
- From: Skywing [MVP]
- How Do I Programmatically Detecting Security Patches
- Prev by Date: Re: How Do I Programmatically Detecting Security Patches
- Next by Date: Re: How Do I Programmatically Detecting Security Patches
- Previous by thread: Re: How Do I Programmatically Detecting Security Patches
- Next by thread: Re: How Do I Programmatically Detecting Security Patches
- Index(es):
Relevant Pages
|
Loading