LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4297: trampgeek jobe Restapi.php runs_post Privilege Escalation

A vulnerability has been found in trampgeek jobe up to 1.6.4 and classified as problematic. This vulnerability affects the function runs_post of the file application/controllers/Restapi.php. The manipulation of the argument sourcefilename leads to an unknown weakness. Upgrading to version 1.6.5 is able to address this issue. The patch is identified as 694da5013dbecc8d30dd83e2a83e78faadf93771. It is recommended to upgrade the affected component. VDB-217174 is the identifier assigned to this vulnerability.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-4297 affects trampgeek Jobe versions 1.6.0 through 1.6.4. A low-privileged adjacent-network user may be able to influence the Restapi.php runs_post sourcefilename argument, causing limited confidentiality, integrity, and availability impact. The named remediation is upgrade to 1.6.5.

Executive priority

Prioritize remediation where Jobe is reachable beyond tightly controlled internal networks. The severity is moderate, but the service role may make misuse operationally disruptive if exposed.

Technical view

The vulnerability is in application/controllers/Restapi.php, function runs_post, involving manipulation of sourcefilename. The CVE maps it to CWE-276 and CVSS 3.1 score 5.5 with adjacent-network access and low privileges required. Public details do not fully explain the underlying weakness.

Likely exposure

Exposure is limited to trampgeek Jobe deployments running versions 1.6.0 to 1.6.4, especially where the REST API is reachable from adjacent networks and usable by low-privileged accounts.

Exploitation context

The source bundle does not show CISA KEV listing or cited confirmation of active exploitation. References include VulDB, a GitHub issue, and a fixing commit, but no source here proves exploitation in the wild.

Researcher notes

Evidence is incomplete on root cause and exploit mechanics. Treat privilege escalation and limited CIA impact as source-supported, but avoid assuming broader compromise without vendor details or patch review.

Mitigation direction

  • Upgrade trampgeek Jobe to version 1.6.5 or later.
  • Apply commit 694da5013dbecc8d30dd83e2a83e78faadf93771 if maintaining a patched fork.
  • Restrict REST API access to trusted networks and necessary users.
  • Review vendor issue and release guidance before deploying compensating controls.

Validation and detection

  • Inventory Jobe deployments and confirm installed versions.
  • Check whether application/controllers/Restapi.php includes the fixing commit changes.
  • Confirm REST API reachability is limited to intended network segments.
  • Review logs for unusual low-privileged REST API run submissions.
Prepared
Confidence
medium
Sources
6

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 · low confidence lookup

CWE-276: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. 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-2021-4297 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
5Source 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-2021-4297Attack 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.6.0, 1.6.1, 1.6.2, 1.6.3, 1.6.4Listed
Weakness

CWE details

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

CWE-276 · source CWE mapping

Incorrect Default Permissions

Incorrect Default Permissions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.