CVE-2020-37224: Joomla J2 JOBS 1.3.0 Authenticated SQL Injection via sortby
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.
Security readout for executives and security teams
Plain-English summary
This flaw lets a logged-in user tamper with database queries in Joomla J2 JOBS 1.3.0 through the sortby field. The main business risk is unauthorized access to sensitive database content from a compromised or low-privilege account.
Executive priority
Treat as high priority for any internet-facing Joomla environment using this extension. The issue requires authentication, but the likely impact is sensitive database exposure, and public exploit material is referenced.
Technical view
CVE-2020-37224 is CWE-89 SQL injection in Joomsky Joomla J2 JOBS 1.3.0. The source bundle describes authenticated POST interaction with the administrator index where the sortby parameter can alter SQL queries. CVSS v4 is 7.1 with network access, low complexity, low privileges, no user interaction, and high confidentiality impact.
Likely exposure
Exposure appears limited to Joomla sites running Joomsky J2 JOBS version 1.3.0, especially where authenticated access to the relevant administrator functionality exists. The bundle does not provide CPEs or broader affected version ranges.
Exploitation context
The bundle includes an ExploitDB reference tagged as exploit, so public exploit information exists. It does not cite CISA KEV listing or confirmed active exploitation, so active exploitation should not be claimed from these sources.
Researcher notes
Evidence supports authenticated SQL injection in J2 JOBS 1.3.0 only. No CPEs, patch version, or active exploitation confirmation are provided. The CVE record was published in 2026 despite the 2020 identifier, with an update listed on 2026-07-15.
Mitigation direction
Identify and prioritize Joomla sites running J2 JOBS 1.3.0.
Check Joomsky or advisory guidance for patched versions or official mitigations.
Disable or remove J2 JOBS where it is not business-critical.
Restrict administrator access to trusted users and trusted networks where possible.
Review database and application logs for suspicious sortby parameter activity.
Validation and detection
Inventory Joomla extensions and confirm whether J2 JOBS 1.3.0 is installed.
Verify whether affected administrator functionality is reachable by authenticated users.
Review logs for unusual sortby values or database error patterns.
Confirm whether vendor guidance, replacement builds, or compensating controls are applied.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.