Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Network-reachable unauthenticated access with no complexity; impact capped at partial read/write of plugin data, no availability loss.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Internal Link Optimiser <= 5.2.7 versions.
AnalysisAI
Broken access control in Internal Link Optimiser (WordPress plugin by Toast Plugins) versions up to and including 5.2.7 exposes restricted plugin functionality to unauthenticated network attackers. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms that no credentials or user interaction are required, allowing any remote party to interact with privileged plugin endpoints on affected WordPress installations. The impact is limited to partial confidentiality and integrity compromise - consistent with unauthorized read or write access to internal link data - with no availability impact identified. No public exploit code or CISA KEV listing has been identified at time of analysis.
Technical ContextAI
Internal Link Optimiser is a WordPress plugin developed by Toast Plugins (CPE: cpe:2.3:a:toast_plugins:internal_link_optimiser:*:*:*:*:*:*:*:*) designed to manage and optimize internal linking within WordPress sites. The vulnerability is classified under CWE-862 (Missing Authorization), a well-documented root cause in the WordPress ecosystem where plugin actions - typically registered via AJAX hooks or REST API routes - fail to verify that the requesting user holds sufficient permissions before executing privileged operations. This pattern allows unauthenticated callers to invoke functionality that should be gated behind subscriber, editor, or administrator roles. The broken access control tag confirms that authorization checks are absent or bypassable rather than merely weak, placing this firmly in the access-control failure category rather than an authentication bypass of a credential-checking mechanism.
RemediationAI
The primary remediation is to update the Internal Link Optimiser plugin to a version released after 5.2.7; however, the specific patched version number is not independently confirmed from the available input data - consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/internal-link-finder/vulnerability/wordpress-internal-link-optimiser-plugin-5-2-7-broken-access-control-vulnerability and the WordPress plugin repository for the latest available release. If an update is not immediately possible, a viable compensating control is to deactivate the plugin entirely until a patch is applied, eliminating the vulnerable attack surface with no functional impact beyond loss of internal link optimization features. Alternatively, a web application firewall (WAF) rule that restricts unauthenticated access to the plugin's AJAX or REST endpoints can reduce exposure, though this requires knowing the specific endpoint paths and carries a risk of false positives affecting legitimate admin usage. Restricting wp-admin and wp-json paths to authenticated sessions at the server or WAF layer is an additional layer but is not a substitute for patching.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57883
GHSA-7v4h-xrw2-xw45