<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>WebSphere Application Server - Liberty 26.0.0.7 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/websphere-application-server---liberty-26.0.0.7/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 28 Jul 2026 21:29:03 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/websphere-application-server---liberty-26.0.0.7/feed.xml" rel="self" type="application/rss+xml"/><item><title>IBM WebSphere Application Server Liberty Path-Segment Injection Vulnerability (CVE-2026-15280)</title><link>https://feed.craftedsignal.io/briefs/2026-07-ibm-websphere-path-injection/</link><pubDate>Tue, 28 Jul 2026 21:29:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-ibm-websphere-path-injection/</guid><description>A path-segment injection vulnerability (CVE-2026-15280) in the collective routing mechanism of IBM WebSphere Application Server - Liberty versions 17.0.0.3 through 26.0.0.8 ND Collective Controller allows an unauthenticated attacker to inject arbitrary path segments, potentially leading to information disclosure.</description><content:encoded><![CDATA[<p>IBM has disclosed a path-segment injection vulnerability, identified as CVE-2026-15280, affecting its WebSphere Application Server - Liberty product. Specifically, versions 17.0.0.3 through 26.0.0.8 of the ND Collective Controller component are susceptible. This flaw resides within the collective routing mechanism, allowing an unauthenticated attacker to inject arbitrary path segments. This vulnerability is categorized as CWE-22, &quot;Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'),&quot; and carries a CVSS v3.1 Base Score of 7.5, indicating a high severity risk primarily due to its potential for high confidentiality impact. The vulnerability does not require authentication or user interaction for exploitation and can lead to unauthorized access to sensitive information on the affected server.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker sends a specially crafted HTTP request to a vulnerable IBM WebSphere Application Server - Liberty instance.</li>
<li>The request is directed towards a component utilizing the collective routing mechanism of the server.</li>
<li>The attacker embeds malicious path segments within the request, designed to bypass normal validation.</li>
<li>Due to the path-segment injection vulnerability (CVE-2026-15280), the collective routing mechanism fails to properly sanitize or validate these injected segments.</li>
<li>This failure allows the attacker to manipulate the server's path resolution logic, enabling access to restricted directories or files.</li>
<li>The server processes the request with the injected path, leading to unauthorized disclosure of sensitive information from the file system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of CVE-2026-15280 can lead to significant information disclosure. Attackers capable of exploiting this path-segment injection vulnerability could gain unauthorized access to critical configuration files, user data, server logs, or other sensitive information stored on the affected IBM WebSphere Application Server - Liberty instances. While the vulnerability does not directly enable integrity modification or availability impact, the exposure of confidential data can have severe consequences, including intellectual property theft, privacy breaches, and further system compromise through credential harvesting or detailed reconnaissance. Organizations using affected versions are at risk of data exfiltration and compliance violations.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-15280 immediately by upgrading IBM WebSphere Application Server - Liberty to a fixed version as specified in the IBM Corporation advisory at <code>https://www.ibm.com/support/pages/node/7281633</code>.</li>
<li>Review network logs for unusual HTTP requests targeting the collective routing mechanism or containing atypical path segments, particularly those involving <code>CWE-22</code> characteristics.</li>
<li>Implement strong input validation and sanitization for all user-supplied data, especially in web application path parameters, to prevent future path-segment injection vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>path-segment-injection</category><category>information-disclosure</category><category>websphere</category><category>ibm</category></item><item><title>IBM WebSphere Application Server Authentication Bypass Vulnerability (CVE-2026-16184)</title><link>https://feed.craftedsignal.io/briefs/2026-07-ibm-websphere-auth-bypass/</link><pubDate>Tue, 28 Jul 2026 20:21:12 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-ibm-websphere-auth-bypass/</guid><description>A remote attacker can bypass authentication in IBM WebSphere Application Server versions 9.0 and 8.5 by sending a crafted unauthenticated request, potentially leading to unauthorized access and impact on confidentiality, integrity, and availability.</description><content:encoded><![CDATA[<p>IBM has identified a high-severity vulnerability, CVE-2026-16184, affecting its WebSphere Application Server versions 9.0 and 8.5. This flaw, categorized as a Missing Authorization (CWE-862), allows a remote, unauthenticated attacker to bypass the server's authentication mechanisms. By sending a specially crafted request, an attacker can gain unauthorized access to the application server. This vulnerability can lead to unauthorized information disclosure, data modification, or denial of service, depending on the accessed resources and the attacker's capabilities post-bypass. Organizations using affected WebSphere versions are advised to apply the necessary patches provided by IBM to mitigate the risk of exploitation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>A remote, unauthenticated attacker identifies a public-facing IBM WebSphere Application Server instance running a vulnerable version (9.0 or 8.5).</li>
<li>The attacker performs initial reconnaissance to understand the server's exposed endpoints and the expected authentication process.</li>
<li>The attacker crafts a specific HTTP request designed to exploit the missing authorization vulnerability (CWE-862) within the WebSphere server's authentication logic.</li>
<li>This crafted request is intentionally formed to bypass standard authentication checks, possibly by manipulating specific HTTP headers, cookies, URL parameters, or the request body content.</li>
<li>The attacker sends this unauthenticated, crafted request to the vulnerable WebSphere Application Server.</li>
<li>The server processes the request, and due to the underlying vulnerability, it fails to properly enforce authentication requirements, allowing the request to proceed as if authenticated.</li>
<li>Consequently, the attacker gains unauthorized access to resources, functionalities, or administrative interfaces within the application server without providing valid credentials.</li>
<li>With unauthorized access, the attacker can potentially perform actions such as information disclosure, unauthorized data modification, or disrupt the availability of the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-16184 could lead to a significant compromise of the affected IBM WebSphere Application Server instance. Attackers could gain unauthorized access to sensitive data, modify application configurations, or disrupt critical services, leading to a loss of confidentiality, integrity, and availability for applications hosted on the server. While specific victim counts or sectors are not detailed, any organization running unpatched versions of WebSphere Application Server 9.0 or 8.5, particularly those exposed to the internet, is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-16184 on all IBM WebSphere Application Server 9.0 and 8.5 instances immediately by applying the updates referenced in the IBM Corporation advisory <code>https://www.ibm.com/support/pages/node/7281628</code>.</li>
<li>Monitor <code>webserver</code> logs for suspicious unauthenticated requests, specifically looking for abnormal access patterns to sensitive endpoints.</li>
<li>Implement strong network segmentation and access controls to limit exposure of IBM WebSphere Application Server instances to untrusted networks.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>vulnerability</category><category>authentication-bypass</category><category>websphere</category><category>broken-access-control</category><category>privilege-escalation</category><category>deserialization</category><category>RCE</category><category>server-side-request-forgery</category><category>cwe-502</category><category>http-smuggling</category><category>server-side</category><category>http-request-smuggling</category><category>web-vulnerability</category><category>cve</category></item></channel></rss>