CVE-2026-55374
Published:June 19, 2026
Updated:August 27, 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.
Affected Packages
jleehr/canto-saas-api (PHP):
Affected version(s) >=dev-dependabot/github_actions/github-actions-6a98abd9ac <3.0.0Fix Suggestion:
Update to version 3.0.0Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.8
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE