CVE-2025-9213
BaseFortify
Publication date: 2025-10-03
Last updated on: 2025-10-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | textbuilder | 1.2.0 |
| wordpress | textbuilder | 1.1.2 |
Helpful Resources
Exploitability
| 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?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the TextBuilder plugin for WordPress versions 1.0.0 to 1.1.1. It occurs because the 'handleToken' function lacks proper nonce validation, allowing an attacker to trick a site administrator into performing actions like clicking a malicious link. This lets the attacker update the administrator's authorization token without their consent.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can update a user's authorization token, which then allows them to change the user's password and email address. This can lead to unauthorized access, account takeover, and potential full control over the affected WordPress site.