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
3DescriptionCVE.org
The Quran Translations plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.7. This is due to missing nonce validation in the quran_playlist_options() function that handles the plugin's settings page. The function processes POST requests to update plugin options via update_option() without any wp_nonce_field() in the form or wp_verify_nonce()/check_admin_referer() verification before processing. This makes it possible for unauthenticated attackers to modify plugin settings (toggling display options for PDF, RSS, podcast, media player links, playlist title, and playlist code) 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 (CSRF) in the Quran Translations WordPress plugin versions up to 1.7 allows unauthenticated attackers to modify plugin settings by tricking site administrators into clicking a malicious link. The vulnerability stems from missing nonce validation in the quran_playlist_options() function, which processes POST requests to update options like PDF, RSS, podcast, and media player display settings without cryptographic request verification. No public exploit code or active exploitation has been identified at time of analysis.
Technical ContextAI
The Quran Translations plugin (CPE: cpe:2.3:a:edckwt:quran_translations:*:*:*:*:*:*:*:*) implements a settings form handler in the quran_playlist_options() function that directly calls update_option() to persist user-configurable display toggles. The vulnerability is classified as CWE-352 (Cross-Site Request Forgery), a foundational web security issue where state-changing operations lack protection against cross-origin request forgery. The plugin fails to implement WordPress's standard CSRF mitigation mechanisms: wp_nonce_field() to embed a token in the HTML form and wp_verify_nonce() or check_admin_referer() to validate the token on POST receipt. This allows any attacker to craft an HTML page containing a hidden form that, when visited by an authenticated administrator, silently submits forged requests to update plugin configuration, bypassing the administrative intent requirement.
RemediationAI
Site administrators should immediately upgrade the Quran Translations plugin to version 1.8 or later, which includes nonce validation fixes. The patch adds wp_nonce_field() to the settings form and implements wp_verify_nonce() or check_admin_referer() verification before processing option updates. To apply the fix, navigate to the WordPress Plugins dashboard, locate 'Quran Translations by EDC', and click 'Update' if available; if an update is not displayed, manually download the latest version from https://plugins.wordpress.org/plugins/quran-translations-by-edc/ and reinstall. As an interim workaround pending an update (if unavailable), site administrators can restrict plugin settings page access to trusted IP ranges via their web server configuration or Web Application Firewall, or disable the plugin until a patched version is released. No vendor-released patch information is confirmed in the provided input; administrators should verify version 1.8+ availability directly with the plugin author or via the WordPress plugin repository.
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-20109
GHSA-jpg5-qfwx-chrw