CVE-2025-9897
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 | wordpress | 3.8.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?
The vulnerability is a Cross-Site Request Forgery (CSRF) issue in the AP Background plugin for WordPress, affecting all versions up to and including 3.8.2. It occurs because the plugin does not properly validate nonces in the advParallaxBackAdminSaveSlider function. This allows an unauthenticated attacker to trick a site administrator into performing actions like creating or modifying background sliders via a forged request.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to modify or create background sliders on a WordPress site without proper authorization, by tricking an administrator into executing a malicious request. While it does not directly compromise confidentiality or availability, it can lead to unauthorized changes to the site's appearance or content, potentially impacting site integrity and user trust.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the AP Background plugin for WordPress to a version later than 3.8.2 where the nonce validation issue is fixed. Additionally, avoid clicking on suspicious links and ensure that only trusted administrators have access to the WordPress admin interface.