<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re:How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the latest T in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1455479#M5656</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope the information I provided was helpful to you. Do you need further help with this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please inform us if you have any questions regards to this issue.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 13 Feb 2023 00:09:36 GMT</pubDate>
    <dc:creator>KFPW_Intel</dc:creator>
    <dc:date>2023-02-13T00:09:36Z</dc:date>
    <item>
      <title>How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the latest T</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1455003#M5654</link>
      <description>&lt;P&gt;1. The latest kernel of ubuntu 20.04 is installed&lt;/P&gt;
&lt;P&gt;root@work-machine:~# uname -rs&lt;BR /&gt;Linux 5.4.0-139-generic&lt;BR /&gt;root@work-machine:~# lsb_release -a&lt;BR /&gt;No LSB modules are available.&lt;BR /&gt;Distributor ID: Ubuntu&lt;BR /&gt;Description: Ubuntu 20.04.5 LTS&lt;BR /&gt;Release: 20.04&lt;BR /&gt;Codename: focal&lt;/P&gt;
&lt;P&gt;2. Intel's latest bios ucode microcode is installed&lt;/P&gt;
&lt;P&gt;root@work-machine:~# lscpu&lt;BR /&gt;Architecture: x86_64&lt;BR /&gt;CPU op-mode(s): 32-bit, 64-bit&lt;BR /&gt;Byte Order: Little Endian&lt;BR /&gt;Address sizes: 39 bits physical, 48 bits virtual&lt;BR /&gt;CPU(s): 6&lt;BR /&gt;On-line CPU(s) list: 0-5&lt;BR /&gt;Thread(s) per core: 1&lt;BR /&gt;Core(s) per socket: 6&lt;BR /&gt;Socket(s): 1&lt;BR /&gt;NUMA node(s): 1&lt;BR /&gt;Vendor ID: GenuineIntel&lt;BR /&gt;CPU family: 6&lt;BR /&gt;Model: 165&lt;BR /&gt;Model name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;BR /&gt;Stepping: 3&lt;BR /&gt;Frequency boost: enabled&lt;BR /&gt;CPU MHz: 804.275&lt;BR /&gt;CPU max MHz: 2901.0000&lt;BR /&gt;CPU min MHz: 800.0000&lt;BR /&gt;BogoMIPS: 5799.77&lt;BR /&gt;Virtualization: VT-x&lt;BR /&gt;L1d cache: 192 KiB&lt;BR /&gt;L1i cache: 192 KiB&lt;BR /&gt;L2 cache: 1.5 MiB&lt;BR /&gt;L3 cache: 12 MiB&lt;BR /&gt;NUMA node0 CPU(s): 0-5&lt;BR /&gt;Vulnerability Itlb multihit: KVM: Vulnerable&lt;BR /&gt;Vulnerability L1tf: Not affected&lt;BR /&gt;Vulnerability Mds: Not affected&lt;BR /&gt;Vulnerability Meltdown: Not affected&lt;BR /&gt;Vulnerability Mmio stale data: Mitigation; Clear CPU buffers; SMT disabled&lt;BR /&gt;Vulnerability Retbleed: Mitigation; Enhanced IBRS&lt;BR /&gt;Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp&lt;BR /&gt;Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization&lt;BR /&gt;Vulnerability Spectre v2: Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence&lt;BR /&gt;Vulnerability Srbds: Mitigation; Microcode&lt;BR /&gt;Vulnerability Tsx async abort: Not affected&lt;BR /&gt;Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art&lt;BR /&gt;arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 s&lt;BR /&gt;se4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr&lt;BR /&gt;_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves&lt;BR /&gt;dtherm ida arat pln pts md_clear flush_l1d arch_capabilities&lt;BR /&gt;root@work-machine:~# dmesg |grep microcode&lt;BR /&gt;[ 0.687849] microcode: sig=0xa0653, pf=0x2, revision=0xf4&lt;BR /&gt;[ 0.688878] microcode: Microcode Update Driver: v2.2.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;3. The latest Intel SGX SDK and Driver are installed&lt;/P&gt;
&lt;P&gt;root@work-machine:~# apt list installed libsgx*&lt;BR /&gt;Listing... Done&lt;BR /&gt;libsgx-ae-epid/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-ae-id-enclave/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ae-le/unknown,now 2.18.101.1-focal1 amd64 [installed,automatic]&lt;BR /&gt;libsgx-ae-pce/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-ae-qe3/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ae-qve/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ae-tdqe/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-aesm-ecdsa-plugin-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-ecdsa-plugin/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-epid-plugin-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-epid-plugin/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-launch-plugin-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-launch-plugin/unknown,now 2.18.101.1-focal1 amd64 [installed,automatic]&lt;BR /&gt;libsgx-aesm-pce-plugin-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-pce-plugin/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-quote-ex-plugin-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-aesm-quote-ex-plugin/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-dcap-default-qpl-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-default-qpl-dev/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-default-qpl/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-ql-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-ql-dev/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-ql/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-quote-verify-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-quote-verify-dev/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-dcap-quote-verify/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-enclave-common-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-enclave-common-dev/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-enclave-common/unknown,now 2.18.101.1-focal1 amd64 [installed]&lt;BR /&gt;libsgx-epid-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-epid-dev/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-epid/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-headers/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-launch-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-launch-dev/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-launch/unknown,now 2.18.101.1-focal1 amd64 [installed,automatic]&lt;BR /&gt;libsgx-pce-logic-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-pce-logic/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-qe3-logic-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-qe3-logic/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-quote-ex-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-quote-ex-dev/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-quote-ex/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-ra-network-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ra-network-dev/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ra-network/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ra-uefi-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ra-uefi-dev/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-ra-uefi/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-tdx-logic-dbgsym/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-tdx-logic-dev/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-tdx-logic/unknown 1.15.100.3-focal1 amd64&lt;BR /&gt;libsgx-uae-service-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-uae-service/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-urts-dbgsym/unknown 2.18.101.1-focal1 amd64&lt;BR /&gt;libsgx-urts/unknown 2.18.101.1-focal1 amd64&lt;/P&gt;
&lt;P&gt;4. Hyper-threading option in BIOS is turned off&lt;/P&gt;
&lt;P&gt;root@work-machine:~# dmidecode -t processor&lt;BR /&gt;# dmidecode 3.2&lt;BR /&gt;Getting SMBIOS data from sysfs.&lt;BR /&gt;SMBIOS 3.2.0 present.&lt;/P&gt;
&lt;P&gt;Handle 0x0047, DMI type 4, 48 bytes&lt;BR /&gt;Processor Information&lt;BR /&gt;Socket Designation: U3E1&lt;BR /&gt;Type: Central Processor&lt;BR /&gt;Family: Core i5&lt;BR /&gt;Manufacturer: Intel(R) Corporation&lt;BR /&gt;ID: 53 06 0A 00 FF FB EB BF&lt;BR /&gt;Signature: Type 0, Family 6, Model 165, Stepping 3&lt;BR /&gt;Flags:&lt;BR /&gt;FPU (Floating-point unit on-chip)&lt;BR /&gt;VME (Virtual mode extension)&lt;BR /&gt;DE (Debugging extension)&lt;BR /&gt;PSE (Page size extension)&lt;BR /&gt;TSC (Time stamp counter)&lt;BR /&gt;MSR (Model specific registers)&lt;BR /&gt;PAE (Physical address extension)&lt;BR /&gt;MCE (Machine check exception)&lt;BR /&gt;CX8 (CMPXCHG8 instruction supported)&lt;BR /&gt;APIC (On-chip APIC hardware supported)&lt;BR /&gt;SEP (Fast system call)&lt;BR /&gt;MTRR (Memory type range registers)&lt;BR /&gt;PGE (Page global enable)&lt;BR /&gt;MCA (Machine check architecture)&lt;BR /&gt;CMOV (Conditional move instruction supported)&lt;BR /&gt;PAT (Page attribute table)&lt;BR /&gt;PSE-36 (36-bit page size extension)&lt;BR /&gt;CLFSH (CLFLUSH instruction supported)&lt;BR /&gt;DS (Debug store)&lt;BR /&gt;ACPI (ACPI supported)&lt;BR /&gt;MMX (MMX technology supported)&lt;BR /&gt;FXSR (FXSAVE and FXSTOR instructions supported)&lt;BR /&gt;SSE (Streaming SIMD extensions)&lt;BR /&gt;SSE2 (Streaming SIMD extensions 2)&lt;BR /&gt;SS (Self-snoop)&lt;BR /&gt;HTT (Multi-threading)&lt;BR /&gt;TM (Thermal monitor supported)&lt;BR /&gt;PBE (Pending break enabled)&lt;BR /&gt;Version: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;BR /&gt;Voltage: 0.8 V&lt;BR /&gt;External Clock: 100 MHz&lt;BR /&gt;Max Speed: 8300 MHz&lt;BR /&gt;Current Speed: 2871 MHz&lt;BR /&gt;Status: Populated, Enabled&lt;BR /&gt;Upgrade: Other&lt;BR /&gt;L1 Cache Handle: 0x0044&lt;BR /&gt;L2 Cache Handle: 0x0045&lt;BR /&gt;L3 Cache Handle: 0x0046&lt;BR /&gt;Serial Number: To Be Filled By O.E.M.&lt;BR /&gt;Asset Tag: To Be Filled By O.E.M.&lt;BR /&gt;Part Number: To Be Filled By O.E.M.&lt;BR /&gt;Core Count: 6&lt;BR /&gt;Core Enabled: 6&lt;BR /&gt;Thread Count: 6&lt;BR /&gt;Characteristics:&lt;BR /&gt;64-bit capable&lt;BR /&gt;Multi-Core&lt;BR /&gt;Hardware Thread&lt;BR /&gt;Execute Protection&lt;BR /&gt;Enhanced Virtualization&lt;BR /&gt;Power/Performance Control&lt;/P&gt;
&lt;P&gt;root@work-machine:~# cat /proc/cpuinfo |grep "model name"&lt;BR /&gt;model name : Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;BR /&gt;model name : Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;BR /&gt;model name : Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;BR /&gt;model name : Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;BR /&gt;model name : Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;BR /&gt;model name : Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the latest Intel SGX remote authentication still prompts security vulnerabilities:&lt;/P&gt;
&lt;P&gt;isvEnclaveQuoteStatus = SW_HARDENING_NEEDED&lt;BR /&gt;advisoryURL = &lt;A href="https://security-center.intel.com" target="_blank"&gt;https://security-center.intel.com&lt;/A&gt;&lt;BR /&gt;advisoryIDs = "INTEL-SA-00334", "INTEL-SA-00615"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm confused now and can't find a solution. How can I solve this INTEL-SA-00615 vulnerability?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 18:06:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1455003#M5654</guid>
      <dc:creator>koreasoft</dc:creator>
      <dc:date>2023-02-09T18:06:04Z</dc:date>
    </item>
    <item>
      <title>Re:How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the latest T</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1455194#M5655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your interest in Intel® SGX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for providing these information to us, it helps us to understand the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on your information, Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz is affected. Refer &lt;A href="https://www.intel.com/content/www/us/en/developer/topic-technology/software-security-guidance/processors-affected-consolidated-product-cpu-model.html" rel="noopener noreferrer" target="_blank"&gt;Software Security Guidance&lt;/A&gt; for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to INTEL-SA-00615 Security Advisory, potential security vulnerabilities in Memory Mapped I/O (MMIO) for some Intel® Processors may allow information disclosure. Intel is releasing firmware updates to mitigate these potential vulnerabilities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel recommends that users of the affected Intel® Processors update to the latest version provided by the system manufacturer that addresses these issues.&lt;/P&gt;&lt;P&gt;Intel® SGX PSW for Windows to version 2.16.100.3 or later:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://registrationcenter.intel.com/en/products/download/3406/" rel="noopener noreferrer" target="_blank"&gt;https://registrationcenter.intel.com/en/products/download/3406/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Intel® SGX SDK for Windows to version 2.16.100.3 or later:&lt;/P&gt;&lt;P&gt;&lt;A href="https://registrationcenter.intel.com/en/products/download/3407/" rel="noopener noreferrer" target="_blank"&gt;https://registrationcenter.intel.com/en/products/download/3407/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Intel® SGX DCAP for Windows to version 1.14.100.3 or later:&lt;/P&gt;&lt;P&gt;&lt;A href="https://registrationcenter.intel.com/en/products/download/3610/" rel="noopener noreferrer" target="_blank"&gt;https://registrationcenter.intel.com/en/products/download/3610/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Intel® SGX PSW for Linux to version 2.17.100.3 or later:&lt;/P&gt;&lt;P&gt;&lt;A href="https://01.org/intel-software-guard-extensions/downloads" rel="noopener noreferrer" target="_blank"&gt;https://01.org/intel-software-guard-extensions/downloads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Intel® SGX SDK for Linux to version 2.17.100.3 or later:&lt;/P&gt;&lt;P&gt;&lt;A href="https://01.org/intel-software-guard-extensions/downloads" rel="noopener noreferrer" target="_blank"&gt;https://01.org/intel-software-guard-extensions/downloads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Intel® SGX DCAP for Linux to version 1.14.100.3 or later:&lt;/P&gt;&lt;P&gt;&lt;A href="https://01.org/intel-software-guard-extensions/downloads" rel="noopener noreferrer" target="_blank"&gt;https://01.org/intel-software-guard-extensions/downloads&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To address this issue, an Intel SGX TCB Recovery is planned. Details can be found&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/resources/q4-2022-intel-sgx-tcb-recovery-guidance.html" rel="noopener noreferrer" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Refer to&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/security-center/technical-details/sgx-attestation-technical-details.html" rel="noopener noreferrer" target="_blank"&gt;Intel SGX Attestation Technical Details&lt;/A&gt;&amp;nbsp;for more information on the Intel SGX TCB recovery process.&lt;/P&gt;&lt;P&gt;Further&amp;nbsp;&lt;A href="https://software.intel.com/content/www/us/en/develop/download/intel-software-guard-extensions-trusted-computing-base-tcb-recovery.html" rel="noopener noreferrer" target="_blank"&gt;TCB Recovery Guidance&lt;/A&gt;&amp;nbsp;for developers is available&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that these information may be useful for you. Inform us if you have any question. Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2023 04:53:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1455194#M5655</guid>
      <dc:creator>KFPW_Intel</dc:creator>
      <dc:date>2023-02-10T04:53:19Z</dc:date>
    </item>
    <item>
      <title>Re:How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the latest T</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1455479#M5656</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I hope the information I provided was helpful to you. Do you need further help with this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please inform us if you have any questions regards to this issue.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2023 00:09:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1455479#M5656</guid>
      <dc:creator>KFPW_Intel</dc:creator>
      <dc:date>2023-02-13T00:09:36Z</dc:date>
    </item>
    <item>
      <title>Re:How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the latest T</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1456356#M5658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard from you in several days so we will no longer monitor this thread. We hope you were able to resolve your issue. Please start a new thread if you need further help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Feb 2023 00:05:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1456356#M5658</guid>
      <dc:creator>KFPW_Intel</dc:creator>
      <dc:date>2023-02-16T00:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the l</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1691582#M6380</link>
      <description>&lt;P&gt;Hi, do I understand right that if all TCB versions &lt;A href="https://api.trustedservices.intel.com/sgx/certification/v4/tcb?fmspc=00606A000000&amp;amp;update=early" target="_blank" rel="noopener"&gt;"https://api.trustedservices.intel.com/sgx/certification/v4/tcb?fmspc=00606A000000&amp;amp;update=early&lt;/A&gt;" contain&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;INTEL-SA-00615&lt;/SPAN&gt;&lt;/SPAN&gt; in &lt;SPAN class=""&gt;advisoryIDs then mitigation for&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;INTEL-SA-00615&lt;/SPAN&gt;&lt;/SPAN&gt; doesn't exist? Otherwise tcb version without&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;INTEL-SA-00615&lt;/SPAN&gt;&lt;/SPAN&gt; would be listed?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 May 2025 18:54:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1691582#M6380</guid>
      <dc:creator>alche</dc:creator>
      <dc:date>2025-05-21T18:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the l</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1691817#M6381</link>
      <description>&lt;DIV data-olk-copy-source="MessageBody"&gt;Your understanding is basically correct, but I want to give more details.&lt;/DIV&gt;
&lt;DIV data-olk-copy-source="MessageBody"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;As all TCB Levels&amp;nbsp;returned by Intel PCS for this FMSPC include &lt;EM&gt;INTEL-SA-00615&lt;/EM&gt; in the&lt;SPAN&gt;&amp;nbsp;&lt;EM&gt;advisoryIDs&lt;/EM&gt;,&lt;/SPAN&gt;&amp;nbsp;this indicates that no TCB level is available that fully mitigates this advisory&amp;nbsp;in hardware/firmware alone. In other words, there is no microcode or platform update yet that resolves this issue at the TCB level.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;However, the status of the newest TCB level is &lt;EM&gt;SWHardeningNeeded&lt;/EM&gt; which means: The issue can be mitigated&amp;nbsp;through software updates&amp;nbsp;(e.g., SGX SDK, PSW, or enclave-level changes).&lt;BR /&gt;We provide detailed guidance in &lt;EM&gt;INTEL-SA-00615&lt;/EM&gt;&amp;nbsp;and in the forum response above.&lt;BR /&gt;&lt;EM&gt;SWHardeningNeeded&lt;/EM&gt; is the best possible status in this case, because attestation cannot recognize whether or not the suggested software hardening was applied or not.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&lt;/DIV&gt;
&lt;DIV&gt;Benny&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 May 2025 15:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1691817#M6381</guid>
      <dc:creator>Benny_Intel</dc:creator>
      <dc:date>2025-05-22T15:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re:How to solve the IAS authentication display vulnerability INTEL-SA-00615 after applying the l</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1691827#M6382</link>
      <description>&lt;P&gt;Thanks, that’s exactly what I wanted to understand&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 16:04:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-solve-the-IAS-authentication-display-vulnerability-INTEL/m-p/1691827#M6382</guid>
      <dc:creator>alche</dc:creator>
      <dc:date>2025-05-22T16:04:10Z</dc:date>
    </item>
  </channel>
</rss>

