<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Security on </title>
    <link>https://stoeps.de/tags/security/</link>
    <description>Recent content in Security on </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>christoph.stoettner@stoeps.de (Christoph Stoettner)</managingEditor>
    <webMaster>christoph.stoettner@stoeps.de (Christoph Stoettner)</webMaster>
    <copyright>&amp;copy; 2026 Christoph Stöttner - This work is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) &lt;span class=&#39;footerimg&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/cc.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/by.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;img src=&#39;https://mirrors.creativecommons.org/presskit/icons/sa.svg&#39; alt=&#39;&#39; style=&#39;max-width: 1em;max-height:1em;margin-left: .2em;&#39;&gt;&lt;/span&gt;</copyright>
    <lastBuildDate>Fri, 26 Sep 2025 18:00:00 +0200</lastBuildDate><atom:link href="https://stoeps.de/tags/security/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>HCL Connections is vulnerable for CVE-2025-54988</title>
      <link>https://stoeps.de/posts/2025/hcl_connections_is_vulnerable_for_cve-2025-54988/</link>
      <pubDate>Fri, 26 Sep 2025 18:00:00 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2025/hcl_connections_is_vulnerable_for_cve-2025-54988/</guid>
      <description>&lt;p&gt;HCL published the &lt;a href=&#34;https://support.hcl-software.com/csm?id=kb_article&amp;amp;sysparm_article=KB0124266&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Security Bulletin: HCL Connections is affected by an XML External Entity (XXE) vulnerability in Apache Tika (CVE-2025-54988)&lt;/a&gt; that Connections is also vulnerable for &lt;a href=&#34;https://nvd.nist.gov/vuln/detail/CVE-2025-54988&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;CVE-2025-54988&lt;/a&gt;!&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2025/hcl_connections_is_vulnerable_for_cve-2025-54988/feature.jpg" />
    </item>
    
    <item>
      <title>Troubleshooting IBM WebSphere LDAP Security</title>
      <link>https://stoeps.de/posts/2025/websphere_troubleshooting_disable_security/</link>
      <pubDate>Wed, 09 Apr 2025 21:00:00 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2025/websphere_troubleshooting_disable_security/</guid>
      <description>&lt;p&gt;Most of the LDAP connections from IBM WebSphere Application Server are configured with TLS. So you need to have the root certificate in the WebSphere truststore to connect.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2025/websphere_troubleshooting_disable_security/feature.jpg" />
    </item>
    
    <item>
      <title>CVE-2024-23557 - HCL Connections Security Update for User Enumeration Vulnerability</title>
      <link>https://stoeps.de/posts/2024/cve-2024-23557/</link>
      <pubDate>Sun, 21 Apr 2024 17:30:00 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2024/cve-2024-23557/</guid>
      <description>&lt;p&gt;Some time back, I stumbled upon a flaw in HCL Connections 7 and 8 that allowed for user enumeration. This flaw could be exploited by anonymous users.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2024/cve-2024-23557/feature.jpg" />
    </item>
    
    <item>
      <title>Update Elasticsearch certificates in Componentpack</title>
      <link>https://stoeps.de/posts/2022/update-elasticsearch-certificates/</link>
      <pubDate>Fri, 02 Sep 2022 13:00:00 +0200</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2022/update-elasticsearch-certificates/</guid>
      <description>&lt;p&gt;Elasticsearch in HCL Connections Componentpack is secured with Searchguard and needs certificates to work properly. These certificates are generated by &lt;a href=&#34;https://help.hcltechsw.com/connections/v7/admin/install/cp_install_services_tasks.html?hl=bootstrap#cp_install_services_tasks__section_iqb_24c_qmb&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;bootstrap&lt;/a&gt; during the initial container deployment with &lt;code&gt;helm&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;These certificates are valid for 10 years (&lt;code&gt;chain_ca.pem&lt;/code&gt;) or 2 years (&lt;code&gt;elasticsearch*.pem&lt;/code&gt;) and stored in the Kubernetes secrets &lt;code&gt;elasticsearch-secret&lt;/code&gt;, &lt;code&gt;elasticsearch-7-secret&lt;/code&gt;. So when your HCL Connections deployment is running for 2 years, the certficates stop working.&lt;/p&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2022/update-elasticsearch-certificates/feature.jpg" />
    </item>
    
    <item>
      <title>Videostreaming in HCL Connections</title>
      <link>https://stoeps.de/posts/2022/videostreaming_in_hcl_connections/</link>
      <pubDate>Mon, 07 Mar 2022 14:50:00 +0100</pubDate>
      <author>christoph.stoettner@stoeps.de (Christoph Stoettner)</author>
      <guid>https://stoeps.de/posts/2022/videostreaming_in_hcl_connections/</guid>
      <description>&lt;p&gt;In late 2021 I had an HCL Connections environment starting swapping, because the AppCluster used more than 30 GB of memory.&lt;/p&gt;&#xA;&lt;p&gt;The system has&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;two nodes&lt;/li&gt;&#xA;&lt;li&gt;is installed with the medium-sized deployment option&lt;/li&gt;&#xA;&lt;li&gt;About 7500 users with a high adoption rate, because Connections is also used as intranet&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://stoeps.de/posts/2022/videostreaming_in_hcl_connections/feature.jpg" />
    </item>
    
  </channel>
</rss>
