LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36642: trampgeek jobe LanguageTask.php run_in_sandbox command injection

A vulnerability was found in trampgeek jobe up to 1.6.x and classified as critical. This issue affects the function run_in_sandbox of the file application/libraries/LanguageTask.php. The manipulation leads to command injection. Upgrading to version 1.7.0 is able to address this issue. The identifier of the patch is 8f43daf50c943b98eaf0c542da901a4a16e85b02. It is recommended to upgrade the affected component. The identifier VDB-217553 was assigned to this vulnerability.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-36642 is a command injection flaw in trampgeek Jobe versions 1.0 through 1.6.x. It affects sandbox execution logic, so a successful attacker could make the host run unintended commands. Public sources identify version 1.7.0 and patch 8f43daf as the remediation.

Executive priority

Treat as a scheduled remediation item unless Jobe is exposed to broad internal networks or untrusted users. Upgrade planning is justified because command injection can undermine server trust, but the provided evidence does not support emergency active-exploitation handling.

Technical view

The issue is CWE-77 command injection in application/libraries/LanguageTask.php, specifically run_in_sandbox. CVSS 3.1 is 5.5 with adjacent attack vector, low complexity, low privileges required, and limited confidentiality, integrity, and availability impact. The source bundle names affected versions 1.0-1.6 and fixes in v1.7.0.

Likely exposure

Exposure is limited to organizations running trampgeek Jobe 1.0 through 1.6.x. The CVSS vector indicates exploitation requires adjacent network positioning and low privileges, so internet-wide anonymous exposure is not supported by the provided evidence.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Public entries describe command injection and a patch, but do not provide proof of weaponization or observed attacks.

Researcher notes

Focus validation on the run_in_sandbox implementation in LanguageTask.php and version provenance. Do not assume broader affected products beyond trampgeek Jobe 1.0-1.6.x. Evidence names a fixed release and patch, but does not establish exploit availability or attacks in the wild.

Mitigation direction

  • Upgrade trampgeek Jobe to version 1.7.0 or later.
  • Apply commit 8f43daf50c943b98eaf0c542da901a4a16e85b02 if maintaining a patched fork.
  • Restrict access to Jobe services to trusted networks and authorized users.
  • Review vendor issue and release notes before deployment.
  • Monitor Jobe hosts for unexpected process execution or sandbox failures.

Validation and detection

  • Inventory all Jobe deployments and record installed versions.
  • Confirm no production instance runs Jobe 1.0 through 1.6.x.
  • Verify LanguageTask.php includes the referenced patch changes.
  • Check whether Jobe access requires authentication and trusted network placement.
  • Review logs around sandbox execution for anomalous command behavior.
Prepared
Confidence
high
Sources
7

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-77: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36642 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.13.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2020-36642Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
trampgeekjobe1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-77 · source CWE mapping

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

Improper Neutralization of Special Elements used in a Command ('Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.