CVE-2026-55374

MEDIUMPre-NVD 4.84.8
EchelonGraph scoreLOW confidence

This medium-severity CVE scores 4.8 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
4.8
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: CVSS: 4.8Exploit: NoneExposed: 0

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

canto-saas-api: Authenticated API requests can be redirected via unencoded path variables

Summary

In affected versions, Request::buildRequestUrl() inserts path variables into the request URL without URL encoding (implode('/', $pathVariables)). All request classes implementing getPathVariables() are affected, e.g. GetContentDetailsRequest (scheme, contentId).

If a consuming application passes untrusted input (such as an ID taken from an HTTP request parameter) as a path variable, characters like ../, ? or # are sent verbatim and can change the path of the resulting API request.

## Impact

An attacker who controls a path variable value can redirect the library's authenticated request — the Bearer access token is attached in AbstractEndpoint::sendRequest() — to a different API endpoint of the same Canto instance, causing unintended reads or writes with the privileges of the configured app. The impact depends on how the consuming application sources path variable values; applications that only pass trusted, validated IDs are not exploitable.

## Patches

Fixed in 3.0.0: every path segment is encoded with rawurlencode() before being inserted into the request URL.

## Workarounds

If you cannot upgrade, validate untrusted values before passing them to request classes, e.g. enforce an allowlist pattern such as ^[A-Za-z0-9_-]+$ for content IDs and schemes.

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

Published

June 19, 2026

Last Modified

June 19, 2026

Vendor Advisories for CVE-2026-55374(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 / 17× 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-06 10:25 UTCEG score recompute
  2. 2026-07-05 08:58 UTCEG score recompute
  3. 2026-07-04 07:50 UTCEG score recompute
  4. 2026-07-03 05:36 UTCEG score recompute
  5. 2026-07-02 04:11 UTCEG score recompute
  6. 2026-07-01 03:05 UTCEG score recompute
  7. 2026-06-30 01:59 UTCEG score recompute
  8. 2026-06-29 00:54 UTCEG score recompute
  9. 2026-06-27 23:49 UTCEG score recompute
  10. 2026-06-26 22:44 UTCEG score recompute
  11. 2026-06-25 21:37 UTCEG score recompute
  12. 2026-06-24 20:32 UTCEG score recompute
  13. 2026-06-23 19:26 UTCEG score recompute
  14. 2026-06-22 18:20 UTCEG score recompute
  15. 2026-06-21 17:15 UTCEG score recompute
  16. 2026-06-20 16:06 UTCEG score recompute
  17. 2026-06-19 14:58 UTCEG score recompute

Frequently asked(4)

What is CVE-2026-55374?
CVE-2026-55374 is a medium vulnerability published on June 19, 2026. canto-saas-api: Authenticated API requests can be redirected via unencoded path variables Summary In affected versions, Request::buildRequestUrl() inserts path variables into the request URL without URL encoding (implode('/', $pathVariables)). All request classes implementing getPathVariables() are…
When was CVE-2026-55374 disclosed?
CVE-2026-55374 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-55374?
CVE-2026-55374 has a CVSS v4.0 base score of 4.8 (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-55374?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-55374, 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-55374

Explore →

Is Your Infrastructure Affected by CVE-2026-55374?

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