PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-101059 universal-tool-calling-protocol CVE debrief

The CVE-2026-101059 vulnerability in the utcp-http library before version 1.1.4 allows attackers to redirect OAuth2 credential submissions to arbitrary endpoints. This occurs because the library fails to validate the OAuth2 tokenUrl field from remote OpenAPI specifications. When a victim registers an attacker-controlled OpenAPI specification and invokes a generated OAuth2-protected tool, the library sends the victim's client_id and client_secret to the attacker-supplied token endpoint without validating the URL. This issue has a CVSS score of 7.1 and is considered HIGH severity.

Vendor
universal-tool-calling-protocol
Product
python-utcp
CVSS
HIGH 7.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-27
Original CVE updated
2026-09-27
Advisory published
2026-09-27
Advisory updated
2026-09-27

Who should care

Defenders responsible for managing dependencies and OAuth2 configurations, particularly those using utcp-http in their applications, should assess their exposure and take necessary actions to secure their credentials.

Why it matters

CVE-2026-101059 allows attackers to redirect OAuth2 credential submissions to arbitrary endpoints due to a lack of validation in the utcp-http library. Defenders should verify library versions, assess exposure, and implement URL validation to prevent credential compromise.

  • Credential theft or leakage due to redirection of OAuth2 credentials
  • Potential for lateral movement within systems using compromised credentials
  • Need for verification of utcp-http library versions and OpenAPI specification sources
  • Possible impact on compliance with authentication and authorization policies

Technical summary

The utcp-http library before version 1.1.4 does not validate the OAuth2 tokenUrl field from remote OpenAPI specifications. This allows attackers to control the endpoint to which OAuth2 credentials are sent, potentially leading to credential compromise. Affected product deployments should be identified in managed environments, and owners should be assigned for follow-up. The library's failure to validate URLs can lead to credential theft or leakage due to redirection of OAuth2 credentials. Defenders should prioritize verifying library versions and assessing exposure.

Defensive priority

Defenders should prioritize verifying the versions of utcp-http in use and assessing the exposure of OAuth2 credentials. They should also review OpenAPI specifications for any suspicious or untrusted sources that could be used to redirect credential submissions.

Recommended defensive actions

  • Verify utcp-http library versions in use and assess exposure of OAuth2 credentials
  • Review OpenAPI specifications for suspicious or untrusted sources
  • Implement URL validation for OAuth2 tokenUrl fields
  • Monitor for and restrict suspicious traffic to OAuth2 endpoints
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed

Evidence notes

The evidence for this vulnerability comes from the CVE Program record and the NVD vulnerability detail page. Additional information is provided by source references from [email protected], including advisories from GitHub and Vulncheck.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-101059 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-101059

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-101059 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-101059

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/universal-tool-calling-protocol/python-utcp/security/advisories/GHSA-8cp3-qxj6-px34

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/utcp-http-before-1.1.4-oauth2-tokenurl-trust-boundary-bypass

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.