CVE-2026-55375

MEDIUMPre-NVD 5.35.3
EchelonGraph scoreLOW confidence

This medium-severity CVE scores 5.3 under the CNA's CVSS (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: cna:github_m
5.3
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: CVSS: 5.3Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

Summary

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./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.

## Impact

An attacker with access to web server logs, proxy logs, APM tracing data or application error logs of a consumer of this library can obtain the Canto app_secret, refresh_token or authorization code and use them to obtain access tokens for the Canto tenant.

## Patches

Fixed in 3.0.0:

  • OAuth credentials are sent in the form-encoded POST body instead of the URL
query string (RFC 6749 §2.3.1). OAuth2Request::getQueryParams() now returns null; the parameters are available via getFormParams().
  • Exception messages are sanitized before being rethrown: the values of
app_secret, refresh_token and code are masked (including url-encoded, differently cased and JSON-embedded variants).

## Workarounds

If you cannot upgrade:

  • Treat web server, proxy and APM logs of systems performing Canto OAuth
requests as secret material and restrict access to them.
  • Catch AuthorizationFailedException in your application and strip the query
string from the message before logging or forwarding it.

If your logs may have been exposed, rotate the affected Canto app secret.

CVSS v3
5.3
EG Score
5.3(low)
EPSS
KEV
Not listed

Published

June 19, 2026

Last Modified

June 19, 2026

Vendor Advisories for CVE-2026-55375(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Packagist(1)
PackageVulnerable rangeFixed inDependents
jleehr/canto-saas-api1.0.3, 2.0.03.0.0

Data Freshness Timeline

(refreshed 7× in last 7d / 18× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 01:38 UTCEG score recompute
  2. 2026-07-06 01:08 UTCEG score recompute
  3. 2026-07-05 00:26 UTCEG score recompute
  4. 2026-07-03 23:54 UTCEG score recompute
  5. 2026-07-02 23:24 UTCEG score recompute
  6. 2026-07-01 22:54 UTCEG score recompute
  7. 2026-06-30 22:24 UTCEG score recompute
  8. 2026-06-29 21:54 UTCEG score recompute
  9. 2026-06-28 21:24 UTCEG score recompute
  10. 2026-06-27 20:54 UTCEG score recompute
  11. 2026-06-26 20:24 UTCEG score recompute
  12. 2026-06-25 19:54 UTCEG score recompute
  13. 2026-06-24 19:24 UTCEG score recompute
  14. 2026-06-23 17:03 UTCEG score recompute
  15. 2026-06-22 16:32 UTCEG score recompute
  16. 2026-06-21 16:00 UTCEG score recompute
  17. 2026-06-20 15:27 UTCEG score recompute
  18. 2026-06-19 14:58 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-55375?
CVE-2026-55375 is a medium vulnerability published on June 19, 2026. canto-saas-api: OAuth credentials exposed in URL query string and exception messages Summary In affected versions, the OAuth2 token request sends appid, appsecret, refresh_token and code as URL query parameters of the POST request to https://oauth.<domain>/oauth/api/oauth2/token. Request URLs are…
When was CVE-2026-55375 disclosed?
CVE-2026-55375 was first published in the National Vulnerability Database on June 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
What is the CVSS score of CVE-2026-55375?
CVE-2026-55375 has a CVSS v4.0 base score of 5.3 (CNA self-assessment; NVD's own analysis pending). The EG score is currently aggregating — additional source signals are being incorporated as they become available..
How do I remediate CVE-2026-55375?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55375, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-55375

Explore →

Is Your Infrastructure Affected by CVE-2026-55375?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.