Support Genix <= 1.4.52 - Authenticated (Subscriber+) Authentication Bypass to Administrator Account Takeover via 'p' Parameter Forged Guest Token
Strategic Overview
- Status
- Patched in 1.4.53
- Affected Plugin
- Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System
- Affected Version
<= 1.4.52- CVSS
- 8.8High
- Weakness type
- CWE-287 · Improper Authentication
- CVE
CVE-2026-19806
At a glance
CVE-2026-19806 is a high-severity Improper Authentication vulnerability in the Support Genix WordPress plugin, affecting versions <= 1.4.52. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 1.4.53; sites on affected versions should update now. Disclosed August 2026, reported by Supakiad S. (m3ez).
Vulnerability Overview
The Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System plugin for WordPress is vulnerable to Authentication Bypass leading to Administrator Account Takeover in all versions up to, and including, 1.4.52 via the `guest_ticket_login()` function and its `p` parameter. This is due to the site-wide AES-256-CBC encryption key being derived from only three two-digit `wp_rand(10, 99)` values and a Unix timestamp via `md5()` — yielding approximately 19.5 bits of entropy — combined with a deterministic IV derived from the password, no authentication tag on the ciphertext, and no capability check, nonce, or session validation on the publicly reachable `/sgnix/?p=<token>` endpoint. This makes it possible for authenticated attackers, with subscriber-level access and above, who can obtain a single legitimate guest ticket token as a known-plaintext oracle and bound the plugin activation timestamp, to exhaust the ~729,000-candidate keyspace entirely offline, recover the site-wide encryption key, and forge a self-consistent `{ticket_id, ticket_user}` token targeting any administrator-owned ticket. Submitting the forged token to the unprotected endpoint causes `wp_set_auth_cookie()` to be called for that administrator, granting the attacker full administrative access to the WordPress site.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-287: Improper Authentication
Support Genix <= 1.4.52 carries this weakness at guest_ticket_login(), and reaching it takes an account at Subscriber level or above. Improper authentication means the mechanism that proves who a caller is can be satisfied without the secret it was supposed to require.
An attacker authenticates as another user — administrators included — without ever knowing a password, so password policies and login rate limits never come into play. For Support Genix the fix is 1.4.53: builds <= 1.4.52 are affected, anything from 1.4.53 onward is not.
Remediation
Update to version 1.4.53, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Support Genix 1.4.53 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System
- 9.1CVE-2026-15932: Support Genix Arbitrary File Download
CVE-2026-15932 - 5.4CVE-2025-30777: Support Genix <= 1.4.11 IDOR
CVE-2025-30777 - 5.3CVE-2026-14862: Support Genix Lite <= 1.4.47 Missing Authorization
CVE-2026-14862 - 5.3CVE-2025-58635: Support Genix <= 1.4.23 Missing Authorization
CVE-2025-58635 - 5.3CVE-2023-49742: Support Genix <= 1.2.3 Missing Authorization
CVE-2023-49742
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C