๐Ÿ” CVE Alert

CVE-2026-54509

MEDIUM 6.5

TREK IDOR: any authenticated user can read another user's journey share token (full journey leak)

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

TREK is a collaborative travel planner. From 3.0.0 until 3.1.0, the GET /api/journeys/:id/share-link route in server/src/routes/journey.ts returns the result of getJourneyShareLink() from server/src/services/journeyShareService.ts without checking whether the authenticated requester can access the journey. Any ordinary authenticated user can enumerate sequential journey IDs and retrieve tokens from journey_share_tokens for another user's journey. The token grants unauthenticated access through GET /api/public/journey/:token to the shared journey's entries, captions, locations, moods, gallery photos, photo paths, and asset identifiers. This issue is fixed in version 3.1.0.

CWE CWE-862
Vendor mauriceboe
Product trek
Published Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for mauriceboe trek

Be the first to know when new medium vulnerabilities affecting mauriceboe trek are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

mauriceboe / TREK
>= 3.0.0, < 3.1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/liketrek/TREK/security/advisories/GHSA-mx6m-qxv8-w624 github.com: https://github.com/liketrek/TREK/pull/1185 github.com: https://github.com/liketrek/TREK/commit/ad893eb1cc75b6d56f402d73a6d41bd48ba7ae11 github.com: https://github.com/liketrek/TREK/releases/tag/v3.1.0