<?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 @Igor， Sorry for my later in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155278#M2716</link>
    <description>&lt;P&gt;@Igor， Sorry for my later response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When IAS has new release, I think you should receive the notice.&amp;nbsp; Please pay attention to the notice&lt;/P&gt;&lt;P&gt;2. please monitor the BIOS update for your platform&lt;/P&gt;&lt;P&gt;3. please pay attention to use the latest SGX PSW&amp;nbsp;software stack.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2020 10:16:13 GMT</pubDate>
    <dc:creator>Junli_S_Intel</dc:creator>
    <dc:date>2020-04-10T10:16:13Z</dc:date>
    <item>
      <title>How to resolve 0x4006 error code (GROUP_OUT_OF_DATE)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155275#M2713</link>
      <description>&lt;P&gt;I am trying to run RAP code (with few modification) from &lt;A href="https://github.com/intel/sgx-ra-sample"&gt;https://github.com/intel/sgx-ra-sample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In my settings I have two computers Intel NUC both with production code: BOXNUC8i7HVK3.&lt;/P&gt;&lt;P&gt;Two days before I updated their BIOS to the latest version which to my best knowledge is: HNKBLi70.86A.0059.2019.1112.1124&lt;/P&gt;&lt;P&gt;In both PCs I am using ubuntu 18.04 and have also downloaded the latest SGX packages which seems to be version 2.7.101.3 from &lt;A href="https://download.01.org/intel-sgx/sgx-linux/2.7.1/distro/ubuntu18.04-server/"&gt;https://download.01.org/intel-sgx/sgx-linux/2.7.1/distro/ubuntu18.04-server/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So up to now I assumed everything was up to date.&lt;/P&gt;&lt;P&gt;Then I run RAP betweem two computers in which one acts as client where my enclave resides and the other acts as server from where in gateway (a VM in my case) initiates RAP with the client.&lt;/P&gt;&lt;P&gt;The code runs and I got the following output in both machines:&lt;/P&gt;&lt;P&gt;in server machine where I execute: ./run-server, I got the following output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;---- ISV Enclave Trust Status ----------------------------------------------
Enclave NOT TRUSTED and COMPLICATED - Reason: GROUP_OUT_OF_DATE
A Platform Info Blob (PIB) was provided by the IAS
&lt;/PRE&gt;

&lt;P&gt;And at client side I got the following output:&lt;/P&gt;

&lt;PRE class="brush:bash; class-name:dark;"&gt;---- Enclave Trust Status from Service Provider ----------------------------
Enclave TRUSTED
A Platform Info Blob (PIB) was provided by the IAS
+++ PIB: 04000900000d0d02040101030000000000000000000a00000b000000020000000000000b71609ba302469a76dcf30f0dc16dbe69cb2f779d648a577e960948c9c32da1ca65758b9618c49a952c29213fbe4b8aa3cd04116a8df549112f672f213b4a4291f5
+++ sgx_report_attestation_status ret = 0x4006
----------------------------------------------------------------------------

---- Platform Update Required ----------------------------------------------
The following Platform Update(s) are required to bring this
platform's Trusted Computing Base (TCB) back into compliance:

  * Intel SGX Platform Software needs to be updated to the latest version.
  * The CPU Microcode needs to be updated.  Contact your OEM for a platform
    BIOS Update.

----------------------------------------------------------------------------
&lt;/PRE&gt;

&lt;P&gt;I need some help how to resolve such issue.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 15:00:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155275#M2713</guid>
      <dc:creator>Rama__Klei</dc:creator>
      <dc:date>2019-12-11T15:00:52Z</dc:date>
    </item>
    <item>
      <title>The root cause should be that</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155276#M2714</link>
      <description>&lt;P&gt;The root cause should be that the BIOS has some security issue, and the used latest BIOS didn't resolve this security issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your log file, there are should some information like: advisory-url and advisory-ids. Please refer these information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Except waiting for the latest BISO that resolve the security issue,&amp;nbsp; it seems that there is no good way to resolve your problem.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 03:24:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155276#M2714</guid>
      <dc:creator>Junli_S_Intel</dc:creator>
      <dc:date>2019-12-18T03:24:55Z</dc:date>
    </item>
    <item>
      <title>Hi Junli,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155277#M2715</link>
      <description>&lt;P&gt;Hi Junli,&lt;/P&gt;&lt;P&gt;I have the same problem as a topic starter. While I have the latest BIOS version in place, I also get a GROUP_OUT_OF_DATE error from IAS.&lt;/P&gt;&lt;P&gt;Now, I do understand that due to newly discovered CPU vulnerabilities (now there is a new LVI one) there will be new BIOS updates with patches. This is great and I applaud your team for their effort to make SGX more secure and robust. What I don't understand is why you update the IAS configs that determine what platforms can be trusted or not without releasing the BIOS updates for those platforms at the same time.&lt;/P&gt;&lt;P&gt;Will there ever be a moment when my Intel NUC&amp;nbsp;NUC7i7BNH with the latest BIOS installed and the Intel IAS service trust each other? Is there anything I can do about it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;JUNLI S. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The root cause should be that the BIOS has some security issue, and the used latest BIOS didn't resolve this security issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your log file, there are should some information like: advisory-url and advisory-ids. Please refer these information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Except waiting for the latest BISO that resolve the security issue,&amp;nbsp; it seems that there is no good way to resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 23:58:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155277#M2715</guid>
      <dc:creator>Zavalyshyn__Igor</dc:creator>
      <dc:date>2020-03-11T23:58:56Z</dc:date>
    </item>
    <item>
      <title>@Igor， Sorry for my later</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155278#M2716</link>
      <description>&lt;P&gt;@Igor， Sorry for my later response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. When IAS has new release, I think you should receive the notice.&amp;nbsp; Please pay attention to the notice&lt;/P&gt;&lt;P&gt;2. please monitor the BIOS update for your platform&lt;/P&gt;&lt;P&gt;3. please pay attention to use the latest SGX PSW&amp;nbsp;software stack.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 10:16:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/How-to-resolve-0x4006-error-code-GROUP-OUT-OF-DATE/m-p/1155278#M2716</guid>
      <dc:creator>Junli_S_Intel</dc:creator>
      <dc:date>2020-04-10T10:16:13Z</dc:date>
    </item>
  </channel>
</rss>

