<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>OpenEQUELLA - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/openequella/</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, 22 Sep 2026 22:40:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/openequella/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Authenticated RCE in openEQUELLA via Deserialization Bypass</title><link>https://feed.craftedsignal.io/briefs/2026-09-openequella-rce/</link><pubDate>Tue, 22 Sep 2026 22:40:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-openequella-rce/</guid><description>openEQUELLA versions prior to 2026.1.0 contain a critical authenticated remote code execution vulnerability involving insecure Java deserialization via the /invoker/* endpoint.</description><content:encoded><![CDATA[<p>openEQUELLA versions prior to 2026.1.0 are vulnerable to authenticated remote code execution (CVE-2026-67615). The flaw resides in the HTTP invoker endpoint (/invoker/*), which fails to safely handle Java deserialization. Authenticated non-guest users can exploit this by sending a specially crafted serialized object. The implementation uses a PluginAwareObjectInputStream with a class-name denylist; however, attackers bypass this restriction by nesting a malicious payload within a java.security.SignedObject. This wrapping forces the inner stream to be processed by a secondary ObjectInputStream that lacks the required filtering, allowing the payload to reach a JNDI sink. Successful exploitation results in arbitrary code execution within the context of the openEQUELLA service. This vulnerability highlights the risks associated with Java deserialization and the limitations of denylist-based security controls. Organizations using openEQUELLA should upgrade to version 2026.1.0 or later immediately.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains valid non-guest authenticated access to the target openEQUELLA instance.</li>
<li>Attacker prepares a malicious serialized Java object payload targeting a known JNDI sink.</li>
<li>Attacker wraps the malicious serialized object within a java.security.SignedObject.</li>
<li>Attacker sends an HTTP POST request to the application's /invoker/* endpoint containing the crafted object.</li>
<li>The application endpoint receives the request and triggers the PluginAwareObjectInputStream.</li>
<li>The initial deserialization processes the SignedObject; the embedded inner stream bypasses the class-name denylist filter.</li>
<li>The secondary ObjectInputStream deserializes the nested malicious payload.</li>
<li>The JNDI sink is triggered, leading to arbitrary code execution on the application server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an authenticated attacker to execute arbitrary code on the underlying host, potentially leading to full system compromise, data theft, or lateral movement within the environment. This vulnerability affects all deployments of openEQUELLA prior to 2026.1.0. Given the high CVSS score of 8.8, immediate patching is recommended for all affected instances.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade all openEQUELLA instances to version 2026.1.0 or later to mitigate CVE-2026-67615.</li>
<li>Monitor HTTP invoker traffic to the /invoker/* endpoint for unusual or excessively large serialized object payloads.</li>
<li>Restrict access to the openEQUELLA application to trusted users to reduce the potential for exploitation by malicious or compromised accounts.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>