Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network-reachable WordPress plugin SQLi; scope changes to the database, high confidentiality loss, low integrity from potential limited writes, no availability impact typical for read-oriented SQLi.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated SQL Injection in JobSearch <= 3.2.9 versions.
AnalysisAI
Unauthenticated SQL injection in the eyecix JobSearch WordPress plugin (versions 3.2.9 and earlier) allows remote attackers to inject arbitrary SQL into backend database queries without credentials or user interaction. With a CVSS 3.1 score of 9.3 and a Scope:Changed vector indicating impact beyond the vulnerable component, the flaw enables high-confidentiality data theft from the WordPress database including user records and credentials. No public exploit identified at time of analysis, but Patchstack-tracked WordPress plugin SQLi issues are commonly weaponized shortly after disclosure.
Technical ContextAI
The affected component is the eyecix JobSearch (wp-jobsearch) plugin, a job-board WordPress plugin (CPE cpe:2.3:a:eyecix:jobsearch). CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) indicates user-supplied input is concatenated into SQL statements without proper parameterization or escaping via wpdb->prepare(). WordPress plugins commonly mishandle GET/POST parameters in AJAX handlers (wp_ajax_nopriv_* hooks) or REST endpoints exposed without authentication, allowing attackers to manipulate WHERE clauses, ORDER BY fragments, or use UNION-based injection to extract data directly from the wp_users, wp_usermeta, and wp_options tables.
RemediationAI
No vendor-released patch version was specified in the supplied intelligence - Patchstack advisory titles the issue as affecting <=3.2.9 but a confirmed fixed release is not independently verified in the input data; administrators should consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/wp-jobsearch/vulnerability/wordpress-jobsearch-plugin-3-2-9-sql-injection-vulnerability and upgrade to the next release above 3.2.9 once published by eyecix. As immediate compensating controls, deactivate the wp-jobsearch plugin (side effect: job board functionality offline), or place a WAF rule in front of the site to block SQL meta-characters and UNION SELECT patterns on JobSearch-specific AJAX/REST endpoints (side effect: possible false positives on legitimate search queries containing quotes). Restricting access to /wp-admin/admin-ajax.php from untrusted networks is not viable since the endpoint must serve unauthenticated visitors for job-search functionality.
PHP Object Injection in the eyecix JobSearch (wp-jobsearch) WordPress plugin allows remote attackers to inject crafted s
Unauthenticated information disclosure in the eyecix JobSearch (wp-jobsearch) WordPress plugin versions up to and includ
Stored cross-site scripting in the eyecix JobSearch (wp-jobsearch) WordPress plugin, versions up to and including 3.2.9,
A Reflected Cross-Site Scripting (XSS) vulnerability exists in the eyecix JobSearch WordPress plugin through version 3.2
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37631