Share via

.NET framework files not patching

Anonymous
2018-07-31T18:48:37+00:00

We have machines showing as missing patches even though the patches are either applied or are not applicable. We've tried running patches manually 4338825 and 4103727 but both say they are not applicable. Tenable is accurately reporting the file version it says is vulnerable, but we can't figure out how to update these files.  Other machines show the proper version of these files.  Anyone have any ideas what MS KB/Patch might fix this or if there is another issue going on? 

Plugin ID: 109652

Microsoft .NET Framework 3.5

The remote host is missing one of the following rollup KBs :

Cumulative

  • 4103727

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.security.dll has not been patched.

Remote version : 2.0.50727.8784

Should be : 2.0.50727.8804

Plugin ID: 110990

Microsoft .NET Framework 3.5

The remote host is missing one of the following rollup KBs :

Cumulative

  • 4338825

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\sos.dll has not been patched.

Remote version : 2.0.50727.8784

Should be : 2.0.50727.8831

Windows for home | Windows 10 | Security and privacy

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2018-07-31T20:42:20+00:00

    What is the current cumulative update installed?

    Press Windows key + R

    Type: winver

    Hit Enter

    What is the number after 16299?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-07-31T19:23:36+00:00

    Which version of Windows 10 is currently installed? See how to verify:

    https://answers.microsoft.com/en-us/windows/wik...

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-07-31T23:15:03+00:00

    The .NET Framework updates this month were extremely buggy and it was recommended users avoid them.

    Copy and paste the following into it:

    @echo off

    Title .NET Framework 3.5 Offline Installer

    for %%I in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%I:\sources\install.wim" set setupdrv=%%I

    if defined setupdrv (

    echo Found drive %setupdrv%

    echo Installing .NET Framework 3.5...

    Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess

    echo.

    echo .NET Framework 3.5 should be installed

    echo.

    ) else (

    echo No installation media found!

    echo Insert DVD or USB flash drive and run this file once again.

    echo.

    )

    pause

    Save it as as framefx.cmd

    Right click framefx.cmd

    Click Run as administrator

    The file will install .NET Framework 3.5 automatically after finding the drive letter of your Windows 10 installation media.

    If media not found insert Win10 Usb or Dvd drive and run as administrator again.

    If there is an issue in regards to your install media, download the Windows 10 ISO file then double click it to mount it.

    How to download official Windows 10 ISO files

    	[http://answers.microsoft.com/en-us/windows/wiki...](http://answers.microsoft.com/en-us/windows/wiki/windows_10-windows_install/how-to-download-official-windows-10-iso-files/35cde7ec-5b6f-481c-a02d-dadf465df326)
    

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-07-31T21:18:12+00:00

    Windows says: 16299.579

    Tenable says: Build lab extended = 16299.431.amd64fre.rs3_release_svc_escrow.180502-1908

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-07-31T20:21:59+00:00

    The machines are on 1709.

    Was this answer helpful?

    0 comments No comments