CVE-2026-4306
SQL Injection in WP Job Portal Plugin Allows Data Exposure
Publication date: 2026-03-23
Last updated on: 2026-03-23
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp_job_portal | wp_job_portal | to 2.4.8 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The WP Job Portal plugin for WordPress has a vulnerability known as SQL Injection in its 'radius' parameter in all versions up to and including 2.4.8. This happens because the plugin does not properly escape user input and does not sufficiently prepare the SQL query. As a result, an unauthenticated attacker can insert additional SQL commands into the existing query.
This allows attackers to manipulate the database queries executed by the plugin, potentially extracting sensitive information from the database.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know
How can this vulnerability impact me? :
This vulnerability can allow unauthenticated attackers to extract sensitive information from your database by injecting malicious SQL queries through the 'radius' parameter.
Since the attacker does not need any privileges or user interaction, this can lead to a serious data breach, exposing confidential data stored in the database.