CVE-2025-11427
BaseFortify
Publication date: 2025-11-18
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp_migrate_lite | wp_migrate_lite | 2.7.6 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Blind Server-Side Request Forgery (SSRF) in the WP Migrate Lite WordPress plugin (versions up to 2.7.6). It allows unauthenticated attackers to make web requests from the server hosting the WordPress site to arbitrary locations. This can be exploited via the wpmdb_flush AJAX action.
How can this vulnerability impact me? :
An attacker can use this vulnerability to make the server send requests to internal or external systems, potentially gaining information about internal services that are not normally accessible. This could lead to information disclosure or further attacks on internal infrastructure.