<?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: ST_Raster is a security Risk? Why? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480125#M18545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, on both counts. No response, on both counts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2016 15:11:07 GMT</pubDate>
    <dc:creator>ThomasColson</dc:creator>
    <dc:date>2016-02-18T15:11:07Z</dc:date>
    <item>
      <title>ST_Raster is a security Risk? Why?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480121#M18541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently, when enabling &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//006z000000p9000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//006z000000p9000000" rel="nofollow noopener noreferrer" target="_blank"&gt;ArcGIS Help 10.1&lt;/A&gt; ST_Raster in SQL 2008/12 SDE (10.2 or 10.3) databases, the assembly is set to "Unsafe" by default. Attempts to set it to "Safe" result in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Msg 6218, Level 16, State 2, Line 3
CREATE ASSEMBLY for assembly 'libst_raster_sql' failed because assembly 'libst_raster_sql' failed verification. Check if the referenced assemblies are up-to-date and trusted (for external_access or unsafe) to execute in the database. CLR Verifier error messages if any will follow this message
[ : &amp;lt;Module&amp;gt;::.cctor][mdToken=0x6000eeb][offset 0x00000000] initlocals must be set for verifiable methods with one or more local variables.
[ : &amp;lt;Module&amp;gt;::_atexit_m][mdToken=0x6000008][offset 0x00000000] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::atexit][mdToken=0x6000009][offset 0x00000000] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::?A0x06aa64bb.??__E?A0x06aa64bb@RCS_Tag@@YMXXZ][mdToken=0x600000b][offset 0x00000000] Cannot modify an imaged based (RVA) static
[ : &amp;lt;Module&amp;gt;::FileSearchNode.{ctor}][mdToken=0x600000c][offset 0x00000000] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::FileSearchNode.__vecDelDtor][mdToken=0x600000d][offset 0x00000005] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::FileSearchNode.__vecDelDtor][mdToken=0x600000d][offset 0x0000002B] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::FileSearchNode.{dtor}][mdToken=0x600000e][offset 0x00000000] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::FileSearchNode.reset][mdToken=0x600000f][offset 0x00000000] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::FileSearchNode.alloc][mdToken=0x6000010][offset 0x00000001] Unmanaged pointers are not a verifiable type.
[ : &amp;lt;Module&amp;gt;::?A0x06aa64bb.??__E??_R0PEAD@8@@YMXXZ][mdToken=0x6000011][offset 0x0000000A][found address of value '&amp;lt;CppImplementationDetails&amp;gt;.$ArrayType$$$BY01Q6MXXZ'][expected address of Long] Unexpected type on the stack.
[ : &amp;lt;Module&amp;gt;::?A0x06aa64bb.??__E??_R0PEAD@8@@YMXXZ][mdToken=0x6000011][offset 0x0000000A][found address of value '&amp;lt;CppImplementationDetails&amp;gt;.$ArrayType$$$BY01Q6MXXZ'] Unexpected type on the stack.
[ : &amp;lt;Module&amp;gt;::?A0x06aa64bb.??__E??_R0PEAX@8@@YMXXZ][mdToken=0x6000012][offset 0x0000...&lt;/PRE&gt;&lt;P&gt;That surely can't be the case?!?!??!&amp;nbsp; We'll be other-than-ESRI database app customers pretty quickly if we can't use SDE to store 50% of our data.....instructions, as per &lt;A href="https://desktop.arcgis.com/en/desktop/latest/manage-data/using-sql-with-gdbs/install-st-raster-sqlserver.htm" title="https://desktop.arcgis.com/en/desktop/latest/manage-data/using-sql-with-gdbs/install-st-raster-sqlserver.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Install ST_Raster in SQL Server—Help | ArcGIS for Desktop&lt;/A&gt; , such as installing it as sysadmin, have been followed. Still an unsafe assembly. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The ESRI-provided SQL script to register the assembly includes these lines, which are both security holes. &lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;CREATE ASSEMBLY esri_raster FROM '$(st_raster_path)' WITH permission_set=UNSAFE
.....
EXEC sp_configure 'clr enabled',1&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some shifting of IT security winds are putting a lot of scrutiny on stuff like CLR and unsafe assemblies, not sure why ESRI would push out a product, that pretty soon, no one is going to be able to use due to stuff like this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:11:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480121#M18541</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2021-12-11T21:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: ST_Raster is a security Risk? Why?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480122#M18542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend that you create a case with Technical Support to have this looked into in more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the reference to the other GeoNet post: &lt;A _jive_internal="true" href="https://community.esri.com/thread/120204"&gt;https://community.esri.com/thread/120204&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;George T.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;​ &lt;A href="https://community.esri.com/space/2053"&gt;Enterprise GIS&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 11:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480122#M18542</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2015-06-15T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: ST_Raster is a security Risk? Why?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480123#M18543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see this isn't fixed with 10.4. &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;A href="http://downloads.esri.com/support/downloads/other_/104-IssuesAddressedList.pdf"&gt;http://downloads.esri.com/support/downloads/other_/104-IssuesAddressedList.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp; How could something as simple as digitally signing a dll be so hard for Esri? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 12:09:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480123#M18543</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-02-16T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: ST_Raster is a security Risk? Why?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480124#M18544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend filling out this form: &lt;A href="http://doc.arcgis.com/en/trust/security-concern/" title="http://doc.arcgis.com/en/trust/security-concern/"&gt;Report a Security Concern | ArcGIS&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also feel free to visit &lt;A href="http://doc.arcgis.com/en/Trust/" title="http://doc.arcgis.com/en/Trust/"&gt;Trust | ArcGIS&lt;/A&gt;&amp;nbsp; with any security related concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever open a support case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480124#M18544</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2016-02-16T13:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: ST_Raster is a security Risk? Why?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480125#M18545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, on both counts. No response, on both counts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480125#M18545</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-02-18T15:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: ST_Raster is a security Risk? Why?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480126#M18546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not surprising, but a sad state of affairs nonetheless.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:14:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480126#M18546</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-02-18T15:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: ST_Raster is a security Risk? Why?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480127#M18547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just checked and the case that you logged back in Sept of 2015 had an enhancement logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has been closed as a Known Limit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;ST_Raster uses external Win32 APIs for the Esri projection engine and spatial reference system. SAFE permissions cannot access external resources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help clear up some of the confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 15:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/st-raster-is-a-security-risk-why/m-p/480127#M18547</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2016-02-18T15:18:12Z</dc:date>
    </item>
  </channel>
</rss>

