CVE-2025-7843
BaseFortify
Publication date: 2025-09-10
Last updated on: 2025-09-11
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fernandiez | auto_save_remote_images_drafts | 1.0.9 |
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 Server-Side Request Forgery (SSRF) in the Auto Save Remote Images (Drafts) plugin for WordPress, affecting all versions up to 1.0.9. It allows authenticated users with Contributor-level access or higher to make the web application send requests to arbitrary locations. This is possible through the fetch_images() function, enabling attackers to interact with internal services by making the server perform unintended requests.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing attackers with Contributor-level access to make the server send requests to arbitrary locations, potentially querying and modifying information from internal services. This can lead to unauthorized access to sensitive internal data, information disclosure, and manipulation of internal resources, which can compromise the security and integrity of your web application and internal network.