MS Security Advisory KB 2718704

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

MS Security Advisory KB 2718704 (Advisory Published: June 4, 2012)

Unauthorized digital certificates could allow spoofing

http://blogs.technet.com/b/srd/archive/2012/06/03/microsoft-certification-authority-signing-certificates-added-to-the-untrusted-certificate-store.aspx

Download files from here: [1]

Save the files in your %PKG_SOURCE% directory without unpacking.

This will work on all 32bit/64bit Windows 7. Feel free to extend for Windows XP etc.

<package
 id="hotfix_kb2718704"
    name="Patch for Flame Virus Cert - MS KB 2718704"
    revision="1"
    reboot="false"
    priority="50"
    execute="once">

        <variable name="PKG_SOURCE"           value="%SOFTWARE%\updates" />

        <install architecture="x86" cmd='wusa.exe "%PKG_SOURCE%\Windows6.1-KB2718704-x86.msu" /quiet /norestart '>
            <exit code='2359302' />
        </install>
        <install architecture="x64" cmd='wusa.exe "%PKG_SOURCE%\Windows6.1-KB2718704-x64.msu" /quiet /norestart '>
            <exit code='2359302' />
        </install>

</package>