Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The CDN Linker lite plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.3.1. This is due to missing or incorrect nonce validation on the ossdl_off_options() function. This makes it possible for unauthenticated attackers to update the plugin's settings - including the CDN URL used to rewrite all static asset references on the site - via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AnalysisAI
Cross-Site Request Forgery in CDN Linker lite WordPress plugin (versions up to and including 1.3.1) enables unauthenticated remote attackers to hijack a site's CDN URL by tricking a logged-in administrator into triggering a forged request. The vulnerable function, ossdl_off_options(), lacks proper nonce validation, meaning an attacker who successfully engineers admin interaction can repoint all static asset references - JavaScript, CSS, images - to an attacker-controlled domain. No public exploit code or active exploitation (CISA KEV) has been identified at time of analysis, and the EPSS score of 0.01% (2nd percentile) reflects low current exploitation probability.
Technical ContextAI
CDN Linker lite is a WordPress plugin (slug: ossdl-cdn-off-linker) that rewrites URLs for static assets to serve them from a configured CDN endpoint. The vulnerability resides in the ossdl_off_options() function (wp-cdn-linker.php, approximately lines 39 and 43 per the WordPress trac references), which handles plugin settings updates without validating a WordPress nonce - the standard CSRF token mechanism for admin actions. CWE-352 (Cross-Site Request Forgery) identifies the root cause: the server accepts state-changing requests without confirming the request originated from a trusted, authenticated browser session. Because WordPress admin forms are predictable in structure, forging a valid-looking POST to this function requires no prior knowledge of session tokens, only that an administrator is currently authenticated when the request is submitted.
RemediationAI
No vendor-released patch identified at time of analysis - the available references point exclusively to the vulnerable 1.3.1 tag in the WordPress plugin repository with no newer tagged release visible. Site administrators should monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/3d5bc7a0-89b8-47fc-a6fa-7eb141d2be31 and the WordPress plugin page for a patched release. As an immediate compensating control, deactivating or removing the CDN Linker lite plugin eliminates the attack surface entirely at the cost of CDN URL rewriting functionality - assets will be served from the origin server. If the plugin must remain active, administrators should apply strict Content Security Policy headers to limit which domains can serve scripts and stylesheets, reducing the blast radius if the CDN URL is tampered with. Additionally, restricting WordPress admin access by IP address or requiring VPN for admin panel access raises the bar for the social engineering prerequisite.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32067
GHSA-xv87-885h-7wj2