PatchSiren

PatchSiren cyber security CVE debrief

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

CVE-2026-101060 is a server-side request forgery vulnerability in python-utcp versions before 1.1.4. The vulnerability exists in HttpCommunicationProtocol.call_tool, which validates the initial tool URL but follows HTTP redirects without re-validating the target. This allows attackers controlling a tool endpoint to return a 302 redirect to internal services, potentially reaching cloud metadata endpoints or internal HTTP services and returning their response bodies to the caller.

Vendor
universal-tool-calling-protocol
Product
python-utcp
CVSS
HIGH 8.4
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 python-utcp deployments, particularly those using versions before 1.1.4, should assess exposure and prioritize verification and potential upgrades. This includes reviewing the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance, and planning vendor-supported updates or mitigations through normal change control where exposure is confirmed.

Why it matters

CVE-2026-101060 is a server-side request forgery vulnerability in python-utcp versions before 1.1.4, allowing attackers to potentially access internal services and disclose sensitive information. Defenders should prioritize verifying exposure and assessing the risk of internal services being accessed through this vulnerability.

  • Potential unauthorized access to internal services
  • Possible exposure of cloud metadata endpoints
  • Risk of sensitive information disclosure
  • Need for verification of python-utcp version usage

Technical summary

The vulnerability exists in HttpCommunicationProtocol.call_tool, which validates the initial tool URL but follows HTTP redirects without re-validating the target. This allows attackers controlling a tool endpoint to return a 302 redirect to internal services, potentially reaching cloud metadata endpoints or internal HTTP services and returning their response bodies to the caller. The vulnerability impacts python-utcp versions before 1.1.4, and defenders should prioritize verifying exposure and assessing the risk of internal services being accessed through this vulnerability.

Defensive priority

Defenders should prioritize verifying exposure of python-utcp versions before 1.1.4 and assessing the risk of internal services being accessed through this vulnerability.

Recommended defensive actions

  • Verify python-utcp versions before 1.1.4 are not in use
  • Assess exposure of internal services to potential SSRF attacks
  • Consider upgrading to python-utcp version 1.1.4 or later
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record and NVD entry provide details about the vulnerability, but there is limited information on exploitation or affected systems. Defenders should verify python-utcp version usage, assess exposure of internal services, and review compensating controls for exposed systems while remediation is scheduled and verified. The vulnerability exists in HttpCommunicationProtocol.call_tool, which validates the initial tool URL but follows HTTP redirects without re-validating the target.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-101060 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-101060 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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-9qhg-99ww-9mqc

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/python-utcp-before-1.1.4-ssrf-via-unvalidated-http-redirects

    [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.