CVE-2025-14999
CSRF Vulnerability in Latest Tabs WordPress Plugin Allows Settings Modification
Publication date: 2026-01-07
Last updated on: 2026-01-07
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kento | latest_tabs | to 1.5 (inc) |
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
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves Cross-Site Request Forgery (CSRF) in the Latest Tabs WordPress plugin due to missing or incorrect nonce validation in the admin-page.php file. Detection can focus on monitoring for unauthorized POST requests to the plugin's settings update handler that modify plugin options without proper nonce tokens. You can check for suspicious POST requests targeting the admin-page.php endpoint with parameters like 'kento_latest_tabs_active', 'kento_latest_tabs_hover', 'kento_thumb_style', or tab titles. For example, using command-line tools like curl or network monitoring tools to detect such requests. However, no specific detection commands are provided in the available resources. [2]
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the Latest Tabs plugin for WordPress, affecting all versions up to and including 1.5. It occurs because the plugin's settings update handler in admin-page.php lacks proper nonce validation, allowing unauthenticated attackers to modify plugin settings if they can trick a site administrator into performing an action like clicking a malicious link.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to change the plugin settings without authorization by tricking an administrator into clicking a crafted link. This could lead to unauthorized configuration changes that may affect the website's behavior or security.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the Latest Tabs plugin for WordPress to a version later than 1.5 where the nonce validation issue is fixed. Additionally, avoid clicking on suspicious links and ensure that only trusted administrators have access to the plugin settings to reduce the risk of CSRF attacks.