CVE-2026-1072
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2026-02-18

Last updated on: 2026-02-18

Assigner: Wordfence

Description
The Keybase.io Verification plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.5. This is due to missing nonce validation when updating plugin settings. This makes it possible for unauthenticated attackers to update the Keybase verification text 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-02-18
Last Modified
2026-02-18
Generated
2026-05-07
AI Q&A
2026-02-18
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
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 vulnerability in the Keybase.io Verification plugin for WordPress (versions up to and including 1.4.5) is a Cross-Site Request Forgery (CSRF) issue. It occurs because the plugin's admin form for updating the Keybase verification text lacks proper nonce validation, which is a security token used to verify that requests are legitimate.

This means an attacker can trick a site administrator into performing an unwanted action, such as clicking a malicious link, which then causes the plugin settings to be updated without the administrator's explicit consent.

The vulnerability arises from missing CSRF protection in the form handling code that processes the verification text update, allowing unauthenticated attackers to modify the verification text via forged requests.


How can this vulnerability impact me? :

This vulnerability allows an attacker to update the Keybase verification text on your WordPress site without your permission if they can trick an administrator into clicking a malicious link.

While the impact is limited to the integrity of the Keybase verification text, unauthorized changes could misrepresent your site's verification status or potentially be used in social engineering or phishing attacks.

The CVSS score of 4.3 (medium severity) reflects that the attack requires user interaction (an admin clicking a link) but does not require authentication or elevated privileges.


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': 'This vulnerability involves Cross-Site Request Forgery (CSRF) in the Keybase.io Verification plugin for WordPress versions up to 1.4.5, due to missing nonce validation when updating plugin settings.'}, {'type': 'paragraph', 'content': 'Detection on your system can involve checking the version of the wp-keybase-verification plugin installed on your WordPress site. If the version is 1.4.5 or earlier, the site is vulnerable.'}, {'type': 'paragraph', 'content': 'You can detect the plugin version by running the following WP-CLI command on your WordPress installation:'}, {'type': 'list_item', 'content': 'wp plugin list --status=active | grep wp-keybase-verification'}, {'type': 'paragraph', 'content': "Alternatively, you can check the plugin version by inspecting the plugin's main PHP file or the readme.txt file in the plugin directory."}, {'type': 'paragraph', 'content': 'To detect potential exploitation attempts on your network, monitor for unusual POST requests to the WordPress admin URL that attempt to update the Keybase verification text without proper authentication or nonce tokens.'}, {'type': 'paragraph', 'content': "For example, you can use web server logs or intrusion detection systems to look for POST requests containing the parameter 'keybaseverif_text' without a valid nonce."}] [1, 3]


What immediate steps should I take to mitigate this vulnerability?

[{'type': 'paragraph', 'content': 'The primary mitigation is to update the wp-keybase-verification plugin to version 1.4.6 or later, where CSRF validation was added to the admin form.'}, {'type': 'paragraph', 'content': "This update includes nonce verification using WordPress's check_admin_referer function, which prevents unauthorized requests from updating the Keybase verification text."}, {'type': 'paragraph', 'content': 'If immediate updating is not possible, restrict access to the WordPress admin area to trusted users only and consider disabling the plugin temporarily.'}, {'type': 'paragraph', 'content': 'Additionally, monitor and block suspicious POST requests attempting to modify plugin settings without proper authentication.'}] [4]


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