Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
Primary rating from Vendor (Patchstack) · only source for this CVE.
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
5DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in YayCommerce YayMail yaymail allows Blind SQL Injection.This issue affects YayMail: from n/a through <= 4.3.3.
AnalysisAI
SQL injection in YayCommerce YayMail plugin through version 4.3.3 enables authenticated administrators with high privileges to extract sensitive database information via blind SQL injection attacks. The vulnerability allows cross-scope confidentiality impact, meaning attackers can access data beyond their normal authorization boundaries. No public exploit identified at time of analysis, with EPSS score of 0.02% (6th percentile) indicating very low probability of exploitation in the wild.
Technical ContextAI
YayMail is a WordPress email customization plugin by YayCommerce (CPE: cpe:2.3:a:yaycommerce:yaymail). This vulnerability stems from CWE-89 (SQL Injection), where the plugin fails to properly sanitize or parameterize user-supplied input before incorporating it into SQL queries. The blind SQL injection variant means attackers cannot directly see query results but can infer data through differential response analysis (timing attacks, boolean-based logic, or error messages). The CVSS Scope:Changed (S:C) metric indicates the vulnerable component can affect resources beyond its security scope, suggesting the SQL injection may access data from other WordPress tables or databases outside the plugin's intended data boundaries. WordPress plugins typically interact with the wp_ database prefix tables, but scope change implies potential lateral database access.
RemediationAI
Upgrade YayMail plugin to a version newer than 4.3.3 immediately through the WordPress admin dashboard (Plugins > Installed Plugins > YayMail > Update) or via manual installation from the official WordPress plugin repository. Vendor-released patch availability should be confirmed at the YayCommerce official site or WordPress.org plugin page, though specific patched version number is not provided in available data. As a compensatory control until patching, implement strict administrator account hygiene including multi-factor authentication enforcement, regular password rotation, principle of least privilege (limit admin role assignments), and monitoring of admin-level database queries through WordPress security plugins or database activity monitoring tools. Review WordPress admin access logs for suspicious authentication patterns or unusual database query activity that may indicate exploitation attempts. Consult Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/yaymail/vulnerability/wordpress-yaymail-plugin-4-3-3-sql-injection-vulnerability for additional technical details and vendor guidance.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20162
GHSA-rpq4-pw8v-6f38