A HIGH-severity vulnerability identified as CVE-2026-18353 has been published on July 30, 2026 with a CVSS base score of 8.8. This security advisory provides a detailed breakdown of the vulnerability, its potential impact, weakness classification, and actionable steps to protect your systems.
Table of Contents
ToggleVulnerability Details
CVE ID: CVE-2026-18353
Severity: HIGH
CVSS Score: 8.8
Published: July 30, 2026
Weakness (CWE): CWE-918
| Attack Vector | Network |
| Attack Complexity | Low |
| Privileges Required | None |
| User Interaction | None |
Technical Description
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.
Potential Impact
If exploited, this high-severity vulnerability could allow an attacker to cause significant damage to affected systems. Organizations running affected software should treat this as a priority remediation item.
Recommended Action
No official patch is available yet. Until one is released:
- Monitor the official NVD page and vendor channels for patch announcements.
- Restrict access to the affected system or service where possible.
- Apply network-level mitigations such as firewall rules or WAF policies.
- Enable logging and alerting for anomalous activity related to this vulnerability.
- Review your incident response plan in case of active exploitation.
References
Related Security Advisories
- [HIGH] CVE-2026-2053 — CVSS 8.3 (June 26, 2026) — HIGH / CVSS 8.3
- [HIGH] CVE-2026-11395 — CVSS 7.2 (June 18, 2026) — HIGH / CVSS 7.2
- [HIGH] CVE-2026-16969 — CVSS 7.6 (July 30, 2026) — HIGH / CVSS 7.6

![[CRITICAL] CVE-2024-13784 — CVSS 9.8 (August 16, 2026)](https://atlas-cybersecurity.com/wp-content/plugins/elementor/assets/images/placeholder.png)



