<?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: Receiving vulnerabilities from our Splunk hosted web server/website in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532899#M9549</link>
    <description>&lt;P&gt;&amp;nbsp;Are you running Splunk with SSL/HTTPS?&lt;/P&gt;</description>
    <pubDate>Sat, 12 Dec 2020 12:07:24 GMT</pubDate>
    <dc:creator>nickhills</dc:creator>
    <dc:date>2020-12-12T12:07:24Z</dc:date>
    <item>
      <title>Receiving vulnerabilities from our Splunk hosted web server/website</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532881#M9548</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;So we have website hosted in Splunk. We are detecting these vulnerabilities&amp;nbsp;Server header Detected,&amp;nbsp;Incorrect X-Xss-Protection and&amp;nbsp;Incorrect Set-Cookie which has issue category as&amp;nbsp;Insecure HTTP Header. We would like to know on how to resolve this vulnerabilities? Thanks!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 22:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532881#M9548</guid>
      <dc:creator>jmdelrosario26</dc:creator>
      <dc:date>2020-12-11T22:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving vulnerabilities from our Splunk hosted web server/website</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532899#M9549</link>
      <description>&lt;P&gt;&amp;nbsp;Are you running Splunk with SSL/HTTPS?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 12:07:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532899#M9549</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-12T12:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving vulnerabilities from our Splunk hosted web server/website</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532900#M9550</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes, we are already running Splunk with SSL/HTTPS. Do we need to perform further actions? We are still detecting vulnerabilities.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 12:32:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532900#M9550</guid>
      <dc:creator>jmdelrosario26</dc:creator>
      <dc:date>2020-12-12T12:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving vulnerabilities from our Splunk hosted web server/website</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532903#M9551</link>
      <description>&lt;P&gt;What version of Splunk?&lt;/P&gt;&lt;P&gt;Also - are you serving Splunk directly, or is there a load balancer doing SSL offload perhaps?&lt;/P&gt;&lt;P&gt;The cookies should be set to secure if Splunk is running with native SSL,&amp;nbsp; however you can control the response headers separately if you need to.&lt;/P&gt;&lt;P&gt;Take a look at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.0/Admin/Webconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.0/Admin/Webconf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in web.conf you should be able to set:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[httpServer]
replyHeader.X-XSS-Protection=1; mode=block&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 15:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532903#M9551</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-12T15:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving vulnerabilities from our Splunk hosted web server/website</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532909#M9553</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are hosting the website in Splunk directly. We are not using load balancer. The SSL certificate we use is signed by Digital 3rd Party Certificate Authority. Our Splunk version is&amp;nbsp;Splunk 7.2.1. So we can just add this config in the web.conf file to resolve the issue? Will editing the web.conf file cause issue to our production instance?&amp;nbsp;&lt;/P&gt;&lt;P&gt;[httpServer]&lt;BR /&gt;replyHeader.X-XSS-Protection=1; mode=block&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 18:38:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Receiving-vulnerabilities-from-our-Splunk-hosted-web-server/m-p/532909#M9553</guid>
      <dc:creator>jmdelrosario26</dc:creator>
      <dc:date>2020-12-12T18:38:31Z</dc:date>
    </item>
  </channel>
</rss>

