CVE-2025-12456
BaseFortify
Publication date: 2025-11-04
Last updated on: 2025-11-04
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | centangle-team_plugin | 1.0.0 |
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 in the Centangle-Team WordPress plugin allows attackers to perform Cross-Site Request Forgery (CSRF) due to missing or incorrect nonce validation. This means an attacker can trick a site administrator into executing unwanted actions, such as changing plugin settings, by making them click a malicious link. Additionally, the plugin does not properly sanitize or escape input on the cai_name_color parameter, enabling attackers to inject and execute arbitrary web scripts on affected pages.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized modification of plugin settings by attackers without authentication, potentially compromising site functionality or security. The script injection issue can allow attackers to execute malicious scripts in users' browsers, leading to risks such as session hijacking, data theft, or further exploitation of the site.