דלג לתוכן הראשי
היכנס דרך Microsoft
היכנס או צור חשבון.
שלום,
בחר חשבון אחר.
יש לך חשבונות מרובים
בחר את החשבון שברצונך להיכנס באמצעותו.

הצג מוצרים שבהם מאמר זה חל על.

סיכום

עדכון האבטחה עבור Microsoft .NET Framework פותר פגיעות עקיפת תכונת אבטחה שבה .NET Framework (ו- .NET Core) אל רכיבי לגמרי לאמת אישורים. לקבלת מידע נוסף על הפגיעות, עיין פגיעויות נפוצות של Microsoft ואחת מהן חשיפה CVE-2017-0248.

עדכון זה כולל גם תיקונים שיפור אבטחה על יכולתו של הרכיב Windows מצגת Framework PackageDigitalSignatureManager לחתום על חבילות באמצעות אלגוריתם ה-hash של SHA256.

חשוב

  • אם התקנת ערכת שפה לאחר שתתקין עדכון זה, עליך להתקין מחדש עדכון זה. לכן, אנו ממליצים לך להתקין בכל שפה ערכות הדרוש לך לפני התקנת עדכון זה. לקבלת מידע נוסף, ראה הוספת ערכות שפה ל- Windows.

מידע נוסף אודות עדכון אבטחה זה

אזהרה

שינוי שגוי של הרישום באמצעות עורך הרישום או בשיטה אחרת, עלול לגרום לבעיות חמורות. בעיות אלה עלולות לחייב התקנה מחדש של מערכת ההפעלה. Microsoft אינה יכולה להבטיח כי ניתן יהיה לפתור בעיות אלה. שינוי הרישום הוא באחריותך הבלעדית.

  • שימוש במפתח משופר (EKU) הוא כמתואר ב- RFC 5280 במקטע 4.2.1.12: הרחבה זו מציינת אחת או יותר למטרות עבור שבו המפתח מוסמך ציבורית עשוי לשמש, בנוסף או במקום למטרות בסיסיים שאינם נמצאים שצוינו הרחבת שימוש במפתח. לדוגמה, אישור that's המשמש לאימות של לקוח לשרת להיות שתצורתה נקבעה עבור אימות לקוח. באופן דומה, אישור that's המשמש לאימות של שרת להיות שתצורתה נקבעה עבור אימות שרת.

    כאשר נעשה שימוש באישורים לאימות, ה-authenticator בוחן את הלקוח האישור ואת בחיפושים מזהה האובייקט הנכון מטרה בהרחבות מדיניות יישומים. לדוגמה, מזהה האובייקט עבור אימות לקוח הוא 1.3.6.1.5.5.7.3.2. כאשר נעשה שימוש באישור עבור אימות לקוח, מזהה אובייקט זה חייב להימצא בהרחבות EKU של האישור או האימות נכשל. אישורים בעלי סיומת EKU לא להמשיך בביצוע אימות תקין.

    אם אין לך גישה כראוי reissued אישורים באופן זמני, באפשרותך לבחור להסכמת או להקטין האבטחה שינוי על-פני וכל פעולות המחשב כדי למנוע השפעות קישוריות. כדי לעשות זאת, ציין מפתח הרישום הבא מפתח הגדרות, בהתאם לגירסה של .NET Framework כיעד עבוריישום של היישום שלך .

    שיטה 1: עדכון מפתח הרישום (זמין עבור כל הגירסאות)

    הערה ערך רישום זה חייב להיות ערך DWORD.

    • עבור תהליך של 32 סיביות, מערכת של 32 סיביות והן תהליך 64 סיביות במערכת של 64 סיביות:

      HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\v2.0.50727@RequireCertificateEKUs=0

    • עבור תהליך 32 סיביות במערכת של 64 סיביות:

      HKEY_LOCAL_MACHINE \Software\Wow6432Node\Microsoft\.NETFramework\v2.0.50727@RequireCertificateEKUs=0

    באפשרותך גם הצטרפות על בסיס לפי-יישוםיישום . האפשרויות הבאות זמינות עבור ביטול שינוי זה כדי להפוך בטוח כי יישוםיישום תאימות נשמרת.

    שיטה 2: השבת את המדיניות עבור יישומים נפרדים

    הערה הערך Tהרישום שלו חייב להיות ערך DWORD. הערך החוקי היחיד הוא 0. כל האחרים ערך הוא התייחסות.

    • עבור תהליך של 32 סיביות, מערכת של 32 סיביות והן תהליך 64 סיביות במערכת של 64 סיביות:

      HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\v2.0.50727@System.Net.ServicePointManager.RequireCertificateEKUs
      S:\Prj\console_pg\console_pg45\bin\Release\console_pg45.exe=0
      C:\MyApp\MyApp.exe=0

    • עבור תהליך 32 סיביות במערכת של 64 סיביות:

      HKEY_LOCAL_MACHINE \Software\Wow6432Node\Microsoft\.NETFramework\v2.0.50727@System.Net.ServicePointManager.RequireCertificateEKUs
      S:\Prj\console_pg\console_pg45\bin\Release\console_pg45.exe=0
      C:\MyApp\MyApp.exe=0

    שיטה 3: שימוש ב- API של תצורה (זמין עבור .NET Framework 4.6 וגירסאות מאוחרות יותר)

    החל ב .NET Framework 4.6, באפשרותך לשנות את תצורת ברמת היישום באמצעות קוד, תצורת יישום, או שינויים ברישום.

    קביעת התצורה של הבורר ב.NET Framework 4.6

    הערה הבא דוגמאות להשבית תכונת האבטחה.

    • Programmatically

      הדבר הראשון היישום עליך לעשות הוא כדי להפעיל את הקוד הבא. הסיבה לכך היא מנהל נקודת שירות לאתחלs פעם אחת בלבד.
        private const string DisableCachingName = @"TestSwitch.LocalAppContext.DisableCaching"; private const string DontCheckCertificateEKUsName= @"Switch.System.Net.DontCheckCertificateEKUs"; AppContext.SetSwitch(DisableCachingName, true); AppContext.SetSwitch(DontCheckCertificateEKUsName, true);

    • Application configuration

      כדי לשנות את תצורת היישום, הוסף את הערך הבא:
        <runtime> <AppContextSwitchOverrides value="Switch.System.Net.DontCheckCertificateEKUsName=true"/> </runtime>

    • מפתח הרישום (מחשב הכללית):

      Registry location: HKEY_LOCAL_MACHINE\Software\[Wow6432Node\]Microsoft\.NETFramework\AppContext\Switch.System.Net.DontCheckCertificateEKUsName

      סוג: מחרוזת
      ערך: "true"

    הערה כברירת מחדל, Switch.System.Net.DontCheckCertificateEKUsName = True עבור כל .NET Framework 4. x יישומים שאינם נמצאים פועל .NET Framework 4.6 וגירסאות מתקדמות יותר.

  • לקבלת מידע נוסף אודות אבטחה זה עדכון בכל הקשור ל- Windows Server 2008 Service Pack 2, עיין במאמר הבא מתוך מאגר הידע Microsoft Knowledge Base:

    4019115 האבטחה ואת איכות הסיכום עבור .NET Framework 2.0 Service Pack 2, 4.5.2 ו- 4.6 העדכונים עבור Windows Server 2008 Service Pack 2: 9 במאי, 2017

כיצד להשיג ולהתקין את העדכון

שיטה 1: Windows Update

עדכון זה זמין באמצעות Windows Update. כאשר אתה מפעיל את העדכון האוטומטי, עדכון זה יורדו ויותקנו באופן אוטומטי. לקבלת מידע נוסף אודות אופן קבלת עדכוני אבטחה באופן אוטומטי, ראה עדכון Windows: שאלות נפוצות.

שיטה 2: Windows Software Update Services (WSUS)

בשרת WSUS, בצע את הפעולות הבאות:

  1. לחץ על התחל, לחץ על כלי ניהולולאחר מכן לחץ על Microsoft Windows Server Update Services 3.0.

  2. הרחב את שם המחשבולאחר מכן לחץ על הפעולה.

  3. לחץ על ייבוא עדכונים.

  4. WSUS יפתח חלון דפדפן שבה ייתכן שתתבקש להתקין פקד ActiveX. עליך להתקין את פקד ה-ActiveX כדי להמשיך.

  5. לאחר התקנת הפקד, תראה מסך קטלוג העדכון . הזן 4019115 בתיבת החיפוש ולאחר מכן לחץ על חיפוש.

  6. אתר את החבילות .NET Framework התואמות את מערכות ההפעלה, לשפות ולתהליכים בסביבה שלך. לחץ על הוסף כדי להוסיף אותם לסל שלך.

  7. לאחר שבחרת את החבילות הדרושות, לחץ על הצג הסל.

  8. לחץ על ' ייבוא ' כדי לייבא את החבילות לשרת WSUS.

  9. לחץ על סגור לאחר שהחבילות יובאו כדי לחזור ל- WSUS.

כעת העדכונים זמינים להתקנה באמצעות WSUS.

מידע על פריסת עדכון

לקבלת פרטי פריסה עבור עדכון אבטחה זה, עבור אל מאמר הבא מתוך מאגר הידע Microsoft Knowledge Base:

מידע על פריסת עדכון האבטחה 20170509 : 9 במאי, 2017

מידע על הסרת העדכון

הערה לא מומלץ להסיר את עדכון אבטחה כלשהו.

כדי להסיר עדכון זה, השתמש בפריט תוכניות ותכונות בלוח הבקרה.

מידע על הפעלה מחדש עדכון

עדכון זה אינו מחייב הפעלה מחדש של המערכת לאחר החלת אותו אלא אם הקבצים המעודכנים נעולים או נמצאים בשימוש.

מידע על החלפת עדכונים

עדכון זה אינו מחליף כל עדכון שפורסם בעבר.

פרטי קובץ

שם החבילה

קוד Hash של חבילת SHA 1

קוד Hash של חבילת SHA 2

Windows6.0-KB4014502-x64.msu

DBA795EC5E31665309B2B0BD314736F82CFE2CE2

BA31834CDBC1363EAC4B4EFFAF2D2A5991AD8485F39CE05856B810CC6F1CA847

Windows6.0-KB4014502-x86.msu

B54C3B3077BDDF8C9A84941EE0F58A4AA8973980

05E98DBB15687337501F869FAE37B99271FB79DABDA1E16DE99940FB9B9166E9


הגירסה האנגלית (ארה ב) של תיקון חם זה מתקינה קבצים הכוללים את התכונות המפורטות בטבלאות הבאות. התאריכים והשעות המתייחסים לקבצים הללו רשומים לפי זמן אוניברסלי מתואם (UTC). התאריכים והשעות עבור קבצים אלה במחשב המקומי שלך מוצגים בזמן המקומי, עם הפרש שעון הקיץ (DST) הנוכחי שלך. בנוסף, התאריכים והשעות עשויים להשתנות בעת ביצוע פעולות מסוימות על הקבצים.

עבור כל מערכות מבוססות x86

שם קובץ

גירסת קובץ

גודל קובץ

תאריך

שעה

mscorlib.resources.dll

2.0.50727.4016

352,256

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

425,984

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

331,776

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

348,160

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

319,488

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

290,816

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

397,312

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

278,528

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

278,528

07-Mar-2016

23:35

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

system.data.resources.dll

2.0.50727.5718

376,832

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

348,160

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

344,064

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

421,888

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

348,160

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

344,064

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

368,640

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

348,160

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

372,736

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

339,968

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

352,256

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

348,160

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

352,256

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

409,600

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

344,064

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

344,064

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

327,680

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

331,776

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

24,576

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

12,800

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

13,824

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

12,800

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

24,576

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

13,824

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

24,576

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

12,800

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,824

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

16,384

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

12,800

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

11,776

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

12,288

07-Mar-2016

23:35

system.management.dll

2.0.50727.8758

389,120

21-Mar-2017

13:08

system.resources.dll

2.0.50727.4016

241,664

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

294,912

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

221,184

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

233,472

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

196,608

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

266,240

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

184,320

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

184,320

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

32,768

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

16,896

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

32,768

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

16,384

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

16,384

07-Mar-2016

23:35

system.security.dll

2.0.50727.8759

270,336

28-Mar-2017

13:09

system.dll

2.0.50727.8759

3,203,072

28-Mar-2017

13:09

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

big5.nlp

66,728

07-Mar-2016

23:36

bopomofo.nlp

82,172

07-Mar-2016

23:36

ksc.nlp

116,756

07-Mar-2016

23:36

mscorlib.dll

2.0.50727.8762

4,554,752

07-Apr-2017

13:07

normidna.nlp

59,342

07-Mar-2016

23:36

normnfc.nlp

45,794

07-Mar-2016

23:36

normnfd.nlp

39,284

07-Mar-2016

23:36

normnfkc.nlp

66,384

07-Mar-2016

23:36

normnfkd.nlp

60,294

07-Mar-2016

23:36

prc.nlp

83,748

07-Mar-2016

23:36

prcp.nlp

83,748

07-Mar-2016

23:36

sortkey.nlp

262,148

07-Mar-2016

23:36

sorttbls.nlp

20,320

07-Mar-2016

23:36

xjis.nlp

28,288

07-Mar-2016

23:36

mscordacwks.dll

2.0.50727.8762

990,368

07-Apr-2017

13:07

mscorwks.dll

2.0.50727.8762

5,946,520

07-Apr-2017

13:07

sos.dll

2.0.50727.8762

389,776

07-Apr-2017

13:07

wminet_utils.dll

2.0.50727.8758

116,896

21-Mar-2017

13:08

presentationcore.dll

3.0.6920.8773

4,222,976

29-Mar-2017

13:08

presentationfontcache.exe.config

161

07-Mar-2016

23:36

wpfgfx_v0300.dll

3.0.6920.8773

1,737,888

29-Mar-2017

13:08

system.data.dll

2.0.50727.8762

2,975,744

07-Apr-2017

13:07

system.printing.dll

3.0.6920.8773

372,736

29-Mar-2017

13:08

penimc.dll

3.0.6920.8773

68,752

29-Mar-2017

13:08

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

presentationhostdll.dll

3.0.6920.8773

131,248

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

xpsviewer.exe

3.0.6920.8720

299,672

30-Aug-2016

13:07

עבור כל מערכות מבוססות-x64

שם קובץ

גירסת קובץ

גודל קובץ

תאריך

שעה

big5.nlp

66,728

07-Mar-2016

23:35

bopomofo.nlp

82,172

07-Mar-2016

23:35

ksc.nlp

116,756

07-Mar-2016

23:35

mscorlib.dll

2.0.50727.8762

4,571,136

07-Apr-2017

13:08

normidna.nlp

59,342

07-Mar-2016

23:35

normnfc.nlp

45,794

07-Mar-2016

23:35

normnfd.nlp

39,284

07-Mar-2016

23:35

normnfkc.nlp

66,384

07-Mar-2016

23:35

normnfkd.nlp

60,294

07-Mar-2016

23:35

prc.nlp

83,748

07-Mar-2016

23:35

prcp.nlp

83,748

07-Mar-2016

23:35

sortkey.nlp

262,148

07-Mar-2016

23:35

sorttbls.nlp

20,320

07-Mar-2016

23:35

xjis.nlp

28,288

07-Mar-2016

23:36

mscordacwks.dll

2.0.50727.8762

1,757,344

07-Apr-2017

13:08

mscorwks.dll

2.0.50727.8762

10,007,704

07-Apr-2017

13:08

sos.dll

2.0.50727.8762

486,032

07-Apr-2017

13:08

system.management.dll

2.0.50727.8758

389,120

21-Mar-2017

13:08

system.security.dll

2.0.50727.8759

270,336

28-Mar-2017

13:09

system.dll

2.0.50727.8759

3,203,072

28-Mar-2017

13:09

wminet_utils.dll

2.0.50727.8758

140,960

21-Mar-2017

13:08

presentationcore.dll

3.0.6920.8773

4,006,400

29-Mar-2017

13:08

presentationfontcache.exe.config

161

07-Mar-2016

23:36

wpfgfx_v0300.dll

3.0.6920.8773

2,256,032

29-Mar-2017

13:08

system.data.dll

2.0.50727.8762

3,150,336

07-Apr-2017

13:08

system.printing.dll

3.0.6920.8773

358,400

29-Mar-2017

13:08

penimc.dll

3.0.6920.8773

85,648

29-Mar-2017

13:08

presentationframework.dll

3.0.6920.8773

4,640,768

29-Mar-2017

13:08

presentationhostdll.dll

3.0.6920.8773

172,208

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

windowsbase.dll

3.0.6920.8773

1,118,208

29-Mar-2017

13:08

mscorlib.resources.dll

2.0.50727.4016

352,256

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

425,984

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:33

mscorlib.resources.dll

2.0.50727.4016

299,008

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

331,776

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

315,392

07-Mar-2016

23:34

mscorlib.resources.dll

2.0.50727.4016

307,200

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

348,160

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

319,488

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

290,816

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

311,296

07-Mar-2016

23:35

mscorlib.resources.dll

2.0.50727.4016

303,104

08-Mar-2016

00:23

mscorlib.resources.dll

2.0.50727.4016

307,200

08-Mar-2016

00:23

mscorlib.resources.dll

2.0.50727.4016

397,312

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

299,008

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

299,008

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

278,528

08-Mar-2016

00:24

mscorlib.resources.dll

2.0.50727.4016

278,528

07-Mar-2016

23:35

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

system.data.resources.dll

2.0.50727.5718

376,832

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

348,160

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

344,064

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

421,888

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

348,160

07-Mar-2016

23:33

system.data.resources.dll

2.0.50727.5718

344,064

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

368,640

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:34

system.data.resources.dll

2.0.50727.5718

348,160

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

372,736

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

339,968

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

352,256

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

356,352

07-Mar-2016

23:35

system.data.resources.dll

2.0.50727.5718

348,160

08-Mar-2016

00:23

system.data.resources.dll

2.0.50727.5718

352,256

08-Mar-2016

00:23

system.data.resources.dll

2.0.50727.5718

409,600

08-Mar-2016

00:24

system.data.resources.dll

2.0.50727.5718

344,064

08-Mar-2016

00:24

system.data.resources.dll

2.0.50727.5718

344,064

08-Mar-2016

00:24

system.data.resources.dll

2.0.50727.5718

327,680

08-Mar-2016

00:24

system.data.resources.dll

2.0.50727.5718

331,776

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

24,576

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

12,800

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

13,824

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:33

system.management.resources.dll

2.0.50727.4016

12,800

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

24,576

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

13,824

07-Mar-2016

23:34

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

24,576

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

12,800

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,824

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,312

07-Mar-2016

23:35

system.management.resources.dll

2.0.50727.4016

13,312

08-Mar-2016

00:23

system.management.resources.dll

2.0.50727.4016

13,312

08-Mar-2016

00:23

system.management.resources.dll

2.0.50727.4016

16,384

08-Mar-2016

00:24

system.management.resources.dll

2.0.50727.4016

12,800

08-Mar-2016

00:24

system.management.resources.dll

2.0.50727.4016

13,312

08-Mar-2016

00:24

system.management.resources.dll

2.0.50727.4016

11,776

08-Mar-2016

00:24

system.management.resources.dll

2.0.50727.4016

12,288

07-Mar-2016

23:35

system.management.dll

2.0.50727.8758

389,120

21-Mar-2017

13:08

system.resources.dll

2.0.50727.4016

241,664

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

294,912

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:33

system.resources.dll

2.0.50727.4016

200,704

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

212,992

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

221,184

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:34

system.resources.dll

2.0.50727.4016

204,800

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

233,472

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

217,088

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

196,608

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

07-Mar-2016

23:35

system.resources.dll

2.0.50727.4016

208,896

08-Mar-2016

00:23

system.resources.dll

2.0.50727.4016

208,896

08-Mar-2016

00:23

system.resources.dll

2.0.50727.4016

266,240

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

200,704

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

200,704

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

184,320

08-Mar-2016

00:24

system.resources.dll

2.0.50727.4016

184,320

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

32,768

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:33

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:34

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

16,896

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

07-Mar-2016

23:35

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:23

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:23

system.security.resources.dll

2.0.50727.4016

32,768

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

28,672

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

16,384

08-Mar-2016

00:24

system.security.resources.dll

2.0.50727.4016

16,384

07-Mar-2016

23:35

system.security.dll

2.0.50727.8759

270,336

28-Mar-2017

13:09

system.dll

2.0.50727.8759

3,203,072

28-Mar-2017

13:09

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

big5.nlp

66,728

07-Mar-2016

23:36

bopomofo.nlp

82,172

07-Mar-2016

23:36

ksc.nlp

116,756

07-Mar-2016

23:36

mscorlib.dll

2.0.50727.8762

4,554,752

07-Apr-2017

13:07

normidna.nlp

59,342

07-Mar-2016

23:36

normnfc.nlp

45,794

07-Mar-2016

23:36

normnfd.nlp

39,284

07-Mar-2016

23:36

normnfkc.nlp

66,384

07-Mar-2016

23:36

normnfkd.nlp

60,294

07-Mar-2016

23:36

prc.nlp

83,748

07-Mar-2016

23:36

prcp.nlp

83,748

07-Mar-2016

23:36

sortkey.nlp

262,148

07-Mar-2016

23:36

sorttbls.nlp

20,320

07-Mar-2016

23:36

xjis.nlp

28,288

07-Mar-2016

23:36

mscordacwks.dll

2.0.50727.8762

990,368

07-Apr-2017

13:07

mscorwks.dll

2.0.50727.8762

5,946,520

07-Apr-2017

13:07

sos.dll

2.0.50727.8762

389,776

07-Apr-2017

13:07

wminet_utils.dll

2.0.50727.8758

116,896

21-Mar-2017

13:08

presentationcore.dll

3.0.6920.8773

4,222,976

29-Mar-2017

13:08

presentationfontcache.exe.config

161

07-Mar-2016

23:36

wpfgfx_v0300.dll

3.0.6920.8773

1,737,888

29-Mar-2017

13:08

system.data.dll

2.0.50727.8762

2,975,744

07-Apr-2017

13:07

system.printing.dll

3.0.6920.8773

372,736

29-Mar-2017

13:08

penimc.dll

3.0.6920.8773

68,752

29-Mar-2017

13:08

presentationframework.dll

3.0.6920.8773

5,283,840

29-Mar-2017

13:08

presentationhostdll.dll

3.0.6920.8773

131,248

29-Mar-2017

13:08

reachframework.dll

3.0.6920.8773

532,480

29-Mar-2017

13:08

windowsbase.dll

3.0.6920.8773

1,257,472

29-Mar-2017

13:08

xpsviewer.exe

3.0.6920.8720

299,672

30-Aug-2016

13:07

 

כיצד להשיג עזרה ותמיכה עבור עדכון אבטחה זה

חל על

מאמר זה חל על הבאות:

  • Microsoft .NET Framework 2.0 Service Pack 2 בעת שימוש עם:

    • Windows Server 2008 ה-Service Pack 2

זקוק לעזרה נוספת?

מעוניין באפשרויות נוספות?

גלה את יתרונות המנוי, עיין בקורסי הדרכה, למד כיצד לאבטח את המכשיר שלך ועוד.

קהילות עוזרות לך לשאול שאלות ולהשיב עליהן, לתת משוב ולשמוע ממומחים בעלי ידע עשיר.

האם מידע זה היה שימושי?

עד כמה אתם מרוצים מאיכות השפה?
מה השפיע על החוויה שלך?
בלחיצה על 'שלח', אתה מאפשר למשוב שלך לשפר מוצרים ושירותים של Microsoft. מנהל ה-IT שלך יוכל לאסוף נתונים אלה. הצהרת הפרטיות.

תודה על המשוב!

×