Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Lifecycle Timeline
2DescriptionCVE.org
The Smartcat Translator for WPML plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'routeData' REST endpoint in all versions up to, and including, 3.1.77. This makes it possible for unauthenticated attackers to overwrite the plugin's Smartcat API credentials (account ID, API secret key, hub key, API host, and hub host), effectively hijacking the translation service or causing a denial of service.
AnalysisAI
Unauthenticated attackers can modify Smartcat API credentials in the Smartcat Translator for WPML plugin through a missing capability check on the 'routeData' REST endpoint, allowing hijacking of translation services or denial of service. All versions through 3.1.77 are affected. The vulnerability requires only network access and no user interaction, making it remotely exploitable by any unauthenticated actor against default WordPress configurations running the vulnerable plugin.
Technical ContextAI
The Smartcat Translator for WPML is a WordPress plugin that integrates Smartcat's translation API with WPML (WordPress Multilingual Plugin). The vulnerability exists in the REST API endpoint 'routeData' implemented in the Router and CallbackController classes. The root cause is a missing WordPress capability check (CWE-862: Missing Authorization), which allows the REST endpoint to process requests without validating that the requester has appropriate administrative privileges. REST endpoints in WordPress should validate user capabilities before allowing data modification; this plugin fails to do so, exposing sensitive API credentials (account ID, API secret key, hub key, API host, hub host) stored in plugin settings to unauthorized modification.
RemediationAI
Update the Smartcat Translator for WPML plugin to version 3.1.78 or later, which includes a fix adding the required capability checks to the 'routeData' REST endpoint (confirmed by the changelog at https://plugins.trac.wordpress.org/changeset/3524382/). If immediate patching is not feasible, disable the Smartcat plugin entirely until an update can be applied-this eliminates the vulnerable endpoint. Alternatively, restrict REST API access at the web server level using .htaccess (Apache) or nginx configuration to block requests to /wp-json/smartcat/ paths from untrusted networks, though this may break legitimate translation workflows if Smartcat makes requests from external IPs. After patching, audit the Smartcat API credentials in WordPress settings (Admin → Smartcat settings) and regenerate the API secret key and account tokens in the Smartcat platform to invalidate any credentials that may have been exposed or overwritten during the vulnerability window.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30515
GHSA-3rhq-g36f-cvc7