<?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>Artica Proxy - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/artica-proxy/</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 19:27:59 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/artica-proxy/feed.xml" rel="self" type="application/rss+xml"/><item><title>Artica Proxy Session Fixation Vulnerability CVE-2026-66745</title><link>https://feed.craftedsignal.io/briefs/2026-07-artica-proxy-session-fixation/</link><pubDate>Tue, 28 Jul 2026 19:27:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-artica-proxy-session-fixation/</guid><description>A session fixation vulnerability, CVE-2026-66745, in Artica Proxy before version 4.50.000000 Service Pack 7 allows unauthenticated attackers to hijack administrative sessions by pre-setting a PHPSESSID on a victim's browser, leading to full administrative control upon victim authentication.</description><content:encoded><![CDATA[<p>CVE-2026-66745 is a critical session fixation vulnerability impacting Artica Proxy installations prior to version 4.50.000000 Service Pack 7, which was addressed in hotfix 20260724-02. This flaw enables unauthenticated attackers to gain full administrative access to an affected Artica Proxy instance without needing valid credentials. The attack involves the adversary setting a specific, known PHPSESSID cookie in a victim's browser before the victim authenticates. When the legitimate user subsequently logs into the Artica Proxy via the <code>fw.login.php</code> page, the vulnerable application reuses the attacker-controlled session identifier instead of creating a new, unique one. This allows the attacker to use the pre-set PHPSESSID to access the administrative interface, typically on port 9000, as a fully authenticated user. The vulnerability's ease of exploitation and potential for complete system compromise make it a significant concern for organizations using Artica Proxy.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a vulnerable Artica Proxy instance exposed to the internet.</li>
<li>The attacker generates a specific, attacker-controlled PHPSESSID value.</li>
<li>The attacker crafts a malicious link or web page that, when visited by a target administrative user, sets the attacker-controlled PHPSESSID cookie for the Artica Proxy domain in the user's browser.</li>
<li>The legitimate administrative user is lured to the Artica Proxy login page, <code>fw.login.php</code>, with the pre-set PHPSESSID cookie already present.</li>
<li>The administrative user provides their valid credentials and successfully authenticates to the Artica Proxy.</li>
<li>Due to the session fixation vulnerability, the Artica Proxy server reuses the existing, attacker-controlled PHPSESSID for the newly authenticated session instead of issuing a fresh one.</li>
<li>The attacker then uses their browser, which still holds the pre-set PHPSESSID, to navigate directly to the Artica Proxy administrative interface, typically accessible on port 9000.</li>
<li>The Artica Proxy validates the attacker's PHPSESSID, granting the attacker a fully authenticated administrative session and complete control over the proxy server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-66745 grants an unauthenticated attacker full administrative privileges over the affected Artica Proxy instance. This allows for complete control over network traffic, including the ability to monitor, redirect, or block user activity, manipulate data, and potentially pivot to other systems within the internal network. The compromise of a proxy server can lead to significant data breaches, unauthorized access to internal resources, and disruption of critical network services, affecting all users whose traffic flows through the compromised proxy.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately apply the hotfix 20260724-02 or upgrade Artica Proxy to version 4.50.000000 Service Pack 7 or later to patch CVE-2026-66745. Refer to the vendor's release notes linked in the references for instructions.</li>
<li>Monitor web server logs for suspicious requests to <code>fw.login.php</code> that include unusual or repeated PHPSESSID values from different client IPs, which could indicate attempts to exploit this vulnerability.</li>
<li>Implement secure cookie attributes (e.g., <code>HttpOnly</code>, <code>Secure</code>, <code>SameSite</code>) and consider session regeneration upon authentication to mitigate session fixation attacks.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>session-fixation</category><category>web-application</category><category>proxy</category></item></channel></rss>