Description
Unauthenticated SQL Injection in JobSearch <= 3.2.9 versions.
Published: 2026-06-17
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WordPress JobSearch plugin implements a data retrieval endpoint that incorporates user input directly into an SQL statement. An attacker can send specially crafted HTTP requests to exploit this flaw and inject arbitrary SQL code, with the likely attack vector being a crafted web request to the plugin's endpoint. This unauthenticated SQL Injection can allow the attacker to read, modify, or delete database rows, potentially exposing user credentials, personal information, and other sensitive site data.

Affected Systems

Any WordPress site that hosts the JobSearch plugin version 3.2.9 or earlier, from vendor eyecix, is affected. Based on typical WordPress plugin behavior, these sites likely use the default WordPress database user and may not enforce authentication on the plugin's endpoints, but this is inferred rather than directly stated.

Risk and Exploitability

The CVSS score of 9.3 categorizes this vulnerability as critical. No EPSS score is available, and the issue is not listed in CISA’s KEV catalog. The flaw is unauthenticated and targets a publicly reachable endpoint, meaning an attacker can exploit it without any credentials. Because the injection directly manipulates the database, the risk of data exfiltration or complete site compromise is very high, based on the description, but this is inferred from the nature of the flaw. Timely remediation is essential to protect the integrity and confidentiality of site data.

Generated by OpenCVE AI on June 18, 2026 at 14:41 UTC.

Remediation

Vendor Solution

Update the WordPress JobSearch Plugin to the latest available version (at least 3.3.0).


OpenCVE Recommended Actions

  • Upgrade the JobSearch plugin to at least version 3.3.0, which removes the SQL injection flaw.
  • Reduce the privileges of the database account used by WordPress to the minimum necessary for normal operation, eliminating permissions to perform arbitrary queries such as DROP or ALTER.
  • Deploy a web application firewall or similar protective mechanism to detect and block malformed or suspicious SQL queries directed at the JobSearch plugin’s endpoints.

Generated by OpenCVE AI on June 18, 2026 at 14:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 19 Jun 2026 00:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 17 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
First Time appeared Eyecix
Eyecix jobsearch
Wordpress
Wordpress wordpress
Vendors & Products Eyecix
Eyecix jobsearch
Wordpress
Wordpress wordpress

Wed, 17 Jun 2026 11:15:00 +0000

Type Values Removed Values Added
Description Unauthenticated SQL Injection in JobSearch <= 3.2.9 versions.
Title WordPress JobSearch plugin <= 3.2.9 - SQL Injection vulnerability
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 9.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L'}


Subscriptions

Eyecix Jobsearch
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-06-17T12:17:12.515Z

Reserved: 2026-06-12T09:15:46.416Z

Link: CVE-2026-54186

cve-icon Vulnrichment

Updated: 2026-06-17T12:17:07.541Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T14:45:11Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')