Description
A vulnerability was determined in liketrek TREK up to 3.0.22. The affected element is the function journeyService.updateEntry of the file server/src/nest/journey/journey.controller.t of the component Journey Entry Update. This manipulation causes sql injection. It is possible to initiate the attack remotely. Upgrading to version 3.1.0 is sufficient to fix this issue. It is recommended to upgrade the affected component.
Published: 2026-08-25
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL injection flaw triggered by unsanitized user input in the journeyService.updateEntry function within the server/src/nest/journey/journey.controller.t component of liketrek TREK. An attacker who can supply crafted data to the updateEntry endpoint can inject arbitrary SQL commands, potentially allowing the attacker to read, modify or delete data stored in the database, or to gain elevated privileges if the database connection runs with high rights. The CVSS score of 5.3 reflects a moderate severity, but the impact is significant because it can be carried out remotely without any local compromise. Based on the description, it is inferred that the injection could alter the data associated with journey entries or compromise application state.

Affected Systems

Products affected are liketrek TREK version 3.0.22 and earlier. The updateEntry feature resides in the server/src/nest/journey/journey.controller.t component. Users running any release up to and including 3.0.22 are vulnerable until a patch is applied. The fix is included in release 3.1.0.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate risk and is driven by the ability to execute arbitrary SQL remotely. EPSS is not available, so there is no published estimate of exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is remote, requiring network reachability to the API endpoint. Without a patch, exposed instances can be queried or modified via crafted HTTP requests, potentially giving attackers data exfiltration or integrity compromise capabilities.

Generated by OpenCVE AI on August 25, 2026 at 12:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade liketrek TREK to version 3.1.0 or later, which contains the necessary input sanitization and parameterized query fix for journeyService.updateEntry.
  • Confirm that the updateEntry endpoint now uses prepared statements or equivalent mechanisms to prevent injection of arbitrary SQL commands.
  • If possible, restrict external network access to the journeyService.updateEntry API until the patch is applied, and monitor application logs for suspicious SQL activity.

Generated by OpenCVE AI on August 25, 2026 at 12:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in liketrek TREK up to 3.0.22. The affected element is the function journeyService.updateEntry of the file server/src/nest/journey/journey.controller.t of the component Journey Entry Update. This manipulation causes sql injection. It is possible to initiate the attack remotely. Upgrading to version 3.1.0 is sufficient to fix this issue. It is recommended to upgrade the affected component.
Title liketrek TREK Journey Entry Update journey.controller.t journeyService.updateEntry sql injection
First Time appeared Liketrek
Liketrek trek
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:liketrek:trek:*:*:*:*:*:*:*:*
Vendors & Products Liketrek
Liketrek trek
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-25T11:30:09.324Z

Reserved: 2026-08-25T06:01:18.235Z

Link: CVE-2026-78864

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T12:16:28.560

Modified: 2026-08-25T12:16:28.560

Link: CVE-2026-78864

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T12:30:17Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

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