<?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>question Re: Are there any effects of Spark2 by CVE-2022-33891? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/353528#M236743</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80393"&gt;@rki_&lt;/a&gt; , unfortunately, on my kerberos cluster (HDP 2.6.5), I can't find it in Spark from Ambari.&lt;BR /&gt;Do I need to activate them specifically&amp;nbsp; into custom Spark configs even it's disabled (false) by default ?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 14:03:07 GMT</pubDate>
    <dc:creator>jeromedruais</dc:creator>
    <dc:date>2022-09-28T14:03:07Z</dc:date>
    <item>
      <title>Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/349682#M235731</link>
      <description>&lt;P&gt;I'm checking whether there are any effects to spark2 by CVE-2022-33891 or not.&lt;/P&gt;&lt;P&gt;Is there anyone who can explanin it to me?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 06:10:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/349682#M235731</guid>
      <dc:creator>JiHoone</dc:creator>
      <dc:date>2022-08-08T06:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/349683#M235732</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/98597"&gt;@JiHoone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;Spark security vulnerability CVE-2022-33891 affects Spark 2 and Spark 3 versions but not 3.1.3, 3.0.4, 3.3.0, 3.2.2 versions". The CVE is only affected if you have enabled ACLs on the SHS UI. By default, ACLs are disabled. If ACLs are enabled, then specified users and groups have access, and group membership is checked using ShellBasedGroupsMappingProvider (which is the class with the vulnerability).&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Cluster is affected by the CVE only when the GroupMappingServiceProvider is called - which means when spark.history.ui.acls.enable or spark.acls.enable is enabled.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 06:38:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/349683#M235732</guid>
      <dc:creator>rki_</dc:creator>
      <dc:date>2022-08-08T06:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/353450#M236712</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80393"&gt;@rki_&lt;/a&gt; , how could we saw or configure it to disable acls ?&lt;BR /&gt;Thanks for your answer.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 14:52:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/353450#M236712</guid>
      <dc:creator>jeromedruais</dc:creator>
      <dc:date>2022-09-27T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/353500#M236730</link>
      <description>&lt;P&gt;Hi, Inside Spark, you can check for&amp;nbsp;&lt;SPAN&gt;spark.history.ui.acls.enable and&amp;nbsp;spark.acls.enable. These should be false by default.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://spark.apache.org/docs/2.4.3/security.html#authentication-and-authorization" target="_blank"&gt;https://spark.apache.org/docs/2.4.3/security.html#authentication-and-authorization&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 08:57:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/353500#M236730</guid>
      <dc:creator>rki_</dc:creator>
      <dc:date>2022-09-28T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/353528#M236743</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80393"&gt;@rki_&lt;/a&gt; , unfortunately, on my kerberos cluster (HDP 2.6.5), I can't find it in Spark from Ambari.&lt;BR /&gt;Do I need to activate them specifically&amp;nbsp; into custom Spark configs even it's disabled (false) by default ?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 14:03:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/353528#M236743</guid>
      <dc:creator>jeromedruais</dc:creator>
      <dc:date>2022-09-28T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/354086#M236844</link>
      <description>&lt;P&gt;Hi, Those parameter won't be exposed by Ambari and would be false by default. The parameters would go into Custom spark-defaults. As they are disabled by default, I would suggest not to enable them.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 12:04:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/354086#M236844</guid>
      <dc:creator>rki_</dc:creator>
      <dc:date>2022-10-05T12:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/354548#M236932</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/71807"&gt;@rki&lt;/a&gt; as I can't find those parameters into Ambari, is it possible to enforce disabling it spark.enable.acls = false into Ambari (Custom Spark-defaults) ?&lt;/P&gt;&lt;P&gt;Or maybe it's not be possible to expose by Ambari at all !&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 14:45:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/354548#M236932</guid>
      <dc:creator>jeromedruais</dc:creator>
      <dc:date>2022-10-11T14:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/358651#M237907</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80393"&gt;@rki_&lt;/a&gt;&amp;nbsp; We are using CDH 6.3.4 and we have spark on yarn:&lt;BR /&gt;Below is the version details:&lt;/P&gt;&lt;P&gt;Welcome to&lt;BR /&gt;____ __&lt;BR /&gt;/ __/__ ___ _____/ /__&lt;BR /&gt;_\ \/ _ \/ _ `/ __/ '_/&lt;BR /&gt;/___/ .__/\_,_/_/ /_/\_\ version 2.4.0-cdh6.3.4&lt;BR /&gt;/_/&lt;/P&gt;&lt;P&gt;Using Scala version 2.11.12, OpenJDK 64-Bit Server VM, 1.8.0_342&lt;BR /&gt;Branch HEAD&lt;BR /&gt;Compiled by user jenkins on 2022-01-10T17:29:31Z&lt;BR /&gt;Revision HEAD&lt;BR /&gt;Url&lt;BR /&gt;Type --help for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are we affected? if yes then please can you tell us how to remediate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 14:18:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/358651#M237907</guid>
      <dc:creator>SagarMore</dc:creator>
      <dc:date>2022-11-30T14:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any effects of Spark2 by CVE-2022-33891?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/367145#M239809</link>
      <description>&lt;P&gt;Hello Jero, Can you please let me know where you saw the parameters and how did you handle it ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 10:18:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Are-there-any-effects-of-Spark2-by-CVE-2022-33891/m-p/367145#M239809</guid>
      <dc:creator>HDP1</dc:creator>
      <dc:date>2023-03-29T10:18:53Z</dc:date>
    </item>
  </channel>
</rss>

