<?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: SSL Weak Encryption Question - HP Management Agents in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414116#M7076</link>
    <description>we are seeing this same issue on 200+ servers now.  Has anyone found a solution to this other than uninstalling?</description>
    <pubDate>Tue, 16 Nov 2004 13:27:07 GMT</pubDate>
    <dc:creator>charles francis</dc:creator>
    <dc:date>2004-11-16T13:27:07Z</dc:date>
    <item>
      <title>SSL Weak Encryption Question - HP Management Agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414113#M7073</link>
      <description>Our security vulnerability scanning device has detected the following vulnerability on all of our servers with the HP Management Web Agents - over 600 thus far. This is found on the apache backend of the management agents on port 2381. Any ideas how to fix? Thanks much for your ideas and recommendations in advance. Assume the servers all have agents v7.10a.&lt;BR /&gt;&lt;BR /&gt;SSL Server uses weak encryption vulnerability:&lt;BR /&gt;&lt;BR /&gt;THREAT:&lt;BR /&gt;The Secure Socket Layer (SSL) protocol allows for secure communication between a client and a server. &lt;BR /&gt;SSL encryption ciphers are classified based on the encryption key length as follows:&lt;BR /&gt;&lt;BR /&gt;HIGH - key length larger than 128 bits &lt;BR /&gt;MEDIUM - key length equal to 128 bits &lt;BR /&gt;LOW - key length smaller than 128 bits &lt;BR /&gt;Messages encrypted with LOW encryption ciphers are easy to decrypt. Commercial SSL servers should only support MEDIUM or HIGH strength ciphers to guarantee transaction security. SSL servers support a LOW grade cipher even though the client supports stronger ciphers. &lt;BR /&gt;&lt;BR /&gt;IMPACT:&lt;BR /&gt;An attacker can exploit this vulnerability to decrypt secure communications without authorization.&lt;BR /&gt;&lt;BR /&gt;SOLUTION:&lt;BR /&gt;Disable support for LOW encryption ciphers.&lt;BR /&gt;Typically, for Apache/mod_ssl, httpd.conf or ssl.conf should have the following lines:&lt;BR /&gt;SSLProtocol: -ALL +SSLv3 +TLSv1&lt;BR /&gt;SSLCipherSuite: ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM&lt;BR /&gt;&lt;BR /&gt;RESULT:&lt;BR /&gt;CIPHER KEY-EXCHANGE AUTHENTICATION MAC ENCRYPTION(KEY-STRENGTH) GRADE &lt;BR /&gt;&lt;BR /&gt;SSLv2 SELECTED THE FOLLOWING WEAK CIPHER &lt;BR /&gt;EXP-RC2-CBC-MD5 RSA(512) RSA MD5 RC2(40) LOW &lt;BR /&gt;&lt;BR /&gt;SSLv3 SELECTED THE FOLLOWING WEAK CIPHER &lt;BR /&gt;EXP1024-RC4-SHA RSA(1024) RSA SHA1 RC4(56) LOW &lt;BR /&gt;&lt;BR /&gt;TLSv1 SELECTED THE FOLLOWING WEAK CIPHER &lt;BR /&gt;EXP1024-RC4-SHA RSA(1024) RSA SHA1 RC4(56) LOW</description>
      <pubDate>Wed, 03 Nov 2004 11:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414113#M7073</guid>
      <dc:creator>Chris Michalek</dc:creator>
      <dc:date>2004-11-03T11:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Weak Encryption Question - HP Management Agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414114#M7074</link>
      <description>If your scanning software is identifying the agents as being hosted in Apache, this is in error.</description>
      <pubDate>Wed, 03 Nov 2004 11:54:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414114#M7074</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2004-11-03T11:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Weak Encryption Question - HP Management Agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414115#M7075</link>
      <description>You are correct - I jumped the gun in assuming the backend was Apache.  The vulnerability certainly is the web agent as it exists on port 2381.  Any insight would be much appreciated, and I certainly already do appreciate your quick response.</description>
      <pubDate>Wed, 03 Nov 2004 16:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414115#M7075</guid>
      <dc:creator>Chris Michalek</dc:creator>
      <dc:date>2004-11-03T16:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Weak Encryption Question - HP Management Agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414116#M7076</link>
      <description>we are seeing this same issue on 200+ servers now.  Has anyone found a solution to this other than uninstalling?</description>
      <pubDate>Tue, 16 Nov 2004 13:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414116#M7076</guid>
      <dc:creator>charles francis</dc:creator>
      <dc:date>2004-11-16T13:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Weak Encryption Question - HP Management Agents</title>
      <link>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414117#M7077</link>
      <description>Worked through our HP rep.  Response is summed as follows:&lt;BR /&gt;&lt;BR /&gt;Putting all of this to rest will be version 7.2 of the Insight Agents, due out in February 2005.  It will support 128-bit SSL encryption only, removing 56-bit SSL encryption completely.</description>
      <pubDate>Tue, 16 Nov 2004 15:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/ssl-weak-encryption-question-hp-management-agents/m-p/3414117#M7077</guid>
      <dc:creator>Chris Michalek</dc:creator>
      <dc:date>2004-11-16T15:04:37Z</dc:date>
    </item>
  </channel>
</rss>

