CVE-2026-1085
Received Received - Intake
CSRF Vulnerability in True Ranker WordPress Plugin Allows Admin Account Disconnection

Publication date: 2026-03-07

Last updated on: 2026-03-07

Assigner: Wordfence

Description
The True Ranker plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.2.9. This is due to missing nonce validation on the seolocalrank-signout action. This makes it possible for unauthenticated attackers to disconnect the administrator's True Ranker account via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-07
Last Modified
2026-03-07
Generated
2026-05-07
AI Q&A
2026-03-07
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
seo_local_rank seo_local_rank to 2.2.9 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The True Ranker plugin for WordPress is vulnerable to a Cross-Site Request Forgery (CSRF) attack in all versions up to and including 2.2.9.

This vulnerability exists because the plugin does not validate a security nonce on the 'seolocalrank-signout' action.

As a result, an unauthenticated attacker can trick a site administrator into performing an unwanted action, such as disconnecting the administrator's True Ranker account, by making the administrator click on a malicious link.


How can this vulnerability impact me? :

This vulnerability allows an attacker to forcibly disconnect the administrator's True Ranker account without their consent.

While it does not directly lead to data theft or site compromise, it can disrupt the administrator's ability to use the True Ranker plugin effectively.

The CVSS score of 4.3 (medium severity) indicates that the impact is limited to integrity (I:L) with no confidentiality or availability impact.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

[{'type': 'paragraph', 'content': 'The vulnerability in the True Ranker WordPress plugin is a Cross-Site Request Forgery (CSRF) issue affecting the seolocalrank-signout action due to missing nonce validation. Detection involves monitoring for unauthorized or unexpected requests that trigger the signout action without proper nonce verification.'}, {'type': 'paragraph', 'content': "Since the vulnerability allows an attacker to disconnect the administrator's True Ranker account via a forged request, detection can focus on identifying HTTP POST requests to the endpoint handling the seolocalrank-signout action that lack valid nonce tokens."}, {'type': 'paragraph', 'content': 'Suggested commands to detect potential exploitation attempts include:'}, {'type': 'list_item', 'content': "Using web server logs (e.g., Apache or Nginx) to search for POST requests to the plugin's signout action URL without valid nonce parameters."}, {'type': 'list_item', 'content': 'Example command to search Apache logs for suspicious POST requests (adjust path and URL accordingly):'}, {'type': 'list_item', 'content': "grep 'POST' /var/log/apache2/access.log | grep 'seolocalrank-signout' | grep -v 'nonce='"}, {'type': 'list_item', 'content': 'Using WordPress debug or audit logs to check for unexpected administrator signouts or API key deletions related to the True Ranker plugin.'}, {'type': 'paragraph', 'content': 'Note: The provided resources do not include explicit detection commands or tools, so these suggestions are based on the nature of the vulnerability and typical CSRF detection approaches.'}] [1, 3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps for the True Ranker plugin CSRF vulnerability include:

  • Update the True Ranker plugin to a version later than 2.2.9 where the nonce validation on the seolocalrank-signout action is properly implemented, if such an update is available.
  • If an update is not immediately available, restrict access to the WordPress admin area to trusted users only and avoid clicking on suspicious links that could trigger the forged request.
  • Implement additional security measures such as Web Application Firewalls (WAF) that can detect and block CSRF attempts.
  • Consider temporarily disabling or removing the True Ranker plugin until a patched version is released.

Since the vulnerability arises from missing nonce validation, ensuring that all actions require valid nonces is critical to prevent exploitation.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart