CVE-2025-6851
BaseFortify
Publication date: 2025-07-11
Last updated on: 2025-07-17
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pluginrx | broken_link_notifier | to 1.3.1 (exc) |
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?
The Broken Link Notifier plugin for WordPress has a Server-Side Request Forgery (SSRF) vulnerability in versions up to 1.3.0. This occurs via the ajax_blinks() function which calls check_url_status_code(), allowing unauthenticated attackers to make web requests to arbitrary locations from the web application.
How can this vulnerability impact me? :
This vulnerability allows attackers to make unauthorized web requests from the server to arbitrary locations, potentially enabling them to query and modify information from internal services, which can lead to information disclosure and unauthorized data manipulation.