Description
TREK is a collaborative travel planner. Prior to 3.3.0, the get_trip_summary tool in server/src/mcp/tools/trips.ts is registered for scoped OAuth MCP tokens without requiring trips:read and returns core trip summary data regardless of the delegated scopes. A token granted only an unrelated capability, such as weather:read, can receive trip metadata, member email addresses from server/src/services/tripService.ts, itinerary days, and accommodations for every trip accessible to the token's user. Cross-user trip authorization remains enforced, but the missing scope check defeats the consented least-privilege boundary and exposes trip content and third-party contact information to an MCP client that was not authorized to read it. This issue is fixed in version 3.3.0.
Published: 2026-09-24
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure of Trip Data
Action: Apply Patch
AI Analysis

Impact

TREK, a collaborative travel planning platform, has a flaw where the get_trip_summary endpoint performs no check for the required trips:read OAuth scope. As a result, any OAuth token granted with an unrelated capability, such as weather:read, can retrieve sensitive trip information. The endpoint returns core trip metadata, member email addresses, itinerary days, and accommodation details for all trips that the token’s user can access. This bypass of the delegated scope limits undermines the consented least‑privilege boundary and exposes private and third‑party contact information without authorization.

Affected Systems

The vulnerability affects the TREK application produced by mauriceboe. Versions prior to 3.3.0 are impacted; version 3.3.0 and later contain the fix.

Risk and Exploitability

The CVSS score of 4.3 indicates a moderate severity. No EPSS score is available and the vulnerability is not listed in the CISA KEV catalog. An attacker only needs an OAuth token granted to a legitimate client, even if the token has no trips:read scope. Because the token’s user is still the same, the attacker can read all trip data belonging to that user, compromising confidentiality of personal and contact information. Cross‑user authorization remains intact, but the scope bypass erodes the expected least‑privilege model.

Generated by OpenCVE AI on September 25, 2026 at 06:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade TREK to version 3.3.0 or later, which includes the missing scope check.
  • Verify that get_trip_summary is gated behind the trips:read OAuth scope in any custom or forked deployments.
  • If an upgrade cannot be performed immediately, restrict the use of non‑trips:read OAuth scopes to applications that do not require access to trip data, and monitor for any unauthorized data exposure.

Generated by OpenCVE AI on September 25, 2026 at 06:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
First Time appeared Mauriceboe
Mauriceboe trek
Vendors & Products Mauriceboe
Mauriceboe trek

Thu, 24 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Description TREK is a collaborative travel planner. Prior to 3.3.0, the get_trip_summary tool in server/src/mcp/tools/trips.ts is registered for scoped OAuth MCP tokens without requiring trips:read and returns core trip summary data regardless of the delegated scopes. A token granted only an unrelated capability, such as weather:read, can receive trip metadata, member email addresses from server/src/services/tripService.ts, itinerary days, and accommodations for every trip accessible to the token's user. Cross-user trip authorization remains enforced, but the missing scope check defeats the consented least-privilege boundary and exposes trip content and third-party contact information to an MCP client that was not authorized to read it. This issue is fixed in version 3.3.0.
Title TREK MCP trip summary bypasses delegated OAuth read scopes
Weaknesses CWE-200
CWE-284
CWE-862
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-24T18:04:05.947Z

Reserved: 2026-08-20T19:24:11.617Z

Link: CVE-2026-77321

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-24T19:17:16.887

Modified: 2026-09-25T13:17:26.220

Link: CVE-2026-77321

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T08:15:17Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control

  • CWE-862

    Missing Authorization