Support Genix <= 1.4.52 - Authenticated (Subscriber+) Authentication Bypass to Administrator Account Takeover via 'p' Parameter Forged Guest Token

8.8
Improper Authentication
CVE CVE-2026-19806
CVSS 8.8 (High)
Publicly Published August 31, 2026
Last Updated September 1, 2026
Researcher Supakiad S. (m3ez) - E-CQURITY (Thailand)

Description

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.

Learn more about Authentication Bypass vulnerabilities and how to prevent them.

References

Share

Vulnerability Details for Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System

Software Type Plugin
Software Slug support-genix-lite (view on wordpress.org)
Patched? Yes
Remediation Update to version 1.4.53, or a newer patched version
Affected Version
  • <= 1.4.52
Patched Version
  • 1.4.53

Recent vulnerabilities in Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System

# Title CVE ID CVSS Researchers Date
1 Support Genix – Helpdesk, AI Chatbot, Knowledge Base & Customer Support Ticketing System < 1.4.48 - Unauthenticated Arbitrary File Download CVE-2026-15932 9.1 Artus KG July 16, 2026
2 Support Genix Lite <= 1.4.47 - Missing Authorization CVE-2026-14862 5.3 Alessandro Greco aka Aleff, Giovanbattista Ianni (University of Calabria - UNICAL) July 16, 2026
3 Support Genix <= 1.4.23 - Missing Authorization CVE-2025-58635 5.3 Bao - BlueRock September 3, 2025
4 Support Genix <= 1.4.11 - Authenticated (Subscriber+) Insecure Direct Object Reference CVE-2025-30777 5.4 astra.r3verii March 27, 2025
5 Support Genix <= 1.2.3 - Missing Authorization CVE-2023-49742 5.3 beluga April 16, 2024

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation