CVE-2025-8592
BaseFortify
Publication date: 2025-08-21
Last updated on: 2025-08-22
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | inspiro | 2.1.3 |
| wordpress | inspiro | 2.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?
The vulnerability in the Inspiro theme for WordPress is a Cross-Site Request Forgery (CSRF) issue affecting all versions up to 2.1.2. It occurs because the inspiro_install_plugin() function lacks proper nonce validation, allowing attackers to trick a site administrator into performing unintended actions, such as installing plugins from the repository, via a forged request.
How can this vulnerability impact me? :
This vulnerability can allow unauthenticated attackers to install plugins on a WordPress site by tricking an administrator into clicking a malicious link. This can lead to unauthorized changes, potentially compromising the site's integrity and availability.