<?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>Support Genix – Helpdesk, AI Chatbot, Knowledge Base &amp; Customer Support Ticketing System (&lt;= 1.4.52) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/support-genix--helpdesk-ai-chatbot-knowledge-base--customer-support-ticketing-system--1.4.52/</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, 01 Sep 2026 07:03:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/support-genix--helpdesk-ai-chatbot-knowledge-base--customer-support-ticketing-system--1.4.52/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>Authentication Bypass in Support Genix WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-support-genix-auth-bypass/</link><pubDate>Tue, 01 Sep 2026 07:03:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-support-genix-auth-bypass/</guid><description>The Support Genix WordPress plugin is vulnerable to authentication bypass and administrator account takeover due to a weak cryptographic implementation in the guest ticket login feature.</description><content:encoded><![CDATA[<p>The Support Genix plugin for WordPress (all versions up to and including 1.4.52) contains a critical cryptographic weakness in its <code>guest_ticket_login()</code> function. The plugin derives its site-wide AES-256-CBC encryption key using low-entropy inputs, specifically three two-digit random integers and a Unix timestamp hashed with <code>md5()</code>. This results in approximately 19.5 bits of entropy, which allows an attacker with subscriber-level access to exhaust the 729,000-candidate keyspace offline.</p>
<p>The vulnerability is exposed via the publicly accessible <code>/sgnix/?p=&lt;token&gt;</code> endpoint, which lacks nonces, capability checks, or session validation. By obtaining a single legitimate guest ticket token, an attacker can perform a known-plaintext attack to recover the site-wide encryption key. Once the key is recovered, the attacker can forge a ticket token for any administrator-owned ticket. Submitting this forged token to the endpoint triggers <code>wp_set_auth_cookie()</code> for the target administrator, granting the attacker full administrative access to the site.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains a legitimate guest ticket token to serve as a known-plaintext oracle.</li>
<li>Attacker retrieves site metadata to estimate the plugin activation timestamp.</li>
<li>Attacker uses the known-plaintext and estimated timestamp to perform an offline brute-force attack on the 729,000-candidate keyspace.</li>
<li>Attacker successfully recovers the site-wide AES-256-CBC encryption key.</li>
<li>Attacker crafts a forged ticket token referencing a target administrator user ID and ticket ID.</li>
<li>Attacker sends an HTTP GET request to the <code>/sgnix/?p=</code> endpoint with the forged token as the parameter.</li>
<li>The plugin fails to validate the token's origin or authenticity and invokes <code>wp_set_auth_cookie()</code> for the administrator.</li>
<li>The WordPress site grants the attacker administrative privileges, completing the account takeover.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated or low-privileged attackers to gain full administrative access to WordPress sites running the vulnerable plugin. This enables complete site takeover, including the ability to exfiltrate data, modify content, install malicious themes or plugins, and establish persistence, affecting any organization relying on the Support Genix plugin for helpdesk operations.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Update the Support Genix WordPress plugin to a version released after 1.4.52 to remediate the cryptographic flaw. Until patching is possible, restrict access to the <code>/sgnix/</code> endpoint via web application firewall (WAF) rules or server-side configuration to prevent unauthenticated access. Monitor web server access logs for anomalous GET requests to <code>/sgnix/</code> that contain unusually long or repetitive <code>p</code> parameter values.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>wordpress</category><category>authentication-bypass</category><category>web-application-attack</category></item></channel></rss>