CVE-2026-11875: WP Support Plus Cookie Forgery Allows Ticket Impersonation
A widely-used WordPress support ticket plugin fails to properly secure session cookies used by guest users. This means an attacker can forge a guest session to impersonate someone else, gaining access to that person's support tickets without needing credentials. The attacker can read ticket contents, reply on behalf of the ticket owner, and close tickets—but cannot modify the underlying plugin or escalate to administrator access.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- —
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-09 / 2026-07-09
NVD description (verbatim)
The WP Support Plus Responsive Ticket System WordPress plugin through 9.1.2 does not sign or verify its guest-session cookie, allowing unauthenticated attackers to forge it and impersonate any ticket owner (identified by email address) to read, reply to, and close that person's support tickets.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-11875 affects WP Support Plus Responsive Ticket System through version 9.1.2. The vulnerability stems from the plugin's failure to cryptographically sign or verify guest-session cookies. An unauthenticated attacker can craft a malicious cookie identifying themselves as any ticket owner (using a target's email address) and present it to the application. Because the plugin lacks verification, the server accepts the forged cookie and grants access to that ticket account. The attack requires no special privileges, no user interaction, and operates over the network—making it straightforward for an attacker to enumerate and compromise tickets belonging to any known email address.
Business impact
Organizations using this plugin expose customer support communications and sensitive information within tickets to unauthorized access. An attacker could read private correspondence, submit misleading replies that impersonate the ticket owner, or prematurely close tickets to prevent issue resolution. This undermines customer trust, creates compliance exposure if tickets contain regulated data (PII, payment info, health details), and enables social engineering by an attacker posing as a legitimate customer.
Affected systems
The WP Support Plus Responsive Ticket System plugin version 9.1.2 and earlier are affected. Any WordPress site using this plugin is vulnerable. The plugin is listed as supporting WordPress and is available through common plugin repositories. Verify your installed version by checking the plugin admin page; any version at or below 9.1.2 is in scope.
Exploitability
This vulnerability is low-complexity to exploit. An attacker needs only to craft an HTTP request with a forged guest-session cookie—no special tools, credentials, or user interaction required. The main barrier is discovering valid email addresses associated with tickets, but these may be guessable, visible in support request forms, or obtained through reconnaissance. The attack succeeds consistently once a valid email is identified.
Remediation
Update WP Support Plus Responsive Ticket System to a version released after 9.1.2 that properly signs and verifies guest-session cookies. Verify the patched version against the plugin vendor's advisory. Until patching is complete, disable guest ticket access if the plugin provides that option, or restrict access to the plugin's guest-facing pages via web application firewall rules based on IP allowlists or authentication headers.
Patch guidance
Check the WP Support Plus Responsive Ticket System plugin page on WordPress.org or the vendor's site for an updated release that addresses cookie verification. The plugin dashboard typically shows available updates. Install the update through the standard WordPress plugin update mechanism. Test ticket submission and retrieval functionality after patching to confirm guest sessions work correctly. If you maintain a custom deployment, consult the vendor advisory for the specific patched version number.
Detection guidance
Monitor for anomalous guest-session cookie patterns: look for requests from different IP addresses using the same guest-session value, or requests where the email in the cookie differs from the submitter. Check web server logs for repeated attempts to access tickets via different email addresses in a short timeframe. Enable detailed logging in the plugin if available. Watch for support tickets with unexpected replies or closure actions attributed to guest users. Consider a Web Application Firewall rule that validates session cookie structure or enforces re-authentication for sensitive ticket actions.
Why prioritize this
Although the CVSS score is MEDIUM (5.3), the practical risk is elevated because guest ticket systems are often exposed and the attack is trivial to execute. The impact—unauthorized access to customer communications—carries significant privacy and regulatory implications. Prioritize this if your organization relies on guest ticket submissions or handles sensitive data in support channels.
Risk score, explained
The CVSS 3.1 score of 5.3 (MEDIUM) reflects low attack complexity, network accessibility, and no privilege requirement, but limited scope (only confidentiality impact, no integrity or availability impact). However, context matters: if your tickets contain regulated data or customer PII, business risk exceeds the CVSS score. The lack of authentication bypass or system compromise keeps the score moderate, but the ease of exploitation warrants prompt attention.
Frequently asked questions
Can an attacker escalate from a forged guest session to full WordPress admin access?
No. This vulnerability is confined to impersonating a guest ticket user. It does not provide a path to WordPress administrator credentials, file system access, or code execution. The attacker can only read, reply to, and close the impersonated user's tickets.
Do I need to ask customers to change their passwords after this vulnerability?
Customers do not use passwords for guest ticket sessions—they are identified by email address alone. No password reset is necessary. However, customers should be aware that an attacker could have viewed or replied to their tickets, and they should review ticket history for suspicious activity.
Can I detect if my tickets have already been compromised by this flaw?
Check ticket revision history for unexpected replies or closures you did not author. Look for tickets with replies from your email address that you did not send. Review web server logs for access patterns from unusual IP addresses during the vulnerability window. A forensic review is recommended if the plugin ran unpatched for an extended period.
What if the plugin is no longer maintained?
If the vendor is no longer releasing updates, deactivate and remove the plugin immediately. Replace it with an actively maintained alternative, or implement a custom ticket system. Leaving an unpatched plugin in place exposes all guest ticket data indefinitely.
This analysis is provided for informational purposes. The details herein reflect the published vulnerability record and general cybersecurity practices. Patch version numbers and vendor advisory content should be verified directly with the WP Support Plus Responsive Ticket System vendor or WordPress.org plugin repository before deployment. SEC.co does not guarantee the completeness or applicability of this guidance to your specific environment. Consult your organization's security team and change management process before applying patches in production. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2016-20064MEDIUMWP Vault 0.8.6.6 Arbitrary File Read via Directory Traversal
- CVE-2016-20067MEDIUMWordPress CP Polls CSRF Vulnerability
- CVE-2016-20070MEDIUMPrivilege Escalation & Stored XSS in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2016-20074MEDIUMWordPress Lazy Content Slider CSRF Vulnerability – Patch & Detection Guide
- CVE-2016-20077MEDIUMWordPress Photocart Link Plugin Local File Inclusion Vulnerability
- CVE-2016-20078MEDIUMWordPress IMDb Profile Widget Local File Inclusion Vulnerability
- CVE-2016-20079MEDIUMWordPress Dharma Booking Local File Inclusion Vulnerability
- CVE-2016-20080MEDIUMWordPress Brandfolder Plugin LFI Vulnerability – File Disclosure & Remediation Guide