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

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

June 19, 2026

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.

References

  • github.com/advisories/GHSA-9qfv-wgh2-m6p8
  • github.com/jleehr/canto-saas-api/security/advisories/GHSA-9qfv-wgh2-m6p8
  • nvd.nist.gov/vuln/detail/CVE-2026-55374

Code Behaviors & Features

Detect and mitigate CVE-2026-55374 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 4.8 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

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

Spotted a mistake? Edit the file on GitLab.

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

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