<?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>Cpe:2.3:a:cat_project:cat:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3acat_projectcat/</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>Thu, 03 Sep 2026 15:21:31 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3acat_projectcat/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>Unauthenticated Session Forgery and Privilege Escalation in CAT</title><link>https://feed.craftedsignal.io/briefs/2026-09-cat-session-forgery/</link><pubDate>Thu, 03 Sep 2026 15:21:31 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cat-session-forgery/</guid><description>The CAT application relies on the predictable Java String.hashCode method for session cookie integrity, allowing attackers to forge administrative sessions by bypassing weak IP validation.</description><content:encoded><![CDATA[<p>The CAT application suffers from a critical vulnerability (CVE-2026-85181) where session cookie integrity is verified using only the Java String.hashCode method without a server-side secret key. Because hashCode is a deterministic, non-cryptographic function, an attacker can perform offline computation to generate valid checksums for arbitrary session cookies. By manipulating the cookie content, attackers can escalate privileges to an administrative role. Additionally, the application improperly relies on the 'x-forwarded-for' HTTP header to enforce IP-based access controls, allowing attackers to spoof client IPs and bypass secondary security mechanisms. This combination of flaws enables full, unauthenticated takeover of the application configuration and data.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to forge session cookies, granting them full administrative access to the CAT application. This leads to complete compromise of the system configuration, potential data exfiltration, and full control over application functionality. Given the CVSS score of 9.8, this vulnerability represents a critical risk for any environment exposing CAT to an untrusted network.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the immediate update or patching of the CAT application as soon as the vendor provides a secure implementation replacing String.hashCode with a cryptographically secure message authentication code (HMAC). Until a patch is applied, implement strict egress/ingress filtering at the web application firewall (WAF) to block requests that manipulate the 'x-forwarded-for' header from untrusted sources. Audit all administrative sessions for anomalous patterns, specifically looking for session cookies that were not preceded by a standard authentication flow (e.g., POST to /login).</p>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>