PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-77320 mauriceboe CVE debrief

TREK collaborative travel planner, prior to version 3.3.0, improperly shares trip data through a GET request to /api/shared/:token, even when the trip owner has disabled map sharing. The response includes sensitive information such as itinerary, place names, coordinates, addresses, descriptions, notes, and prices. This issue allows anyone with a valid share token to access location and route information that the owner intended to keep private.

Vendor
mauriceboe
Product
TREK
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-24
Original CVE updated
2026-09-25
Advisory published
2026-09-24
Advisory updated
2026-09-25

Who should care

Defenders responsible for TREK deployments, especially those using versions prior to 3.3.0, should assess their exposure and take steps to protect shared trip data. This includes verifying and restricting access to shared trip data, monitoring API requests, and updating to the latest version to prevent information disclosure. Additionally, defenders should review compensating controls for exposed systems and implement additional security measures toprotect

Why it matters

CVE-2026-77320 allows unauthorized access to sensitive trip data in TREK collaborative travel planner versions prior to 3.3.0. Defenders should verify and restrict access to shared trip data, monitor API requests, and update to the latest version to prevent information disclosure.

  • Verify and restrict access to shared trip data to prevent unauthorized information disclosure
  • Ensure that sensitive information is not inadvertently exposed through API responses
  • Monitor API requests and responses for potential security issues
  • Update TREK to version 3.3.0 or later to fix the vulnerability

Technical summary

The getSharedTripData function in server/src/services/shareService.ts returns sensitive trip data through a GET request to /api/shared/:token, even when the trip owner has disabled map sharing. This issue allows unauthorized access to location and route information. The vulnerability affects TREK collaborative travel planner versions prior to 3.3.0. Defenders should assess their exposure and take steps to protect shared trip data. The issue is fixed in version 3.3.0, but the extent of exploitation and affected deployments are not specified.

Defensive priority

Defenders should prioritize verifying and restricting access to shared trip data, especially for TREK versions prior to 3.3.0, and ensure that sensitive information is not inadvertently exposed through API responses.

Recommended defensive actions

  • Verify TREK version and ensure it is updated to 3.3.0 or later
  • Restrict access to shared trip data and validate token permissions
  • Monitor API requests and responses for sensitive information exposure
  • Implement additional security measures to protect location and route information
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The CVE record and NVD entry provide details about the vulnerability in TREK versions prior to 3.3.0. The issue is fixed in version 3.3.0. However, the extent of exploitation and affected deployments are not specified.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-77320 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-77320

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-77320 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-77320

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.