Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. jleehr/canto-saas-api
  4. ›
  5. CVE-2026-55375

CVE-2026-55375: canto-saas-api: OAuth credentials exposed in URL query string and exception messages

June 19, 2026

In affected versions, the OAuth2 token request sends app_id, app_secret, refresh_token and code as URL query parameters of the POST request to https://oauth.<domain>/oauth/api/oauth2/token. Request URLs are commonly recorded in access logs, proxy logs and APM traces, so the application secret and refresh token can be persisted in plain text outside the application’s control.

In addition, when the token request fails, the Guzzle exception message — which contains the full request URI including the credentials — was passed unmodified into the AuthorizationFailedException thrown by OAuth2::obtainAccessToken(). Applications that log exceptions or forward them to error trackers (e.g. Sentry) may therefore have recorded the app secret in their logs.

References

  • github.com/advisories/GHSA-37pm-83g7-r22v
  • github.com/jleehr/canto-saas-api/security/advisories/GHSA-37pm-83g7-r22v
  • nvd.nist.gov/vuln/detail/CVE-2026-55375

Code Behaviors & Features

Detect and mitigate CVE-2026-55375 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.0.0

Fixed versions

  • 3.0.0

Solution

Upgrade to version 3.0.0 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-209: Generation of Error Message Containing Sensitive Information
  • CWE-598: Use of GET Request Method With Sensitive Query Strings

Source file

packagist/jleehr/canto-saas-api/CVE-2026-55375.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:22:12 +0000.