CVE-2026-18353
Published:July 30, 2026
Updated:August 06, 2026
PIA's "POST /v1/upload/sbom" endpoint accepts a Bearer JWT and checks its unverified "iss" claim against an issuer allowlist using Python's "urlparse" before performing OIDC discovery with "requests". Because "urlparse" and "requests"/"urllib3" parse an authority string containing a backslash (e.g. "https://attacker-host\@ci.eclipse.org/") into different hostnames, an attacker can craft an issuer that passes the allowlist check yet drives "requests" — and subsequently "urllib.request.urlopen" for JWKS retrieval — to connect to an arbitrary attacker-chosen host, port, and scheme.
Affected Packages
https://github.com/eclipse-csi/pia.git (GITHUB):
Affected version(s) >=v0.4.0 <v0.6.0Fix Suggestion:
Update to version v0.6.0Additional Notes
The description of this vulnerability differs from MITRE.
Related Resources (1)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Server-Side Request Forgery (SSRF)
EPSS
Base Score:
0.24