Description
Joomla J2 JOBS 1.3.0 contains an authenticated SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'sortby' parameter. Attackers can send POST requests to the administrator index with malicious 'sortby' values to extract sensitive database information using automated tools.
Published: 2026-05-13
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in Joomla J2 JOBS 1.3.0, where an authenticated administrator can supply arbitrary SQL code through the 'sortby' parameter in a POST request to the admin index. By injecting malicious statements, the attacker can alter the database query to read or manipulate data, potentially revealing confidential information. The weakness is a classic input validation failure leading to SQL injection (CWE‑89).

Affected Systems

Joomsky’s J2 JOBS component, version 1.3.0, is the only product explicitly identified as affected. No other vendors or versions are listed.

Risk and Exploitability

With a CVSS score of 7.1 the severity is medium‑high, and the exploit likelihood is undetermined because the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. The attack requires valid administrator credentials, so the vector is authenticated; once authenticated, an attacker can craft a POST request with a malicious 'sortby' value to retrieve sensitive database information. The exploitation path is straightforward and does not require any additional pre‑conditions beyond administrative access.

Generated by OpenCVE AI on May 13, 2026 at 16:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s official patch or upgrade to a version of J2 JOBS that removes the vulnerable sortby handling.
  • Restrict administrator access to trusted users and enforce strong authentication policies to limit the pool of attackers capable of sending the malicious POST requests.
  • Configure the database user used by the application with the least privileges required; disable read or write permissions that are not needed for normal operation.

Generated by OpenCVE AI on May 13, 2026 at 16:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 14 May 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Joomsky
Joomsky j2 Jobs
Vendors & Products Joomsky
Joomsky j2 Jobs

Thu, 14 May 2026 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 13 May 2026 15:15:00 +0000

Type Values Removed Values Added
Description Joomla J2 JOBS 1.3.0 contains an authenticated SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'sortby' parameter. Attackers can send POST requests to the administrator index with malicious 'sortby' values to extract sensitive database information using automated tools.
Title Joomla J2 JOBS 1.3.0 Authenticated SQL Injection via sortby
Weaknesses CWE-89
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-05-14T13:43:23.650Z

Reserved: 2026-05-13T14:17:15.120Z

Link: CVE-2020-37226

cve-icon Vulnrichment

Updated: 2026-05-14T13:43:18.788Z

cve-icon NVD

Status : Deferred

Published: 2026-05-13T16:16:34.270

Modified: 2026-05-13T17:07:21.030

Link: CVE-2020-37226

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-14T14:34:16Z

Weaknesses
  • CWE-89

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