cbcvebase.
CVE-2025-6851
published 2025-07-11

CVE-2025-6851: The Broken Link Notifier plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.3.0 via the ajax_blinks()…

PriorityP277medium6.5CVSS 3.1
AVNACLPRNUINSUCLILAN
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
0.62%
45.3th percentile
The Broken Link Notifier plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.3.0 via the ajax_blinks() function which ultimately calls the check_url_status_code() function. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.

Affected

5 ranges
VendorProductVersion rangeFixed in
apos37broken_link_notifier<= 1.3.0
msrcazl3_openjpeg2_2.3.1-12_on_azure_linux_3.0
msrcazure_linux_3.0_arm
msrcazure_linux_3.0_x64
pluginrxbroken_link_notifier< 1.3.11.3.1

Detection & IOCsextracted from sources · hover to see the quote

url/wp-admin/admin-ajax.php
path/wp-content/plugins/broken-link-notifier/
otheraction=blnotifier_blinks&nonce={{nonce}}&source_url=http://test&header_links[]=http://{{interactsh-url}}&
  • Detect exploitation attempts by monitoring POST requests to /wp-admin/admin-ajax.php with the parameter action=blnotifier_blinks from unauthenticated users (no valid session/auth cookie).
  • Presence of the string 'blnotifier_front_end' in page body indicates the vulnerable plugin is installed and active; use this as a fingerprint for asset discovery.
  • Successful SSRF exploitation response contains the strings 'notify', 'timing', and 'Results were generated in' in the response body with HTTP 200 status.
  • The nonce value required for the SSRF attack is leaked unauthenticated from the front-end page body via the pattern: blnotifier_front_end.*"nonce":"(.*?)"
  • The X-Requested-With: xmlhttprequest header is used in the exploit request; filter for this header combined with the blnotifier_blinks action on admin-ajax.php.
  • The SSRF is triggered via the header_links[] POST parameter, which is passed to check_url_status_code(); monitor for out-of-band DNS/HTTP callbacks when this parameter contains external or internal URLs.
  • ·The exploit requires a valid nonce extracted from the front-end page; the nonce is publicly accessible to unauthenticated users, making this a zero-authentication SSRF.
  • ·The vulnerability affects all plugin versions up to and including 1.3.0; version 1.3.1 is the first patched release.

CVSS provenance

nvdv3.16.5MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
vulncheck7.2HIGH
vendor_msrc8.8HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.